R/package.R

#' Talking to both Docker and Singularity containers from R
#'
#' 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.
#'
#' @import dplyr
#' @import purrr
#' @importFrom processx run
#'
#' @docType package
#' @name babelwhale
NULL


# Define valid global variables
if(getRversion() >= "2.15.1")  utils::globalVariables(c("."))

Try the babelwhale package in your browser

Any scripts or data that you put into this service are public.

babelwhale documentation built on July 26, 2023, 5:24 p.m.