(base) juliens-MBP:DATA550_final_peer1 leona$ make report.html
Rscript code/00_clean_data.R
One or more packages recorded in the lockfile are not installed.
Use renv::status() for more details.
Error in library(dplyr) : there is no package called ‘dplyr’
Execution halted
make: *** [data/data_bsl.rds] Error 1
The error may have occurred because the project uses renv for dependency management. I attempted to run renv::restore(), but the process was still unsuccessful.
(base) juliens-MBP:DATA550_final_peer1 leona$ make report.html Rscript code/00_clean_data.R
renv::status()
for more details. Error in library(dplyr) : there is no package called ‘dplyr’ Execution halted make: *** [data/data_bsl.rds] Error 1The error may have occurred because the project uses renv for dependency management. I attempted to run renv::restore(), but the process was still unsuccessful.