You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to do that in cmu-delphi/epiprocess#536 and cmu-delphi/epipredict#402. covidcast is incredibly bulky and my renv insists on installing all dependencies including Suggests and it struggles to compile sf (a bulky dependency of covidcast).
There are several reports that sf fails to install as a source package when R is used with renv
From here. Can't find anyone trying to solve this in renv.
Anyway, covidcast is pulled in just to use covidcast::state_census and covidcast::county_census, which are also available as CSVs in that same repo, so we can address this pretty easily by just directly reading them with readr::read_csv. Can probably just copy the code from PRs above.
The text was updated successfully, but these errors were encountered:
Trying to do that in cmu-delphi/epiprocess#536 and cmu-delphi/epipredict#402.
covidcast
is incredibly bulky and my renv insists on installing all dependencies including Suggests and it struggles to compilesf
(a bulky dependency ofcovidcast
).From here. Can't find anyone trying to solve this in
renv
.Anyway,
covidcast
is pulled in just to usecovidcast::state_census
andcovidcast::county_census
, which are also available as CSVs in that same repo, so we can address this pretty easily by just directly reading them withreadr::read_csv
. Can probably just copy the code from PRs above.The text was updated successfully, but these errors were encountered: