RosettaCodeData/Task/Introspection/R/introspection-1.r
2023-07-01 13:44:08 -04:00

5 lines
130 B
R

if(getRversion() < "2.14.1")
{
warning("Your version of R is older than 2.14.1")
q() # exit R, with the option to cancel
}