checkLicenseFile {Certara.NLME8}R Documentation

Checks if NLME run is licensed

Description

Checks if valid license file is available for NLME run.

Usage

checkLicenseFile(installDir, licenseFile = "", verbose = FALSE)

Arguments

installDir

Directory with NLME executables as specified in INSTALLDIR environment variable.

licenseFile

Path to the license file. If not given, and Gemalto License server is not active, NLME will try to look for it in installationDirectory, and in Phoenix installation directory.

verbose

Flag to output warnings if issues are found.

Value

TRUE if all checks are successful, otherwise FALSE.

Examples

## Not run: 
checkLicenseFile(Sys.getenv("INSTALLDIR"), FALSE)

## End(Not run)


[Package Certara.NLME8 version 1.2.4 Index]