docs: clarify license format in download predicates #833#836
Merged
Conversation
- Add note in download_predicate_dsl.R Keys section explaining license values must use underscores (e.g., CC_BY_4_0 not 'CC BY 4.0') - Add license examples to download_predicate_dsl.R showing correct format - Add 'Filtering by License' section to getting_occurrence_data vignette with practical examples - Add note after predicate table in vignette about correct license format Fixes issue where users were creating download requests with incorrect license format using spaces instead of underscores.
jhnwllr
added a commit
that referenced
this pull request
Mar 20, 2026
- 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)
Merged
jhnwllr
added a commit
that referenced
this pull request
Mar 23, 2026
* Prepare v3.8.5 release - 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) * Fix broken BasisOfRecord documentation URL - 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 * REVDEPCHECK * updating codemeta
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.
Fixes issue where users were creating download requests with incorrect license format using spaces instead of underscores.