Generate aux_version string for script-based analyses with IQR Tools
gen_aux_version.Rd
The function creates an "aux_version()" character string to be used in the analysis script.
gen_aux_version(
pkgName = "IQRtools",
automode = TRUE,
exactVersion = TRUE,
IQdesktop = TRUE,
Rversion = TRUE,
isRopen = TRUE,
OS = TRUE
)
Arguments
- pkgName
The name of the package for which a certain version is required
- automode
Logical. Automatically determine which fields to return. If on IQdesktop, only IQdesktop is returned otherwise exactVerion, Rversion, isRopen and OS are returned.
- exactVersion
Logical. Create the "exactVersion" field. Default is TRUE. Only used if automode = FALSE.
- IQdesktop
Logical. Create the "IQdesktop" field. Default is TRUE. Only used if automode = FALSE.
- Rversion
Logical. Create the "Rversion" field. Default is TRUE. Only used if automode = FALSE.
- isRopen
Logical. Create the "isRopen" field. Default is FALSE. Only used if automode = FALSE.
- OS
Logical. Create the "OS" field. Default is FALSE. Only used if automode = FALSE.
Value
Character string following the notation of aux_version.
Details
Analyses conducted according to the IntiQuan guidelines are required to contain
an aux_version()
statement indicating the version if IQRtools used and stating
details of the development environment such as the IQdesktop version, R version, etc..
See aux_version for more details.
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()
,
aux_version()
,
calcAICBIC()
,
clusterX()
,
compare_IQRmodel_IQRsysModel_simulation()
,
fit_EmaxModel()
,
format_GUM()
,
ge()
,
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()