-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
69 lines (69 loc) · 1.75 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
64
65
66
67
68
69
Package: bbsebird
Title: Unifying BBS and eBird Data for Integrating Modeling
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jessica",
family = "Burnett",
role = c("aut", "cre"),
email = "jessicaleighburnett@gmail.com",
comment = c(ORCID = "0000-0002-0896-5099")),
person(given = "Paige",
family = "Howell",
role = "ctb",
comment = c(ORCID = "0000-0002-5911-2870")),
person(given = "Andy",
family = "Royle",
role = "ctb",
comment = c(ORCID = "0000-0003-3135-2167")))
Description: Data integration and analysis of eBird and BBS data. Imports, munges and aligns eBird and BBS data to a spatial sampling grid of user's select size.
Additionally, produces bundles of data for use in subsequent analyses. Package contains integrated population generalized additive models for estimating bird abundance using
Nimble.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
bbsAssistant (>= 2.0.0),
dplyr,
data.table,
R (>= 4.1)
Imports:
auk,
foreach (>= 1.5.1),
hms,
mgcv,
readr (>= 2.1.1),
reshape2 (>= 1.4.4),
rnaturalearth (>= 0.3.0),
rgdal,
sp (>= 1.4.6),
stringr (>= 1.4.0),
units (>= 0.7.2),
sf,
tibble,
tidyr (>= 1.1.4),
parallel,
grDevices,
stats,
suncalc,
bit,
doParallel,
nimble,
fields,
coda,
vroom,
lubridate,
spdep
Suggests:
knitr,
dclone,
countrycode (>= 1.3.0),
rmarkdown,
spelling,
LazyData: true
Remotes:
github::trashbirdecology/bbsAssistant,
github::ropensci/rnaturalearth
License: CC0
VignetteBuilder: knitr
Language: en-US
URL: https://trashbirdecology.github.io/bbsebird/