kopia lustrzana https://github.com/jupyterhub/repo2docker
Ask for very specific version
rodzic
a9e5a19aee
commit
3304921cdd
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env Rscript
|
||||
library('digest')
|
||||
|
||||
# Fail if version is not 4.3
|
||||
# Fail if version is not 4.3.2
|
||||
print(version)
|
||||
if (!(version$major == "4" && version$minor == "3")) {
|
||||
if (!(version$major == "4" && version$minor == "3.2")) {
|
||||
quit("yes", 1)
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue