Stardust_tuning/R-3.6.0/src/gnuwin32/fixed/rwver.R

# keep in step with tools/GETDISTNAME

if(R.version$status == "Under development (unstable)") {
    res <- "R-devel"
} else {
    res <- paste("R-", R.version$major, ".", R.version$minor,
                 tolower(R.version$status) , sep="")
}
cat(res)
SimoneAvesani/Stardust_rCASC documentation built on Dec. 18, 2021, 2:02 p.m.