The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
dry_run in
render_docker() for debugging: when set to
TRUE, it will only return the Docker commands and not
actually run them.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.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.