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

print R version and snapshot in test

parent fb2cb95e
No related branches found
No related tags found
No related merge requests found
......@@ -3,28 +3,28 @@ services:
3.3.1:
image: rocker/verse:3.3.1
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
3.3.2:
image: rocker/verse:3.3.2
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
3.3.3:
image: rocker/verse:3.3.3
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
3.4.0:
image: rocker/verse:3.4.0
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
3.4.1:
image: rocker/verse:3.4.1
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
3.4.2:
image: rocker/verse:3.4.2
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
latest:
image: rocker/verse:latest
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
devel:
image: rocker/verse:devel
command: Rscript --quiet -e "getOption('repos')"
command: Rscript --quiet -e "R.version.string; getOption('repos')"
......
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