-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
44 lines (44 loc) · 961 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
42
43
44
Package: LEMMA
Title: Local Epidemic Modeling for Management & Action
Version: 2.1.2
URL: https://github.com/LocalEpi/LEMMA/
Authors@R:
person(given = "Joshua",
family = "Schwab",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9436-1805"))
Description: LEMMA projects hospital utilization from COVID-19.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
methods,
Rcpp (>= 0.12.0),
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
ggplot2,
data.table,
matrixStats,
readxl,
openxlsx,
grDevices,
stats,
curl,
shiny,
tools
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make
RoxygenNote: 7.2.0
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr