forked from tiernanmartin/drakepkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 825 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
Package: drakepkg
Version: 0.1.0
Title: Reproducible Research with a Packaged `drake` Workflow
Description: An example of how to provide a drake workflow as an R package to facilitate reproducibility of the analysis
Authors@R: c(
person("Tiernan", "Martin", email = "[email protected]", role = c("aut", "cre")),
person("Janosch", "Linkersdörfer", email = "[email protected]", role = c("aut"))
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.0
Depends: R (>= 3.1.0), drake
Imports:
magrittr,
dplyr,
ggplot2,
knitr,
rmarkdown,
purrr,
readxl,
forcats,
visNetwork,
lubridate
Suggests:
testthat,
writexl,
knitr,
rmarkdown
URL: https://github.com/januz/drakepkg
VignetteBuilder: knitr