ErikaCanda / Final_Project4

0 stars 2 forks source link

Another - Error in gzfile(file, mode) : cannot open the connection #6

Open KatelynChiang opened 6 months ago

KatelynChiang commented 6 months ago

When I try to "make output/table_one.rds" I get this error:

make output/table_one.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

KatelynChiang commented 6 months ago

Maybe it's because you don't have an output folder in your github repo??