-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.26 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
Package: macpan2
Title: Fast and Flexible Compartmental Modelling
Version: 1.12.0
Authors@R: c(
person("Steve Walker", email="swalk@mcmaster.ca", role=c("cre", "aut")),
person("Weiguang Guan", role="aut"),
person("Jen Freeman", role="aut"),
person("Ben Bolker", role="aut"),
person("Darren Flynn-Primrose", role="aut"),
person("Irena Papst", role="ctb"),
person("Michael Li", role="ctb")
)
Description: Fast and flexible compartmental modelling with Template Model Builder.
License: GPL-3
Depends:
R (>= 4.1.0)
Imports:
TMB (>= 1.9.0),
Matrix,
oor,
jsonlite,
MASS,
memoise,
stats,
utils
Suggests:
covr,
knitr,
rmarkdown,
dplyr,
tidyr,
ggplot2,
cowplot,
lubridate,
testthat (>= 3.0.0),
htmltools,
visNetwork,
macpan2helpers,
kableExtra,
broom.mixed,
outbreaks,
tmbstan,
numDeriv,
parallel,
iidda.api
LinkingTo:
TMB,
RcppEigen
VignetteBuilder:
knitr
BugReports: https://github.com/canmod/macpan2/issues
Additional_repositories: https://canmod.r-universe.dev
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
URL: https://canmod.github.io/macpan2/, https://github.com/canmod/macpan2