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
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
Version: 3.8.3.1
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut", comment = c("0000-0003-1444-9135")),
Expand Down
1 change: 1 addition & 0 deletions R/zzz.r
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ gbifparser <- function(input, fields= "minimal") {

# extensions is a PITA, just remove
x$extensions <- NULL
x$dnaSequenceID <- NULL

# remove any fields > length 1
lgts <- unname(sapply(x, length))
Expand Down
70 changes: 35 additions & 35 deletions tests/fixtures/occ_count.yml

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

Loading
Loading