-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.6 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
Package: whitetailedSIRS
Title: Generate Deer Disease Dyanmics Under an SIRS Framework
Version: 1.0.0
Authors@R: c(
person("Elias", "Rosenblatt", , "[email protected]", role = c("aut", "cre")),
person("Javi", "Rudolph", , "[email protected]", role = c("aut",
"ctb")),
person("Fer", "Arce", , "[email protected]", role = c("aut", "ctb")),
person("Jonathan", "Cook", , "[email protected]", role = c("aut", "ctb")),
person("Graziella", "DiRenzo", , "[email protected]", role = c("aut", "ctb")),
person("Evan", "Grant", , "[email protected]", role = c("aut", "ctb")),
person("Michael", "Runge", , "[email protected]", role = c("aut", "ctb")),
person("Brittany", "Mosher", , "[email protected]", role = c("aut", "ctb"))
)
Description: Collection of functions to generate disease dynamics
projections for deer populations using an SIRS framework.
License: CC BY 4.0
URL:
https://github.com/disease-decision-analysis-and-research/whitetailedSIRS
BugReports:
https://github.com/disease-decision-analysis-and-research/whitetailedSIRS/issues
Depends:
R (>= 2.10)
Imports:
deSolve,
dplyr (>= 1.0.10),
greybox,
magrittr,
purrr (>= 1.0.1),
rootSolve,
tibble,
tidyr (>= 1.3.0)
Suggests:
binom,
ggplot2,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggpubr,
stringr,
tidyverse
VignetteBuilder:
knitr
Remotes:
tidyverse/dplyr,
tidyverse/purrr,
tidyverse/tidyr
Encoding: UTF-8
LazyData: true
LazyDataCompression:xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3