-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
67 lines (67 loc) Β· 2.03 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
Package: rworkflows
Type: Package
Title: Test, Document, Containerise, and Deploy R Packages
Version: 1.0.5
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Alan",
family = "Murphy",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2487-8753")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180"))
)
Description: Reproducibility is essential to the progress of research,
yet achieving it remains elusive even in computational fields.
Continuous Integration (CI) platforms offer a powerful way to launch automated workflows
to check and document code, but often require considerable time, effort,
and technical expertise to setup. We therefore developed the rworkflows suite
to make robust CI workflows easy and freely accessible to all R package developers.
rworkflows consists of 1) a CRAN/Bioconductor-compatible R package template,
2) an R package to quickly implement a standardised workflow, and
3) a centrally maintained GitHub Action.
URL: https://github.com/neurogenomics/rworkflows, https://CRAN.R-project.org/package=rworkflows
BugReports: https://github.com/neurogenomics/rworkflows/issues
Encoding: UTF-8
biocViews:
Software, WorkflowManagement
Depends: R (>= 4.1)
Imports:
stats,
here,
yaml,
utils,
desc,
badger,
renv,
tools,
methods,
BiocManager,
data.table
Suggests:
markdown,
rmarkdown,
remotes,
knitr,
covr,
testthat (>= 3.0.0),
htmltools,
jsonlite,
BiocStyle,
BiocPkgTools,
biocViews,
reticulate,
rvest
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3
LazyData: true
RoxygenNote: 7.3.2