forked from reconhub/learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 870 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 870 Bytes
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
Package: learn
Version: 0.0.0.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("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
RoxygenNote: 6.1.1
License: MIT + file LICENSE
Suggests:
testthat,
covr