kopia lustrzana https://github.com/jupyterhub/repo2docker
8 wiersze
105 B
Plaintext
8 wiersze
105 B
Plaintext
![]() |
#!/usr/bin/env Rscript
|
||
|
library('ggplot2')
|
||
|
|
||
|
print(version)
|
||
|
if (version$major != "4") {
|
||
|
quit("yes", 1)
|
||
|
}
|