Learn R Programming

dockerfiler (version 0.2.4)

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

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Colin FAY

Last Published

August 23rd, 2024

Functions in dockerfiler (0.2.4)

r

Turn an R call into an Unix call
renv

Internalised renv
dock_from_renv

Create a Dockerfile from an renv.lock file
dock_from_desc

Create a Dockerfile from a DESCRIPTION
docker_ignore_add

Create a dockerignore file
compact_sysreqs

Compact Sysreqs
parse_dockerfile

Parse a Dockerfile
Dockerfile

A Dockerfile template
get_sysreqs

Get system requirements
dockerfiler-package

dockerfiler: Easy Dockerfile Creation from R