NEWS
tidyUSDA 0.4.1 (2023-10-25)
- Remove deprecated {rgeos} from suggests
tidyUSDA 0.4.0 (2022-05-01)
- Added more verbose error messages if your parameters are rejected by the API
tidyUSDA 0.3.3 (2022-01-23)
- Fixed issue where vignette was not building correctly
tidyUSDA 0.3.2 (2021-08-01)
- Added error catch to https API calls
tidyUSDA 0.3.1 (2021-03-12)
- Fixed issue where input parameters with an '&' weren't encoding correctly in API call to USDA
- Added some more unit tests
tidyUSDA 0.3.0 (2020-12-03)
- Fixed SSL issue from {jsonlite} dep
tidyUSDA 0.2.9 (2020-07-24)
- Updated to use {tigris} v1.0
tidyUSDA 0.2.8 (2020-06-30)
tidyUSDA 0.2.7 (2020-03-30)
tidyUSDA 0.2.6 (2020-01-25)
- Added more test coverage
- Fixed error in getQuickstat where 'weighted_by_sq_mile' rounded the numbers too much to make sense
tidyUSDA 0.2.5 (2020-01-09)
- Fixed error caused by changes to underlying geospatial libs
tidyUSDA 0.2.4 (2019-11-08)
- Redid the geospatial joins in getQuickstat()
- Added more unit tests
tidyUSDA 0.2.3 (2019-11-02)
- Fixed interacting plotting issue with builds
- Added crayon highlighting to error trapping code
tidyUSDA 0.2.2 (2019-10-28)
- Added messages for macOS users before they try plotUSDA (graphics issue with underlying geom_sf())
- Minor bug fixes
- Added code coverage
tidyUSDA 0.2.1 (2019-10-06)
- Fixed bug in vignette where domain was scoped incorrectly
- Added comments to vignette regarding slow plotting on Mac OsX
tidyUSDA 0.2.0 (2019-09-29)
- Added help features for entering field parameters. Now if you enter an incorrect value a few characters off, you will be presented with a recommendation for that value.
- Minor documentation updates
- Minor bug fixes
- Built vignette
- Created pkgdown website
tidyUSDA 0.1.0 (2019-09-05)
- Initial, not-ready-for-primetime release for development