Learn R Programming

Certara.NLME8 (version 3.0.1)

checkLicenseFile: Checks if NLME run is licensed

Description

Checks if valid license is available for NLME run.

Usage

checkLicenseFile(installDir, verbose = FALSE, outputGenericInfo = TRUE)

Value

`TRUE` if all checks are successful, otherwise `FALSE`.

Arguments

installDir

Directory with NLME executables as specified in `INSTALLDIR` environment variable.

verbose

Flag to output all messages during authorization and licensing. Default is `FALSE`.

outputGenericInfo

Flag to provide TDL5 output when no issues found. Default is `TRUE`.

Examples

Run this code
if (FALSE) {
checkLicenseFile(Sys.getenv("INSTALLDIR"),
                 verbose = TRUE)
}

Run the code above in your browser using DataLab