-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
74 lines (74 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: worcs
Type: Package
Title: Workflow for Open Reproducible Code in Science
Version: 0.1.17
Authors@R: c(
person(
given = c("Caspar", "J."),
family = "Van Lissa",
email = "c.j.vanlissa@tilburguniversity.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0808-5024")
),
person(
"Aaron",
"Peikert",
role = c("aut"),
comment = c(ORCID = "0000-0001-7813-818X")
),
person(
c("Andreas", "M."),
"Brandmaier",
role = "aut",
comment = c(ORCID = "0000-0001-8765-6982")
)
)
Description: Create reproducible and transparent research projects in 'R'.
This package is based on the Workflow for Open
Reproducible Code in Science (WORCS), a step-by-step procedure based on best
practices for
Open Science. It includes an 'RStudio' project template, several
convenience functions, and all dependencies required to make your project
reproducible and transparent. WORCS is explained in the tutorial paper
by Van Lissa, Brandmaier, Brinkman, Lamprecht, Struiksma, & Vreede (2021).
<doi:10.3233/DS-210031>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/cjvanlissa/worcs
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Imports:
methods,
rmarkdown,
renv,
prereg (>= 0.6.0),
gert (>= 2.0.1),
ranger,
yaml,
digest,
rticles (>= 0.27),
tinytex,
credentials,
usethis (>= 3.1.0),
gh,
xfun,
cli,
rlang
Suggests:
papaja (>= 0.1.1),
targets,
lavaan,
tidySEM,
tarchetypes,
remotes,
knitr,
missRanger,
curl,
fs,
withr,
desc,
purrr,
testthat (>= 2.1.0)
SystemRequirements: pandoc (>= 1.14) - https://pandoc.org
VignetteBuilder: knitr