This is largely a patch release dealing with processing issues introduced by the recent release of tidyr 1.2.0. In addition support for data from Estonia and Vietnam has been added. See the full release notes for details. Thanks to @RichardMN, @biocyberman, @Bisaloo, @sbfnk, and @kathsherratt for contributing to this release.
New data sets
- Support for level 1 region data in Estonia (thanks to @RichardMN). See
?Estoniafor details. - Support for level 1 region data in Vietnam (thanks to @biocyberman). See
?Vietnamfor details. Note that this class is only available if installing thevietnambranch from GitHub due to API instability issues.
Other changes
- Change the data source for Switzerland to draw data from the Swiss Federal Office of Public Health (FOPH)
- Updated the package logo to include the newly supported data sets.
- Reduced the number of package dependencies (@Bisaloo and @RichardMN)
- Added tests for JSON download code (@RichardMN).
Bug fixes
- Fixed a bug in
fill_empty_dates_with_na()caused by changes made in version1.2.0oftidyr. - Fixed a bug in the data sourced from Germany so that instead of treating it as a line list of individuals it is treated as a relatively finely resolved count data which needs to be summed up (by @sbfnk).
- Fixed a bug in the Vietnam class due to
stringr(#448 by @RichardMN). - Fixed a bug with the Netherlands class were the lack of Hospitalisation data in the source was causing the class to fail (#446 by @RichardMN).
- Fixed an issue with the Colombia data and reduced dependencies by making
RSocratabe a suggested package (#433 by @RichardMN).
Depreciations
get_interventions_data()has been depreciated and removed.get_info_covidregionaldata()has been depreciated and removed.- The
countryargument toget_national_data()has been depreciated and removed. It's functionality can be replicated using thecountriesargument. get_linelist()has been updated to fail on use vs warn on use and will be removed from future versions of the package.
What's Changed
- Fixing paper formatting. by @arfon in #395
- fixed Richards last name by @joseph-palmer in #396
- added link to discord chat in readme badge by @joseph-palmer in #401
- Fixes citation by rebuilding readme by @seabbs in #402
- Make bot less bossy by @seabbs in #407
- Add Estonia data by @RichardMN in #417
- Add subnational data for Vietnam by @biocyberman in #413
- Update vietnam url and docs by @RichardMN in #428
- Update stable API URL of Vietnam by @ilumitr in #427
- fix Germany case/death data by @sbfnk in #436
- Remove action re-building JOSS paper by @Bisaloo in #438
- Fix giant logo by specifying width instead of height by @Bisaloo in #442
- Switch to bootstrap 5 for pkgdown by @seabbs in #443
- New data source for Switzerland - fix for #412 by @RichardMN in #429
- Update pr-checklist.yaml to include news nudge by @seabbs in #439
- Reduce the number of
Importsby @Bisaloo in #437 - Fix website URL by @Bisaloo in #444
- Hugo: ctb -> aut by @seabbs in #416
- Don't rely on exact column ordering when grouped data is involved by @DavisVaughan in #445
- Fix lintr warnings by @Bisaloo in #450
- Bug 454 countrycode by @seabbs in #455
- Bug #449 tidyr complete by @seabbs in #453
- Refactor Vietnam cleaning code and change string conversion function - fixes #447 by @RichardMN in #448
- Depreciations by @seabbs in #456
- Add tests for json_reader function and sample json data by @Bisaloo in #451
- Adjust for Netherlands - remove Hospitalisation data - partial fix for #430 by @RichardMN in #446
- Alternate fix colombia data 430 which makes RSocrata suggested by @RichardMN in #433
- Bug: #460 Colombia failing tests by @seabbs in #461
New Contributors
- @arfon made their first contribution in #395
- @biocyberman made their first contribution in #413
- @ilumitr made their first contribution in #427
- @DavisVaughan made their first contribution in #445
Full Changelog: 0.9.2...0.9.3