Package: babelwhale
Version: 1.0.1
Title: Talking to 'Docker' and 'Singularity' Containers
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.
Authors@R: c(
    person(
      "Robrecht", 
      "Cannoodt", 
      email = "rcannood@gmail.com", 
      role = c("aut"),
      comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
    ),
    person(
      "Wouter", 
      "Saelens", 
      email = "wouter.saelens@gmail.com", 
      role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
    )
  )
URL: https://github.com/dynverse/babelwhale
BugReports: https://github.com/dynverse/babelwhale/issues
License: GPL-3
Depends: R (>= 3.0.0)
Imports: crayon, dplyr, dynutils, processx, purrr, utils
SystemRequirements: Docker and/or Singularity (>=3.0)
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-10-03 13:03:07 UTC; rcannood
Author: Robrecht Cannoodt [aut] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut, cre] (<https://orcid.org/0000-0002-7114-6248>,
    zouter)
Maintainer: Wouter Saelens <wouter.saelens@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-03 13:20:03 UTC
