RosettaCodeData/Task/Introspection/R/introspection-1.r
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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
}