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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake git make libicu-dev libuv1-dev Repository: https://dynverse.r-universe.dev Date/Publication: 2023-07-14 19:28:32 UTC RemoteUrl: https://github.com/dynverse/babelwhale RemoteRef: HEAD RemoteSha: 61e5ebfef09b6159c0a9524adeae9fe2da9215be NeedsCompilation: no Packaged: 2026-07-04 06:45:47 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood), Wouter Saelens [aut] (ORCID: , github: zouter), Joel Nitta [aut] (ORCID: , github: joelnitta) Maintainer: Robrecht Cannoodt