canadacovid 0.3.4
- The API is no longer reliability reporting every day – there are a series of dates missing from 2022-08-12 to 2022-08-19. To account for this, removed some tests that were failing from missing dates.
canadacovid 0.3.3
CRAN release: 2022-02-07
- Added a
NEWS.md
file to track changes to the package. - Fixed a bug where the
last_updated
variable was being parsed incorrectly inget_reports()
,get_summary()
,get_subregion_vaccination_data()
andget_vaccine_age_groups()
. - The
get_provinces()
function now returnsupdated_at
in the CST timezone in order to be consistent with the other tables. To do this, thelubridate
package has been added underImports
for thewith_tz()
function. - The API now returns two additional variables
change_boosters_2
andtotal_boosters_2
. Adjusted the tests (test-reports
,test-summary
andtest-vaccination
) to account for the new variables.