-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.41 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.41 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
Package: MCSimMod
Title: Working with 'MCSim' Models
Version: 1.2
Authors@R: c(
person("Dustin F.", "Kapraun", role=c("aut", "cre"), email = "kapraun.dustin@epa.gov", comment = c(ORCID = "0000-0001-5570-6383")),
person("Todd J.", "Zurlinden", role="aut", comment = c(ORCID = "0000-0003-1372-3913")),
person("Andrew J.", "Shapiro", role="aut", comment = c(ORCID = "0000-0002-5233-8092")),
person("Ryan D.", "Friese", role="aut", comment = c(ORCID = "0000-0002-4121-2195")),
person("Frederic Y.", "Bois", role="ctb", comment = c(ORCID = " 0000-0002-4154-0391")),
person("Free Software Foundation, Inc.", role="cph")
)
Description: Tools that facilitate ordinary differential equation (ODE) modeling in 'R'. This package allows one to perform simulations for ODE models that are encoded in the GNU 'MCSim' model specification language (Bois, 2009) <doi:10.1093/bioinformatics/btp162> using ODE solvers from the 'R' package 'deSolve' (Soetaert et al., 2010) <doi:10.18637/jss.v033.i09>.
Imports:
deSolve,
methods,
tools
URL: https://CRAN.R-project.org/package=MCSimMod, https://github.com/USEPA/MCSimMod
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/Needs/dev:
devtools,
styler (== 1.11.0),
testthat,
covr
Config/Needs/website:
r-lib/pkgdown
Config/testthat/edition: 3
VignetteBuilder: knitr