Learn R Programming

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

dockerfiler (version 0.2.0)

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

1,510

Version

0.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Colin FAY

Last Published

July 6th, 2022

Functions in dockerfiler (0.2.0)

docker_ignore_add

Create a dockerignore file
dockerfiler-package

dockerfiler: Easy Dockerfile Creation from R
dock_from_renv

Create a Dockerfile from an `renv.lock` file
dock_from_desc

Create a Dockerfile from a DESCRIPTION
r

Turn an R call into an Unix call
Dockerfile

A Dockerfile template
get_sysreqs

Get system requirements
gen_base_image

Generate base image name