Skip to content

Commit f1cfad5

Browse files
author
John Waller
committed
REVDEPCHECK
1 parent 329dc44 commit f1cfad5

File tree

178 files changed

+183534
-92704
lines changed

Some content is hidden

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

178 files changed

+183534
-92704
lines changed

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.2.4
11+
Version: 3.8.3
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
rgbif 3.8.3
2+
===========
3+
4+
### NEW FEATURES
5+
`installation_search()` and `collection_search()` allow you to search for GRSciColl institutions and collections. (#554)
6+
7+
### BUG FIXES
8+
Fixed "Error in the HTTP2 framing layer" bug by setting `curlopts = list(http_version=2)` as the default for most functions. (#805)
9+
10+
### MINOR IMPROVEMENTS
11+
The GBIF occurrence search API now actively discourages the use of bulk downloads via paging through occurrence records using `occ_search()` or related functions. When a user has exceeded a certain threshold of requests, they will be temporarily paused for 5 seconds. A message will be printed to the console when this happens. Users are strongly encouraged to use `occ_download()` for bulk downloads. (#804)
12+
113
rgbif 3.8.2
214
===========
315

tests/fixtures/collection_search.yml

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

0 commit comments

Comments
 (0)