Open l0301lee opened 1 week ago
When attempting to run the code/makeoutput.R script manually, ran into the error.
Error in fread(here::here("code", "Alzheimer_s_Disease_Part_1.csv")) : could not find function "fread"
Fixed by loading the data.table package I the makeoutput.R script.
Error in fread(here::here("code", "Alzheimer_s_Disease_Part_1.csv")) : could not find function "fread" Execution halted make: *** [output/summary_table.rds] Error 1
When attempting to run the code/makeoutput.R script manually, ran into the error.
Fixed by loading the data.table package I the makeoutput.R script.