v2.0.0
Breaking changes
- Functions
get_ag_bulletin()andparse_ag_bulletin()have been defunct because the underlying BOM agricultural bulletin service is no longer available. This removal constitutes a breaking change; please update your code accordingly. - Documentation has been updated to reflect the removal of the
get_ag_bulletin()andparse_ag_bulletin()functions. - Tests for the
get_ag_bulletin()andparse_ag_bulletin()functions now errors given that the functions are now defunct.
Bug fixes
- Fixes Issue 90 with the
get_dpird_summaries()function where tests had fixed dates and errors were generated. The teststest-get_dpird_summaries.Rhave been updated to use previous year from the current date and the tests now pass. - Fixes other bugs with the
find_stations_in()and function where the function would not return the correct number of stations, given recent adjustments to the weather station infrastructure.
Additional fixes and improvements:
- Re-documented package to reflect changes
- Updated test vcr cassette/fixtures
- Updated BOM-related vignette
- Updated WORDLIST for spelling checks
What's Changed
- Fix typo in function arg by @johnbaums in #86
- lint package by @adamhsparks in #88
- lint package by @adamhsparks in #89
- Remove Agricultural Bulletin functionality by @bozaah in #92
New Contributors
- @johnbaums made their first contribution in #86
Full Changelog: v1.0.0...v2.0.0