The purpose of this project is to
[briefly describe the project's goals and objectives]
Run the following code from the project working directory:
if (!requireNamespace("projrsimple", quietly = TRUE)) {
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("MiguelRodo/projrsimple")
}
projrsimple::projr_run()This project follows a structured directory layout to organise input materials, generated outputs, and temporary files efficiently.
- `_reference/: Static documents that are not generated by analyses, such as assignment questions and reference materials.
- `_raw_data/: Raw, unprocessed data files.
- **
docs/**: Rendered documents produced from R Markdown (Rmd) or Quarto (qmd`) scripts. - `_output/: Final analysis results, processed data, and exported reports.
- `_tmp/: Temporary storage for cached outputs, intermediate results, and shared files.
[URLs to data sources (e.g. OneDrive), GitHub repos, etc.]
[Methods, timeline, team, data sources, software/tools, etc.]