kopia lustrzana https://github.com/jupyterhub/repo2docker
Clarify what version of R we are testing for
rodzic
0ba4c6851d
commit
e5e00bd1bf
|
@ -2,6 +2,7 @@
|
||||||
library('ggplot2')
|
library('ggplot2')
|
||||||
|
|
||||||
print(version)
|
print(version)
|
||||||
if (version$major != "4" && as.double(version$minor) >= 1) {
|
# Fail if version is not 4.1
|
||||||
|
if (!(version$major == "4" && as.double(version$minor) >= 1 && as.double(version$minor) < 2)) {
|
||||||
quit("yes", 1)
|
quit("yes", 1)
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue