Missing files
williamlai2 opened this issue · 2 comments
williamlai2 commented
This is great. Are there files missing though?
e.g. out <- read_rds(sprintf('models/backtest_2008/stan_model_%s.rds',RUN_DATE))
cannot open compressed file 'models/backtest_2008/stan_model_2008-11-03.rds', probable reason 'No such file or directory'Error in gzfile(file, "rb") : cannot open the connection
elliottmorris commented
Yes, the model files are not uploaded as they are far too big for github. You’ll have to run the corresponding R scripts for each election in order to knit the overall .Rmd report.
…On Jun 15, 2020, 20:45 -0400, William Lai ***@***.***>, wrote:
This is great. Are there files missing though?
e.g. out <- read_rds(sprintf('models/backtest_2008/stan_model_%s.rds',RUN_DATE))
> cannot open compressed file 'models/backtest_2008/stan_model_2008-11-03.rds', probable reason 'No such file or directory'Error in gzfile(file, "rb") : cannot open the connection
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
williamlai2 commented
Great. Thanks for your response.