Learn R Programming

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

dockerfiler (version 0.2.1)

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.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Colin FAY

Last Published

January 18th, 2023

Functions in dockerfiler (0.2.1)

gen_base_image

Generate base image name
dock_from_desc

Create a Dockerfile from a DESCRIPTION
docker_ignore_add

Create a dockerignore file
Dockerfile

A Dockerfile template
r

Turn an R call into an Unix call
dock_from_renv

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

Get system requirements
dockerfiler-package

dockerfiler: Easy Dockerfile Creation from R