checkLicenseFile {Certara.NLME8} | R Documentation |
Checks if valid license file is available for NLME run.
checkLicenseFile(installDir, licenseFile = "", verbose = FALSE)
installDir |
Directory with NLME executables as specified in |
licenseFile |
Path to the license file. If not given, and Gemalto License
server is not active, NLME will try to look for it in |
verbose |
Flag to output warnings if issues are found. |
TRUE
if all checks are successful, otherwise FALSE
.
## Not run:
checkLicenseFile(Sys.getenv("INSTALLDIR"), FALSE)
## End(Not run)