-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
71 lines (71 loc) · 1.79 KB
/
Copy pathDESCRIPTION
File metadata and controls
71 lines (71 loc) · 1.79 KB
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
70
71
Package: macpan2
Title: Fast and Flexible Compartmental Modelling
Version: 3.5.1
Authors@R: c(
person("Steve Walker", role=c("aut"), comment = c(ORCID = "0000-0002-4394-9078")),
person("Weiguang Guan", role="aut"),
person("Jen Freeman", role="aut"),
person("Ben Bolker", role=c("cre", "aut"), email = "bolker@mcmaster.ca", comment = c(ORCID = "0000-0002-2127-0443")),
person("Darren Flynn-Primrose", role="aut"),
person("David J.D. Earn", rol="ctb", comment = c(ORCID = "0000-0002-7562-1341")),
person("Jonathan Dushoff", rol="ctb", comment = c(ORCID = "0000-0003-0506-4794")),
person("Irena Papst", role="ctb", comment = c(ORCID = "0000-0001-5901-7585")),
person("Michael Li", role="ctb"),
person("Kevin Zhao", role="ctb"))
Description: Tools for building and calibrating compartmental models of infectious disease.
License: GPL-3
Depends:
R (>= 4.1.0)
Imports:
TMB (>= 1.9.0),
oor,
MASS,
memoise,
stats,
utils
Suggests:
jsonlite,
covr,
knitr,
rmarkdown,
dplyr,
tidyr,
ggplot2,
cowplot,
lubridate,
stringr,
testthat (>= 3.0.0),
htmltools,
visNetwork,
kableExtra,
broom.mixed,
DEoptim,
outbreaks,
tmbstan,
numDeriv,
parallel,
macpan2helpers,
iidda.api,
graph,
Rgraphviz,
Rcpp,
deSolve
LinkingTo:
TMB,
RcppEigen,
Rcpp
VignetteBuilder:
knitr
BugReports: https://github.com/canmod/macpan2/issues
Additional_repositories: https://canmod.r-universe.dev
Remotes:
canmod/oor,
canmod/macpan2helpers,
iidda.api=canmod/iidda-tools/R/iidda.api
Config/testthat/edition: 3
Config/Needs/website: canmod/macpan2
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://canmod.github.io/macpan2/, https://github.com/canmod/macpan2