-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
40 lines (40 loc) · 1.19 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
Package: rcromwell
Title: Convenience Tools for Managing WDL Workflows via Cromwell
Version: 3.3.0
Authors@R: c(
person("Amy", "Paguirigan", role = "aut",
comment = c(ORCID = "0000-0002-6819-9736")),
person("Scott", "Chamberlain", , "sachamber@fredhutch.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1444-9135")),
person("Fred Hutchinson Cancer Center", , , "wilds@fredhutch.org", role = "fnd")
)
URL: https://getwilds.org/rcromwell, https://github.com/getwilds/rcromwell
BugReports: https://github.com/getwilds/rcromwell/issues
Description: A repo containing a basic R package for using Cromwell with WDL workflows via R.
Imports:
jsonlite,
dplyr,
purrr,
tidyr,
lubridate,
rlang,
glue,
curl,
httr2
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
roxyglobals,
testthat (>= 3.0.0),
vcr (>= 1.6.0),
webmockr (>= 1.0.0)
Config/testthat/edition: 3
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
VignetteBuilder: knitr