Check version function for packages
aux_version.Rd
Check version function for packages
aux_version(
pkgName = "IQRtools",
IQdesktop = NULL,
exactVersion = NULL,
minVersion = NULL,
Rversion = NULL,
isRopen = NULL,
OS = NULL
)
Arguments
- pkgName
String with name of package (defaults to IQRtools)
- IQdesktop
String defining the IQdesktop version used for the analysis
- exactVersion
String with exact version of package required
- minVersion
String with minimum version of package required
- Rversion
The user can provide the R version used for this analysis. If provided (example: Rversion="3.5.1") then it will be checked if the current R version matches it. If not, there will be an error message.
- isRopen
The user can define whether R Open is to be used for the analysis (TRUE or FALSE). If provided then it will be checked if this is correct. If not, there will be an error message.
- OS
The user can provide which operating system used for this analysis. If provided (example: OS="unix") then it will be checked if the OS matches it. If not, there will be an error message.
Value
Version of package as string (if minVersion=NULL) TRUE if version of package >= minVersion Error message if version of package < minVersion
See also
Other Auxiliary:
IQRloadCSVdata()
,
IQRsaveCSVdata()
,
and()
,
aux_explode()
,
aux_explodePC()
,
aux_fileparts()
,
aux_fileread()
,
aux_filewrite()
,
aux_getRelPath()
,
aux_mkdir()
,
aux_na_locf()
,
aux_postFillChar()
,
aux_preFillChar()
,
aux_quantilenumber()
,
aux_rmdir()
,
aux_simplifypath()
,
aux_splitVectorEqualPieces()
,
aux_strFindAll()
,
aux_strrep()
,
aux_strtrim()
,
aux_unlevel()
,
calcAICBIC()
,
clusterX()
,
compare_IQRmodel_IQRsysModel_simulation()
,
fit_EmaxModel()
,
format_GUM()
,
ge()
,
gen_aux_version()
,
geocv()
,
geomean()
,
geosd()
,
ginv()
,
gt()
,
interp0()
,
interp1()
,
interpcs()
,
inv_logit()
,
le()
,
logit()
,
lt()
,
mod()
,
mvrnorm()
,
norm_M3()
,
or()
,
piecewise()
,
progressBar()
,
remove_duplicates()
,
run_silent_IQR()
,
stopIQR()
,
tempdirIQR()
,
tempfileIQR()
,
warningIQR()