Skip to content

KatinkaWilkinson/Statistical-Computing-Practicals

Repository files navigation

README

The purpose of this project is to [briefly describe the project's goals and objectives]

Reproducing the analysis

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()

Directory Structure

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.

Links

  • [URLs to data sources (e.g. OneDrive), GitHub repos, etc.]

Details

[Methods, timeline, team, data sources, software/tools, etc.]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published