checkLicenseFile {Certara.NLME8} | R Documentation |
Checks if NLME run is licensed
Description
Checks if valid license is available for NLME run.
Usage
checkLicenseFile(installDir, verbose = FALSE, outputGenericInfo = TRUE)
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'. |
Value
'TRUE' if all checks are successful, otherwise 'FALSE'.
Examples
## Not run:
checkLicenseFile(Sys.getenv("INSTALLDIR"),
verbose = TRUE)
## End(Not run)
[Package Certara.NLME8 version 3.0.1 Index]