- patch to fix a bug introduced in last release causing missing config files from data downloads [issue #44]
- fix bug causing species with same base code to be downloaded together, e.g. leafly also downloads leafly2 [issue #43]
- fix bug with extent in
load_fac_map_parameters(), GitHub issue #40 - use dynamic PAT cutoff in PPM calculations
- update species list to account for second release of eBird data this year
- update for the v2021 eBird Status and Trends data
- CRAN checks found files created and left behind in ~/Desktop, relocated test files to tempdir() and deleting after test completion with withr::defer()
- major update to align with the new eBird Status and Trends API
- update to align with the 2020 eBird Status Data Products
- transition from rappdirs to tools::R_user_dir() for handling download directories
- all new vignettes
- bug fix: API update is causing all data downloads to fail
- rename master branch to main on GitHub requires different download path for example data
- move example data to GitHub
- again try to prevent tests and examples from leaving files behind to pass CRAN checks
- prevent tests and examples from leaving files behind to pass CRAN checks
- prevent tests and examples from leaving files behind to pass CRAN checks
- add support for new data structures used for 2020 eBird Status and Trends
- functionality to handle partial dependence data added
- overhaul of package API to be more intuitive and streamlined
- all documentation and vignettes updated
- add support for variable ensemble support in
compute_ppms()
- bug fix: corrected date types in seasonal definitions
- bug fix: fixed possibility that ebirdst_extent could produce invalid date (day 366 of 2015)
- added import of pipe operator
veloxwas archived, removed dependency from Suggestsfasterizewas archived, removed dependency from Imports
- change maintainer to Matthew Strimas-Mackey
- update to access 2019 status and trends data
- partial dependence data no longer available, all references to PDs removed
- bug fix:
load_raster()gave incorrect names to seasonal rasters - bug fix: didn't properly implement quantile binning
date_to_st_week()gets the status and trends week for a give vector of dates
- first CRAN release