-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
60 lines (60 loc) · 1.93 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
60
Package: spocc
Title: Interface to Species Occurrence Data Sources
Description: A programmatic interface to many species occurrence data sources,
including Global Biodiversity Information Facility ('GBIF'), 'iNaturalist',
'eBird', Integrated Digitized 'Biocollections' ('iDigBio'), 'VertNet',
Ocean 'Biogeographic' Information System ('OBIS'), and
Atlas of Living Australia ('ALA'). Includes functionality for retrieving
species occurrence data, and combining those data.
Version: 1.2.3
License: MIT + file LICENSE
Authors@R:
c(person(given = "Hannah", family = "Owens",
role = c("aut", "cre"),
email = "hannah.owens@gmail.com",
comment = c(ORCID = "0000-0003-0071-1745")),
person(given = "Vijay", family = "Barve",
role = "aut",
comment = c(ORCID = "0000-0002-4852-2567")),
person(given = "Scott", family = "Chamberlain",
role = "aut",
comment = c(ORCID = "0000-0003-1444-9135")),
person(given = "Karthik", family = "Ram", role = "ctb"),
person(given = "Ted", family = "Hart", role = "ctb"),
person(given = "rOpenSci", role = "fnd",
comment = "ropensci.org/"))
URL: https://github.com/ropensci/spocc (devel),
https://docs.ropensci.org/spocc/ (user manual)
BugReports: https://github.com/ropensci/spocc/issues/
LazyData: true
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-US
Imports:
utils,
rgbif,
rebird,
rvertnet,
ridigbio,
lubridate,
crul,
whisker,
jsonlite,
data.table,
tibble,
wk,
s2
Suggests:
testthat,
taxize,
vcr
RoxygenNote: 7.3.1
X-schema.org-applicationCategory: Biodiversity
X-schema.org-keywords: specimens, API, web-services, occurrences, species, taxonomy, GBIF, INAT, Vertnet, eBird, iDigBio, OBIS, ALA
X-schema.org-isPartOf: ropensci.org
Config/Needs/sftests:
remotes,
silicate,
sf,
sp,
testthat