Closed ColinFay closed 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/
Ok, I'll do that :)
Just pushed a commit with a series of changes, and updated my first comment to describe all theses.
Let me know
nice, thanks.
Here's a Dockerfile for running R 3.1.3 on
wheezy
Modifications (to validate before merging):
apt-get -o Acquire::Check-Valid-Until=false update \
line 26, to deal with the "Release file expired" error, following https://unix.stackexchange.com/questions/2544/how-to-work-around-release-file-expired-problem-on-a-local-mirrorOtherwise, seems good,
docker run rocker/r-ver:3.1.3 R -e 'tools::testInstalledBasic("both")'
, does not return errors.