-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
44 lines (44 loc) · 1.47 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
Package: rvertnet
Title: Search 'Vertnet', a 'Database' of Vertebrate Specimen Records
Description: Retrieve, map and summarize data from the 'VertNet.org'
archives (<https://vertnet.org/>). Functions allow searching by many
parameters, including 'taxonomic' names, places, and dates. In addition,
there is an interface for conducting spatially delimited searches, and
another for requesting large 'datasets' via email.
Version: 0.8.4.9000
Authors@R: c(
person("Scott", "Chamberlain", email = "myrmecocystus@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0003-1444-9135")),
person("Chris", "Ray", role = "ctb"),
person("Vijay", "Barve", role = "ctb"),
person("Dave", "Slager", email = "slager@uw.edu",
role = c("ctb", "cre"), comment = c(ORCID = "0000-0003-2525-2039"))
)
License: MIT + file LICENSE
URL:
https://github.com/ropensci/rvertnet,
https://docs.ropensci.org/rvertnet/
BugReports: https://github.com/ropensci/rvertnet/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
R (>= 2.10)
Imports:
jsonlite (>= 1.5),
crul (>= 0.5.2),
dplyr (>= 0.5.0),
tibble,
ggplot2,
maps
Suggests:
knitr,
rmarkdown,
testthat,
vcr,
withr
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Data Access
X-schema.org-keywords: species, occurrences, biodiversity, maps, vertnet, mammals, mammalia, specimens
X-schema.org-isPartOf: "https://ropensci.org"
VignetteBuilder: knitr
LazyData: true