This is a development container template for basic R development projects for use with GitHub Codespaces.
This template comes with some placeholder files and folders to get projects up and started quickly.
R/
is for the main R source code.data/
is for raw data and inputs.output/
is for data products.quarto/
is for quarto projects.
renv
and all its related folders are initailized on container creation. An R-focused .gitignore
is provided and everything is licensed under the MIT License.