powered by
Checks if valid license is available for NLME run.
checkLicenseFile(installDir, verbose = FALSE, outputGenericInfo = TRUE)
`TRUE` if all checks are successful, otherwise `FALSE`.
Directory with NLME executables as specified in `INSTALLDIR` environment variable.
Flag to output all messages during authorization and licensing. Default is `FALSE`.
Flag to provide TDL5 output when no issues found. Default is `TRUE`.
if (FALSE) { checkLicenseFile(Sys.getenv("INSTALLDIR"), verbose = TRUE) }
Run the code above in your browser using DataLab