rversionAbove: Test if the R version used is above the given version

Description Usage Arguments Value

View source: R/myBasicFunctions.R

Description

Test if the R version used is above the given version

Usage

1
rversionAbove(majorT, minorT = 0)

Arguments

majorT

a string or numerical value of the major version to use as comparison (for example 3)

minorT

a string or numerical value of the minor version to use as comparison (for example 5 or "5.0"). By default it is 0.

Value

TRUE if you are using a R version which is at least the one privided and FALSE if your version is below.


lldelisle/usefulLDfunctions documentation built on Nov. 29, 2021, 5:40 a.m.