source(
::here("R/02_Main_analyses/01_Run_pipeline.R")
here )
Reproducibility
{renv}
This project uses the {renv} package to manage dependencies. To install the required packages, run the following command in the R console:
::restore() renv
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: