Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Suggests dependence on covidcast #7

Open
dshemetov opened this issue Oct 3, 2024 · 0 comments
Open

Remove Suggests dependence on covidcast #7

dshemetov opened this issue Oct 3, 2024 · 0 comments

Comments

@dshemetov
Copy link

dshemetov commented Oct 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant