-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 1.35 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
Package: babelwhale
Title: Talking to 'Docker' and 'Singularity' Containers
Version: 1.2.0
Authors@R:
c(person(given = "Robrecht",
family = "Cannoodt",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
person(given = "Wouter",
family = "Saelens",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")),
person(given = "Joel",
family = "Nitta",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4719-7472", github = "joelnitta")))
Description: Provides a unified interface to interact with
'docker' and 'singularity' containers. You can execute a command
inside a container, mount a volume or copy a file.
License: MIT + file LICENSE
URL: https://github.com/dynverse/babelwhale
BugReports: https://github.com/dynverse/babelwhale/issues
Depends:
R (>= 3.0.0)
Imports:
crayon,
dplyr,
fs,
dynutils,
processx (>= 3.5.0),
purrr,
utils,
digest,
glue
Suggests:
covr,
testthat (>= 3.0.0)
SystemRequirements: Docker and/or Singularity (>=3.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3