Renjin Docker image available on Docker Hub via o2r

The Opening Reproducible Research (o2r) project has created a Dockerfile for interactive analysis with Renjin's commmand line REPL:

$ docker run -it nuest/renjin /bin/bash
# renjin

> library("dplyr")
> mtcars$amfactor <- factor(mtcars$am, labels = c("automatic", "manual"))
> summary(lm(mpg ~ factor(amfactor), data = mtcars))$coef
> quit()

# ls /root/.m2/repository/org/renjin/cran/
# exit

View the project on GitHub or on DockerHub

Read more at Renjin's blog or subscribe to the blog's RSS feed.

Bring the Power of R
to Java

Ready to get started?

Quick start with Java Join our mailing list