Skip to content

Commit bbd0d96

Browse files
authored
V3.8.4 (#818)
* fresh fixtures * ver bump * updating NEWS.md * REVDEPCHECK: trigger reverse dependency check * updating codemeta * updating cran-comments * fixing twitter NOTE
1 parent c74602b commit bbd0d96

File tree

92 files changed

+77484
-75862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+77484
-75862
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 3.8.3
2-
Date: 2025-09-04 13:33:25 UTC
3-
SHA: d67381921c0c6a59e3e7eafa970b2cee53fe2123
1+
Version: 3.8.4
2+
Date: 2025-11-13 10:06:51 UTC
3+
SHA: 705bf8769061ee31b36cf121bf94b370cab6cc41

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: A programmatic interface to the Web Service methods
88
retrieving information on data providers, getting species occurrence
99
records, getting counts of occurrence records, and using the GBIF
1010
tile map service to make rasters summarizing huge amounts of data.
11-
Version: 3.8.3.2
11+
Version: 3.8.4
1212
License: MIT + file LICENSE
1313
Authors@R: c(
1414
person("Scott", "Chamberlain", role = "aut", comment = c("0000-0003-1444-9135")),

NEWS.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
rgbif 3.8.4
2+
===========
3+
4+
### NEW FEATURES
5+
`occ_search()` now supports searching for occurrence by `checklistKey`. (#801)
6+
`name_backbone()` and `name_backbone_checklist()` now use GBIF API v2 for matching. (#797)
7+
8+
### BUG FIXES
9+
Fixed bug in `name_backbone_checklist()` where large numbers of async requests were not being handled properly. (#815)
10+
Fixed bug with `dnaSequenceID` in `occ_search()` results. (#810)
11+
112
rgbif 3.8.3
213
===========
314

@@ -243,7 +254,7 @@ rgbif 3.7.1
243254
rgbif 3.7.0
244255
===========
245256

246-
There is a new rgbif maintainer: [John Waller](https://twitter.com/JohnTWaller).
257+
There is a new rgbif maintainer: John Waller.
247258

248259
### NEW FEATURES
249260

codemeta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/rgbif",
99
"issueTracker": "https://github.com/ropensci/rgbif/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "3.8.3",
11+
"version": "3.8.4",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -362,7 +362,7 @@
362362
"applicationCategory": "Biodiversity",
363363
"isPartOf": "https://ropensci.org",
364364
"keywords": ["GBIF", "specimens", "API", "web-services", "occurrences", "species", "taxonomy", "gbif", "api", "data", "biodiversity", "rstats", "r", "spocc", "r-package", "lifewatch", "oscibio"],
365-
"fileSize": "18734.138KB",
365+
"fileSize": "18911.06KB",
366366
"citation": [
367367
{
368368
"@type": "SoftwareSourceCode",
@@ -406,7 +406,7 @@
406406
],
407407
"name": "rgbif: Interface to the Global Biodiversity Information Facility API",
408408
"url": "https://CRAN.R-project.org/package=rgbif",
409-
"description": "R package version 3.8.3"
409+
"description": "R package version 3.8.4"
410410
},
411411
{
412412
"@type": "ScholarlyArticle",

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Reverse dependencies
1313

14-
* 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.
14+
* 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.
1515

1616
--------
1717

man-roxygen/occsearch.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,4 @@
398398
#' \code{isGeoreferenced=TRUE}
399399
#'
400400
#' @references https://www.gbif.org/developer/occurrence#search
401+

tests/fixtures/collection_search.yml

Lines changed: 41 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/dataset.yml

Lines changed: 724 additions & 879 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/dataset_doi.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fixtures/dataset_list_funs.yml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)