-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.71 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
61
62
63
Type: Package
Package: ebirdst
Title: Access and Analyze eBird Status and Trends Data
Version: 1.2021.3
Authors@R: c(
person("Matthew", "Strimas-Mackey", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8929-7776")),
person("Shawn", "Ligocki", , "[email protected]", role = "aut"),
person("Tom", "Auer", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8619-7147")),
person("Daniel", "Fink", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8368-1248")),
person("Cornell Lab of Ornithology", role = "cph")
)
Description: Tools to download, load, plot, and analyze eBird Status and
Trends Data Products
(<https://science.ebird.org/en/status-and-trends>). eBird
(<https://ebird.org/home>) is a global database of bird observations
collected by member of the public. eBird Status and Trends uses these
data to model global bird abundances, range boundaries, and habitat
associations at a high spatial and temporal resolution.
License: GPL-3
URL: https://github.com/ebird/ebirdst
BugReports: https://github.com/ebird/ebirdst/issues
Depends:
R (>= 4.0.0)
Imports:
DBI,
dplyr (>= 1.0.0),
gbm,
ggplot2,
grDevices,
gridExtra,
jsonlite,
magrittr,
mgcv,
precrec,
PresenceAbsence,
raster (>= 3.1-5),
rgdal,
rlang,
RSQLite,
sf (>= 1.0-0),
stats,
stringr,
tidyr (>= 1.0.0),
tools,
utils,
viridisLite
Suggests:
exactextractr,
fields,
knitr,
rmarkdown,
rnaturalearth,
testthat,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1