prune
in render_docker()
to automatically clean up dangling containers and images in case the image build or compilation was not successful (#27). We thank Nicolas Roelandt for suggesting this feature (#25).prune_container_auto()
, prune_image_auto()
, and prune_all_auto()
for automatic pruning of dangling containers or images without particular names specified.install_docker()
for guiding the installation of Docker.check_docker_install()
for checking if Docker is properly installed and discoverable.check_docker_running()
for checking if Docker daemon is running.purge_info
was renamed to prune_info
in render_docker()
.purge_container()
and purge_image()
are now renamed to prune_container()
and prune_image()
.vignette("liftr-addins")
and vignette("liftr-tidyverse")
.cache
in render_docker()
to improve rendering speed significantly by caching Docker image layers [#18].purge_info
to render_docker()
. This argument controls whether to output the Docker image and container name into an YAML file for purging purposes later.reset
in render_docker()
; added purge_container()
and purge_image()
for cleaning up.ghpkg
field is now deprecated. The new remotes
field supports devtools remote package name format. Now packages can be installed from GitHub, Bitbucket, Git/SVN servers, URLs, etc.include
for including any custom Dockerfile snippets into the final Dockerfile. This also fixes #21.drender()
to render_docker()
. drender()
is now deprecated.liftr
metadata fields.lift()
.inst/examples/
: explore tidyverse and Bioconductor RNA-Seq workflow.-t
and -i
from docker run
to fix #17.pandoc
to control Pandoc installation. Automatically set this to false
for rocker/rstudio
and bioconductor/...
images. This solves #12.lift()
and drender()
. They provide basic support for dockerizing R Markdown documents, with support for running Rabix workflows/tools before rendering R Markdown documents in Docker containers.