Skip to content
Snippets Groups Projects
Commit b7ac4155 authored by Carl Boettiger's avatar Carl Boettiger
Browse files

test at least one previous version indeed builds the expected R version (#27)

parent fb7888b0
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,6 @@ test:
- make tidyverse
- make verse
- docker run -ti -v $(pwd):/tmp -w /tmp rocker/verse ./tests.sh
- docker build -t r-ver:3.2.0 r-ver/3.2.0
- docker run -ti r-ver:3.2.0 R -e 'stopifnot(R.version$major == "3"); stopifnot(R.version$minor == "2.0")'
#!/bin/bash
R_VERSION=3.3.2
R_VERSION=3.3.3
R_HOME=/usr/local/lib/R
mkdir tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment