-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.27 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
Package: exDE
Type: Package
Title: Extensible Differential Equations for Mosquito-Borne Pathogen Modeling
Version: 1.0.0
Authors@R: c(
person("Sean L.", "Wu", email = "[email protected]", role = c("aut","cre"), comment = c(ORCID = "0000-0002-5781-9493")),
person("David L.", "Smith", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4367-3849"))
)
Description: Provides tools to set up modular ordinary and delay differential equation
models for mosquito-borne pathogens, focusing on malaria. Modular design is achieved
by S3 dispatch on parameter lists for each component which is used to compute
the full set of differential equations which may be solved using
any of the packages for numerical simulation of differential equations in R. The
methods implemented by this package are described in Wu et al. (2022) <doi:10.1101/2022.11.07.22282044>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://dd-harp.github.io/exDE/
BugReports: https://github.com/dd-harp/exDE/issues
Roxygen: list(markdown = TRUE)
Imports:
deSolve,
rootSolve,
expm,
graphics,
MASS
Suggests:
ggplot2,
data.table,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3