CRAN
dockerfiler 0.1.3
Easy Dockerfile Creation from R
Released Mar 19, 2019 by Colin Fay
This package can be loaded by Renjin but 4 out 16 tests failed.
Dependencies
glue 1.3.1 attempt 0.2.1 R6 2.4.0
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.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>dockerfiler</artifactId> <version>0.1.3-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dockerfiler')
Test Results
This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.
- Dockerfile-examples
- r-examples
- test-r6_R.R6_creation_works_E1
- test-r6_R.R6_creation_works_E10
- test-r6_R.R6_creation_works_E2
- test-r6_R.R6_creation_works_E3
- test-r6_R.R6_creation_works_E4
- test-r6_R.R6_creation_works_E5
- test-r6_R.R6_creation_works_E6
- test-r6_R.R6_creation_works_E7
- test-r6_R.R6_creation_works_E8
- test-r6_R.R6_creation_works_E9
- test-r6_R.warning_works_E1
- test-r6_R.warning_works_E2
- test-r_R.r_works
- testthat