compareRVersion {svMisc} | R Documentation |
Determine if R is older (return -1), or not (return 1) than a given version number.
compareRVersion(version)
version |
A string defining the version, like '2.0' or '1.9.1' |
-1 if R is older, 1 otherwise.
Philippe Grosjean <phgrosjean@sciviews.org>
compareRVersion("2.0")