v3.8.5#838
Merged
Merged
Conversation
- Update version from 3.8.4.5 to 3.8.5 - Add NEWS.md changelog for v3.8.5 - Document 6 new download statistics functions (#837) - Document multiple taxonomy downloads support (#832) - Document verbatim extension downloads support (#831) - Document bug fixes for name_backbone functions (#822, #826) - Document removal of wk dependency (#828) - Document documentation improvements (#836)
- Replace broken GBIF parsers URL with Darwin Core standard URL - Update man-roxygen/occsearch.r template - Update inline documentation in R/occ_data.R - Resolves CRAN incoming feasibility NOTE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rgbif 3.8.5
NEW FEATURES
New functions for accessing GBIF occurrence download statistics (#837) (#823):
occ_download_stats()to retrieve summarized download statisticsocc_download_stats_export()to export download summariesocc_download_stats_user_country()to get downloads by user countryocc_download_stats_dataset_records()to get downloaded records by datasetocc_download_stats_dataset()to get downloads by datasetocc_download_stats_source()to get downloads by sourceocc_download()now supports downloading multiple taxonomy downloads. (#830) (#832)occ_download()now supports downloading verbatim extension data. (#829) (#831)BUG FIXES
Fixed bug in
name_backbone_checklist(). (#820) (#822)Fixed
name_backbone()to includeacceptedUsageKeyandacceptedScientificNamein output. (#824) (#826)MINOR IMPROVEMENTS
Removed
wkpackage dependency and implemented internal WKT validation. (#827) (#828)DOCUMENTATION
Clarified license format in download predicates documentation. (#836)