A workflowr project.
Before running any analysis or building the site, you must install all required R packages. This project provides an automated script to do this for you.
To install and update all required packages:
source("install_project_packages.R")Rscript install_project_packages.RThis script will:
- Scan all
.Rand.Rmdfiles forlibrary()calls - Install any missing packages
- Update all detected packages to the latest version
- Ensure the
workflowrpackage is installed and up-to-date
You should run this script before using workflowr or running any analysis.