Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 3.8.3
Date: 2025-09-04 13:33:25 UTC
SHA: d67381921c0c6a59e3e7eafa970b2cee53fe2123
Version: 3.8.4
Date: 2025-11-13 10:06:51 UTC
SHA: 705bf8769061ee31b36cf121bf94b370cab6cc41
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: A programmatic interface to the Web Service methods
retrieving information on data providers, getting species occurrence
records, getting counts of occurrence records, and using the GBIF
tile map service to make rasters summarizing huge amounts of data.
Version: 3.8.3.2
Version: 3.8.4
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut", comment = c("0000-0003-1444-9135")),
Expand Down
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
rgbif 3.8.4
===========

### NEW FEATURES
`occ_search()` now supports searching for occurrence by `checklistKey`. (#801)
`name_backbone()` and `name_backbone_checklist()` now use GBIF API v2 for matching. (#797)

### BUG FIXES
Fixed bug in `name_backbone_checklist()` where large numbers of async requests were not being handled properly. (#815)
Fixed bug with `dnaSequenceID` in `occ_search()` results. (#810)

rgbif 3.8.3
===========

Expand Down Expand Up @@ -243,7 +254,7 @@ rgbif 3.7.1
rgbif 3.7.0
===========

There is a new rgbif maintainer: [John Waller](https://twitter.com/JohnTWaller).
There is a new rgbif maintainer: John Waller.

### NEW FEATURES

Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci/rgbif",
"issueTracker": "https://github.com/ropensci/rgbif/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "3.8.3",
"version": "3.8.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -362,7 +362,7 @@
"applicationCategory": "Biodiversity",
"isPartOf": "https://ropensci.org",
"keywords": ["GBIF", "specimens", "API", "web-services", "occurrences", "species", "taxonomy", "gbif", "api", "data", "biodiversity", "rstats", "r", "spocc", "r-package", "lifewatch", "oscibio"],
"fileSize": "18734.138KB",
"fileSize": "18911.06KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down Expand Up @@ -406,7 +406,7 @@
],
"name": "rgbif: Interface to the Global Biodiversity Information Facility API",
"url": "https://CRAN.R-project.org/package=rgbif",
"description": "R package version 3.8.3"
"description": "R package version 3.8.4"
},
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Reverse dependencies

* I have run R CMD check on the 13 reverse dependencies. Reverse dependency checks at <https://github.com/ropensci/rgbif/actions?query=workflow%3Arevdep>. No problems were found related to this package.
* I have run R CMD check on the 14 reverse dependencies. Reverse dependency checks at <https://github.com/ropensci/rgbif/actions?query=workflow%3Arevdep>. No problems were found related to this package.

--------

Expand Down
1 change: 1 addition & 0 deletions man-roxygen/occsearch.r
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,4 @@
#' \code{isGeoreferenced=TRUE}
#'
#' @references https://www.gbif.org/developer/occurrence#search

76 changes: 41 additions & 35 deletions tests/fixtures/collection_search.yml

Large diffs are not rendered by default.

1,603 changes: 724 additions & 879 deletions tests/fixtures/dataset.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/fixtures/dataset_doi.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions tests/fixtures/dataset_list_funs.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading