Published January 30, 2020
| Version v2.0.0
Software
Open
ropensci/rgbif: rgbif v2.0.0
Authors/Creators
- 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 withocc_download(). TL;DR: you now construct queries with functions likepred("taxonKey", 3119195)rather than passing in strings liketaxonKey = 3119195, andpred_gt("elevation", 5000)instead of"elevation > 5000"(#362) - gains new function
occ_download_wait()to re-runocc_download_meta()until the download is ready - kinda likeocc_download_queue()but for a single download (#389) occ_download_dataset_activity()gains pagination parameterslimitandstartto paginate through results (#382)gbif_citation()now works with the output ofocc_data()in addition to the other existing inputs it accepts (#392)
- typo fix in the geometry section of the
occ_download()manual file (#387) - vignettes fixes (#391)
gbif_citation()tests needed preserve body bytes for vcr (#384)- fix to
occ_count()andcount_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
- Is supplement to
- https://github.com/ropensci/rgbif/tree/v2.0.0 (URL)