#!/usr/bin/env Rscript
library('ggplot2')
print(version)
if (version$major != "4" and as.double(version$minor) >= 1) {
quit("yes", 1)
}