Package: rgbif Title: Interface to the Global Biodiversity Information Facility API Description: A programmatic interface to the Web Service methods provided by the Global Biodiversity Information Facility (GBIF; ). GBIF is a database of species occurrence records from sources all over the globe. rgbif includes functions for searching for taxonomic names, 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.5.12 License: MIT + file LICENSE Authors@R: c( person("Scott", "Chamberlain", role = "aut", comment = c("0000-0003-1444-9135")), person("Damiano", "Oldoni", role = "aut", comment = c("0000-0003-3445-7562")), person("Vijay", "Barve", role = "ctb", comment = c("0000-0002-4852-2567")), person("Peter", "Desmet", role = "ctb", comment = c("0000-0002-8442-8025")), person("Laurens", "Geffert", role = "ctb"), person("Dan", "Mcglinn", role = "ctb", comment = c("0000-0003-2359-3526")), person("Karthik", "Ram", role = "ctb", comment = c("0000-0002-0233-1757")), person(given = "rOpenSci", role = "fnd", comment = c("019jywm96")), person("John","Waller", role = c("aut", "cre"), email = "jwaller@gbif.org", comment = c("0000-0002-7302-5976")) ) URL: https://github.com/ropensci/rgbif (devel), https://docs.ropensci.org/rgbif/ (documentation) BugReports: https://github.com/ropensci/rgbif/issues LazyLoad: true Roxygen: list(markdown = TRUE) Encoding: UTF-8 Language: en-US Imports: xml2, ggplot2, crul (>= 0.7.4), data.table, whisker, magrittr, jsonlite (>= 1.6), oai (>= 0.2.2), tibble, lazyeval, R6, stats Suggests: testthat, png, terra, magick, protolite (>= 2.0), sf, vcr (>= 2.0.0), knitr, rmarkdown, bit64 RoxygenNote: 7.2.3 X-schema.org-applicationCategory: Biodiversity X-schema.org-keywords: GBIF, specimens, API, web-services, occurrences, species, taxonomy X-schema.org-isPartOf: https://ropensci.org Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-22 07:17:50 UTC RemoteUrl: https://github.com/ropensci/rgbif RemoteRef: master RemoteSha: c7a4f596a461eb023f6130b474a8e861803dd011 NeedsCompilation: no Packaged: 2026-07-01 08:20:43 UTC; root Author: Scott Chamberlain [aut] (0000-0003-1444-9135), Damiano Oldoni [aut] (0000-0003-3445-7562), Vijay Barve [ctb] (0000-0002-4852-2567), Peter Desmet [ctb] (0000-0002-8442-8025), Laurens Geffert [ctb], Dan Mcglinn [ctb] (0000-0003-2359-3526), Karthik Ram [ctb] (0000-0002-0233-1757), rOpenSci [fnd] (019jywm96), John Waller [aut, cre] (0000-0002-7302-5976) Maintainer: John Waller