-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.06 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
Package: reproducibleFairTemplate
Type: Package
Title: Reproducible and Fair Data Science Project Template
Version: 0.5.0
Authors@R: person("Lukas", "Huber",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID="0000-0001-5443-0290"))
Description: Template uses docker, git, rmd, drake, mandrake for reproducible data science.
It is aimed at neuro-intensive care research teams with interdisciplinary teams, suits R and Python workflows.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0),
tidyverse,
rmarkdown,
knitr,
dplyr,
magrittr
Imports:
drake,
haven,
readxl,
lubridate,
pacman,
visNetwork,
mandrake,
reticulate,
gert,
ggplot2,
pkgload,
rprojroot
Remotes:
ropensci/drake,
wlandau/txtq,
mstr3336/mandrake
SystemRequirements:
fribidi,
harfbuzz
RoxygenNote: 7.1.1
Roxygen: list(roclets = c("namespace", "rd", "roxytest::testthat_roclet"))
Suggests:
testthat
VignetteBuilder: knitr