-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
41 lines (41 loc) · 1 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
Package: learn
Version: 0.0.1.9000
Title: RECON LEARN content
Description: Contains RECON learn content and infrastructure to build it.
Authors@R: c(person("Steph",
"Locke",
email = "steph@itsalocke.com",
role = c("ctr", "aut", "cre")),
person("Zhian N.",
"Kamvar",
email = "zkamvar@gmail.com",
role = c("aut")),
person("R Epidemics Consortium (RECON)",
role = c("cph", "fnd"),
email = "thibautjombart@gmail.com",
comment = "https://www.repidemicsconsortium.org/"))
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports:
knitr,
rmarkdown,
checkpoint,
htmltools,
htmlwidgets,
snakecase,
yaml,
usethis (>= 1.4.0),
stringr,
glue,
jsonlite,
fs,
magrittr,
dplyr,
rlang,
xfun
RoxygenNote: 6.1.1
License: MIT + file LICENSE
Suggests:
testthat,
covr