seandavi / sars2pack

An R package with over 50 highly cited, read-to-use, up-to-date COVID-19 pandemic data resources
https://seandavi.github.io/sars2pack/
Other
59 stars 14 forks source link

cdc_excess_deaths dates may have changed format #49

Closed nhansen closed 4 years ago

nhansen commented 4 years ago

Hi Sean,

I love this package! I noticed tonight that when I call cdc_excess_deaths, the dates aren't parsing correctly unless I use ymd rather than mdy on the "date" (Week Ending Date) column. Looks like the CDC's format might have changed on you?

Thanks again for making covid data analysis with R so simple, --Nancy

seandavi commented 4 years ago

Thanks, @nhansen.

Fixed in 0403f45.