-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
60 lines (60 loc) · 2.11 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: portalcasting
Title: Model and Forecast Portal Rodent Dynamics
Version: 0.60.6
Authors@R: c(
person(c("Juniper", "L."), "Simonis",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9798-0460")),
person(c("Glenda", "M."), "Yenni", role = c("aut"),
comment = c(ORCID = "0000-0001-6969-1848")),
person(c("Ellen", "K."), "Bledsoe", role = c("aut"),
comment = c(ORCID = "0000-0002-3629-7235")),
person(c("Erica", "M."), "Christensen",
role = c("aut"), comment = c(ORCID = "0000-0002-5635-2502")),
person(c("Patricia", "K. T."), "Dumandan", role = c("aut"),
comment = c(ORCID = "0000-0003-3360-1534")),
person("Henry", "Senyondo", role = c("aut"),
comment = c(ORCID = "0000-0001-7105-5808")),
person("Hao", "Ye", role = c("aut"),
comment = c(ORCID = "0000-0002-8630-1458")),
person(c("Ethan", "P."), "White", role = c("aut"),
comment = c(ORCID = "0000-0001-6728-7745")),
person(c("S. K.", "Morgan"), "Ernest", role = c("aut"),
comment = c(ORCID = "0000-0002-6026-8530")))
Description: Create a directory, populate it with data, build models, forecast rodent populations, and visualize the results. The user can spin-up a local lightweight sandbox or full-scale production environment from the same code underlying the continuously deployed Portal Predictions Project continuous integration system <https://github.com/weecology/portal-forecasts> and website <https://portal.naturecast.org>.
URL: https://weecology.github.io/portalcasting/, https://github.com/weecology/portalcasting
BugReports: https://github.com/weecology/portalcasting/issues
Depends:
R (>= 4.2.0),
forecast,
hypergeo,
tscount
License: MIT + file LICENSE
Imports:
arrow,
bslib,
coda,
english,
git2r,
htmltools,
httr,
jsonlite,
knitr,
markdown,
portalr (>= 0.4.0),
rmarkdown,
runjags,
scoringRules,
shiny,
stats,
viridis,
yaml,
utils
Suggests:
pkgdown,
testthat
SystemRequirements: JAGS 4.x.y; libcurl; gsl
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)