ErikaCanda / Final_Project4

0 stars 2 forks source link

Error in gzfile(file, mode) : cannot open the connection #5

Open KatelynChiang opened 6 months ago

KatelynChiang commented 6 months ago

After I installed the openxlsx package, I still get this error when I try to run "make output/data_clean.rds"

$ make output/data_clean.rds Rscript code/00_clean_data.R here() starts at /Users/Katelyn/Library/CloudStorage/OneDrive-EmoryUniversity/DATA-550/Final_Project/Peer_Review/Erika/PeerReview_Erika

Attaching package: ‘dplyr’

The following objects are masked from ‘package:stats’:

filter, lag

The following objects are masked from ‘package:base’:

intersect, setdiff, setequal, union

here() starts at /Users/Katelyn/Library/CloudStorage/OneDrive-EmoryUniversity/DATA-550/Final_Project/Peer_Review/Erika/PeerReview_Erika Error in gzfile(file, mode) : cannot open the connection Calls: saveRDS -> gzfile In addition: Warning message: In gzfile(file, mode) : cannot open compressed file '/Users/Katelyn/Library/CloudStorage/OneDrive-EmoryUniversity/DATA-550/Final_Project/Peer_Review/Erika/PeerReview_Erika/output/data_clean.rds', probable reason 'No such file or directory' Execution halted make: *** [output/data_clean.rds] Error 1