-
Notifications
You must be signed in to change notification settings - Fork 50
/
DESCRIPTION
59 lines (59 loc) · 2.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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;
<https://www.gbif.org/developer/summary>). 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.1.1
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = "aut", comment = c(ORCID="0000-0003-1444-9135")),
person("Damiano", "Oldoni", role = "aut", comment = c(ORCID = "0000-0003-3445-7562")),
person("Vijay", "Barve", role = "ctb", comment = c(ORCID = "0000-0002-4852-2567")),
person("Peter", "Desmet", role = "ctb", comment = c(ORCID = "0000-0002-8442-8025")),
person("Laurens", "Geffert", role = "ctb"),
person("Dan", "Mcglinn", role = "ctb", comment = c(ORCID = "0000-0003-2359-3526")),
person("Karthik", "Ram", role = "ctb", comment = c(ORCID = "0000-0002-0233-1757")),
person(given = "rOpenSci", role = "fnd", comment = "https://ropensci.org/"),
person("John","Waller", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID ="0000-0002-7302-5976"))
)
URL: https://github.com/ropensci/rgbif (devel),
https://docs.ropensci.org/rgbif/ (documentation)
BugReports: https://github.com/ropensci/rgbif/issues
LazyData: true
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,
wk
Suggests:
testthat,
png,
terra,
magick,
protolite (>= 2.0),
sf,
vcr (>= 1.2.0),
knitr,
rmarkdown
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