rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

rocker/r-ver:3.1.3 #148

Closed ColinFay closed 5 years ago

ColinFay commented 5 years ago

Here's a Dockerfile for running R 3.1.3 on wheezy

Modifications (to validate before merging):

Otherwise, seems good, docker run rocker/r-ver:3.1.3 R -e 'tools::testInstalledBasic("both")', does not return errors.

eddelbuettel commented 5 years ago

Yes -- littler's first CRAN release was 0.3.0 oc 29 Oct 2015. If you want to go further back you probably want the old tarballs from http://dirk.eddelbuettel.com/code/littler/

ColinFay commented 5 years ago

Ok, I'll do that :)

ColinFay commented 5 years ago

Just pushed a commit with a series of changes, and updated my first comment to describe all theses.

Let me know

cboettig commented 5 years ago

nice, thanks.