- Fix for
ebirdfreq
which stopped working due to changes on the eBird website (#52). - Replaced deprecated
dplyr::rbind_all
function withdplyr::bind_rows
(#43).
- Fix for
httr::content
after changes in httr v1.0.0 (#38).
- Added two new functions
ebirdfreq
andebirdregioncheck
, which provide historical frequency of observation data and check whether a region is valid under eBird, respectively.
- Passed along curl options to httr functions
- Replaced RJSONIO with jsonlite
- Replaced plyr with dplyr