Published

May 15, 2025

Modified

May 17, 2025

Reproducibility

{renv}

This project uses the {renv} package to manage dependencies. To install the required packages, run the following command in the R console:

renv::restore()

This will install all the packages listed in the renv.lock file.

{targets}

Currently, the project is coded as {targets} pipeline and can be executed using the following command:

source(
  here::here("R/02_Main_analyses/01_Run_pipeline.R")
)
Back to top