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 = "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")),
      person(given = "Joel",
             family = "Nitta",
             role = "aut",
             email = "joelnitta@gmail.com",
             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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-07-14 19:28:23 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),
  Joel Nitta [aut] (<https://orcid.org/0000-0003-4719-7472>, joelnitta)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-14 22:30:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:50:00 UTC; windows
