-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
60 lines (60 loc) · 1.33 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: BirdFlowR
Title: Predict and Visualize Bird Movement
Version: 0.1.0.9069
Authors@R:
c(person("Ethan", "Plunkett", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4405-2251")),
person("BirdFlow-Science", role = "cph"),
person("National Science Foundation", role = "fnd"))
Description: BirdFlowR predicts bird movement and distribution from previously fitted models.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
BirdFlowModels (>= 0.0.2.9002),
covr,
ebirdst,
knitr,
ragg,
rmarkdown,
SparseArray,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
biocViews:
Imports:
gganimate,
digest,
dplyr,
ggplot2,
ggthemes,
gifski,
grDevices,
lubridate,
Matrix (>= 1.5-2),
methods,
progress,
rhdf5,
rlang,
rnaturalearth,
rnaturalearthdata,
scales,
s2,
sf,
stringr,
tidyr,
terra,
units,
utils,
viridisLite
VignetteBuilder: knitr
Remotes:
birdflow-science/BirdFlowModels,
ebird/ebirdst
URL: https://birdflow-science.github.io/BirdFlowR/, https://github.com/birdflow-science/BirdFlowR
BugReports: https://github.com/birdflow-science/BirdFlowR/issues
Language: en-US
Depends:
R (>= 3.5)
LazyData: true