Wen200802 / data550finalproj

0 stars 2 forks source link

Issue when attempting to run code/makeoutput.R #1

Open l0301lee opened 1 week ago

l0301lee commented 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.

xxou617 commented 2 days ago

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