Learn R Programming

⚠️There's a newer version (0.2.4) of this package.Take me there.

dockerfiler (version 0.2.2)

Easy Dockerfile Creation from R

Description

Build a Dockerfile straight from your R session. 'dockerfiler' allows you to create step by step a Dockerfile, and provide convenient tools to wrap R code inside this Dockerfile.

Copy Link

Version

Install

install.packages('dockerfiler')

Monthly Downloads

3,165

Version

0.2.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Colin FAY

Last Published

November 13th, 2023

Functions in dockerfiler (0.2.2)

renv

Internalised renv
get_sysreqs

Get system requirements
dock_from_renv

Create a Dockerfile from an renv.lock file
dock_from_desc

Create a Dockerfile from a DESCRIPTION
parse_dockerfile

Parse a Dockerfile
r

Turn an R call into an Unix call
docker_ignore_add

Create a dockerignore file
compact_sysreqs

Compact Sysreqs
Dockerfile

A Dockerfile template
dockerfiler-package

dockerfiler: Easy Dockerfile Creation from R