-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
60 lines (60 loc) · 1.15 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
Package: dyncli
Type: Package
Title: CLI helper package for creating TI containers
Version: 0.0.3.9000
Authors@R: c(
person(
"Robrecht",
"Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter",
"Saelens",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
URL: https://github.com/dynverse/dyncli
BugReports: https://github.com/dynverse/dyncli/issues
Description: CLI helper package for creating TI containers
License: GPL-3
LazyData: TRUE
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
assertthat,
dplyr,
dynparam,
dynutils (>= 1.0.2),
dynwrap (>= 1.0.0),
fs,
glue,
hdf5r,
jsonlite,
Matrix,
magrittr,
methods,
optparse,
processx,
purrr,
readr,
stringr,
testthat,
tibble,
tidyr,
yaml
Remotes:
dynverse/dynparam@devel,
dynverse/dynutils@devel,
dynverse/dynwrap@devel
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown