Rdocumentation
powered by
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
Link to current version
Version
Version
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.1
0.1.0
Install
install.packages('dockerfiler')
Monthly Downloads
1,510
Version
0.2.4
License
MIT + file LICENSE
Issues
18
Pull Requests
3
Stars
185
Forks
26
Repository
https://github.com/ThinkR-open/dockerfiler
Maintainer
Colin FAY
Last Published
August 23rd, 2024
Functions in dockerfiler (0.2.4)
Search all functions
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