Package: babelwhale
Title: Talking to 'Docker' and 'Singularity' Containers
Version: 1.0.3
Authors@R: 
    c(person(given = "Robrecht",
             family = "Cannoodt",
             role = c("aut", "cre"),
             email = "rcannood@gmail.com",
             comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")),
      person(given = "Wouter",
             family = "Saelens",
             role = "aut",
             email = "wouter.saelens@gmail.com",
             comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")))
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, dynutils, processx (>= 3.5.0), purrr, utils
Suggests: covr, testthat (>= 3.0.0)
SystemRequirements: Docker and/or Singularity (>=3.0)
Encoding: UTF-8
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-06-24 14:49:28 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>, zouter)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2021-06-25 11:10:11 UTC
