-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 854 Bytes
/
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
Package: ECMMon
Type: Package
Title: Epidemiologic Compartmental Modeling Monad
Version: 0.1.0
Author: Anton Antonov
Maintainer: Anton Antonov <antononcube@posteo.com>
Description: The package provides a software monad that facilitates the rapid creation of
workflows in Epidemiology.
S3 objects are used represent epidemiologic compartmental models.
Simulations with those objects are done with the package deSolve.
License: GPL-3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1
Collate:
'EpidemiologyModels.R'
'EpidemiologyModelModifications.R'
'ECMMon.R'
Imports:
deSolve (>= 1.28.0),
purrr (>= 0.3.2),
dplyr (>= 0.8.0),
tidyr (>= 1.0.2),
magrittr (>= 1.5),
ggplot2 (>= 3.1.0),
Matrix (>= 1.2.0)
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr