-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.12 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: EpiSewer
Title: Estimate Epidemiological Parameters from Wastewater Measurements
Version: 0.0.3
Authors@R:
person(given = "Adrian",
family = "Lison",
role = c("aut", "cre"),
email = "adrian.lison@bsse.ethz.ch",
comment = c(ORCID = "0000-0002-6822-8437"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
cmdstanr,
curl,
data.table,
digest,
extraDistr,
forcats,
ggdist,
ggplot2,
ggpattern,
lazyeval,
lubridate,
Matrix (>= 1.5-1),
rlang,
cli,
rstan,
scales,
splines,
stats,
stringr,
vctrs,
purrr (>= 1.0.1)
Suggests:
testthat (>= 3.0.0),
zoo
Config/Needs/website:
r-lib/pkgdown,
hadley/emo,
draw
Remotes:
stan-dev/cmdstanr
SystemRequirements:
CmdStan (>=2.30)
LazyData: true
Config/testthat/edition: 3
URL: https://adrian-lison.github.io/EpiSewer/, https://github.com/adrian-lison/EpiSewer
BugReports: https://github.com/adrian-lison/EpiSewer/issues