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.mdfile to track changes to the package. - Fixed a bug where the
last_updatedvariable was being parsed incorrectly inget_reports(),get_summary(),get_subregion_vaccination_data()andget_vaccine_age_groups(). - The
get_provinces()function now returnsupdated_atin the CST timezone in order to be consistent with the other tables. To do this, thelubridatepackage has been added underImportsfor thewith_tz()function. - The API now returns two additional variables
change_boosters_2andtotal_boosters_2. Adjusted the tests (test-reports,test-summaryandtest-vaccination) to account for the new variables.
