There is a newer version of the record available.

Published January 30, 2020 | Version v2.0.0
Software Open

ropensci/rgbif: rgbif v2.0.0

  • 1. rOpenSci
  • 2. INBO
  • 3. @inbo
  • 4. Florida Museum of Natural History
  • 5. University of California, Berkeley @ucberkeley
  • 6. College of Charleston
  • 7. UC Berkeley
  • 8. UCLA
  • 9. Australian Antarctic Division, Antarctic Climate and Ecosystems (ACE) CRC
  • 10. University of Melbourne
  • 11. University of Washington

Description

NEW FEATURES
  • The download query user interface for occ_download() has changed in a breaking fashion (thus the major version bump). After installation, see ?download_predicate_dsl. Much more complex queries are now possible with occ_download(). TL;DR: you now construct queries with functions like pred("taxonKey", 3119195) rather than passing in strings like taxonKey = 3119195, and pred_gt("elevation", 5000) instead of "elevation > 5000" (#362)
  • gains new function occ_download_wait() to re-run occ_download_meta() until the download is ready - kinda like occ_download_queue() but for a single download (#389)
  • occ_download_dataset_activity() gains pagination parameters limit and start to paginate through results (#382)
  • gbif_citation() now works with the output of occ_data() in addition to the other existing inputs it accepts (#392)
MINOR IMPROVEMENTS
  • typo fix in the geometry section of the occ_download() manual file (#387)
  • vignettes fixes (#391)
BUG FIXES
  • gbif_citation() tests needed preserve body bytes for vcr (#384)
  • fix to occ_count() and count_facet(): isGeoreferenced/georeferenced variable needed booleans converted to lowercase before being sent to GBIF (#385) (#386)

Files

ropensci/rgbif-v2.0.0.zip

Files (7.0 MB)

Name Size Download all
md5:daa69e3c19f897ce56f5edfb5b94e33e
7.0 MB Preview Download

Additional details

Related works