-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.28 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
Package: ramp.dts
Type: Package
Title: Discrete Time Systems for Robust Analytics for Malaria Policy (RAMP), and Transmission Dynamics and Control of Mosquito-Borne Pathogens Transmission
Version: 0.1.2
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")),
person("Sophie", "Libkind", role = "ctb")
)
Description: Provides a framework based on S3 dispatch for constructing models
of mosquito-borne pathogen transmission which are constructed from submodels of various
components (i.e. immature and adult mosquitoes, human populations). A consistent mathematical
expression for the distribution of bites on hosts means that different models
(stochastic, deterministic, etc.) can be coherently incorporated and updated
over a discrete time step.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports:
expm,
MASS
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
VignetteBuilder: knitr
URL: https://dd-harp.github.io/ramp.dts/, https://github.com/dd-harp/ramp.dts
BugReports: https://github.com/dd-harp/ramp.dts/issues
Roxygen: list(markdown = TRUE)