RosettaCodeData/Task/Introspection/R/introspection-1.r

6 lines
130 B
R
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
if(getRversion() < "2.14.1")
{
warning("Your version of R is older than 2.14.1")
q() # exit R, with the option to cancel
}