cmu-delphi / covidcast

R and Python packages supporting Delphi's COVIDcast effort.
https://delphi.cmu.edu/covidcast/
33 stars 27 forks source link

Remove dependency on usmap #420

Closed capnrefsmmat closed 3 years ago

capnrefsmmat commented 3 years ago

The usmap package was removed from CRAN because of some unfixed errors introduced by a new R change. This renders covidcast not installable for anyone who doesn't already have usmap installed.

@sarah-colq says we only use usmap for bubble plots, so we can switch to use the same strategy we use for choropleths. We should make this the highest-priority change to the package, because nobody will be able to use our package, and this might start having impact on our automation soon if we get new dev machines or reinstall environments or anything like that.

pdil commented 3 years ago

I'm very sorry for the inconvenience. usmap is back on CRAN if you choose to use it again.