-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
41 lines (41 loc) · 989 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
34
35
36
37
38
39
40
41
Package: fitR
Title: Tool box for fitting dynamic infectious disease models to time series
Version: 0.2.1
Authors@R: c(person(given="Anton", family="Camacho", email="ntncmch@gmail.com",
role=c("aut")),person(given="Sebastian", family="Funk",
email="sebastian.funk@lshtm.ac.uk", role=c("aut", "cre")))
Description: This package contains helper functions for model fitting and
inference for infectious disease dynamics. It has been designed mainly as
a teaching tool for a one-week course on the topic.
Depends:
R (>= 4.0.0)
Imports:
ggplot2,
tmvtnorm,
lubridate,
coda,
stringr,
dplyr,
emdbook,
rlang,
purrr (>= 1.0.0),
tidyr,
tidyselect,
adaptivetau,
deSolve
Suggests:
here,
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
spelling,
future,
furrr,
formatR
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Encoding: UTF-8
VignetteBuilder: knitr
Language: en-GB