Package check result: ERROR Check: examples, Result: ERROR Running examples in ‘Certara.RsNLME-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: NlmeVpcParams-class > ### Title: Arguments for VPC runs > ### Aliases: NlmeVpcParams-class NlmeVpcParams > ### Keywords: internal > > ### ** Examples > > ## No test: > model <- pkmodel( + parameterization = "Clearance", + numCompartments = 2, + data = pkData, + ID = "Subject", + Time = "Act_Time", + A1 = "Amount", + CObs = "Conc", + workingDir = tempdir() + ) > > # Define the host > host <- hostParams(parallelMethod = "NONE", + hostName = "local", + numCores = 1, + sharedDirectory = tempdir()) > job <- fitmodel(model, + hostPlatform = host) Warning in Certara.NLME8::checkInstallDir(installdir) : File(s) TDL5, libNLME7_linux.a, libNLME7_FORT_linux.a, libMPI_STUB_linux.a, libLAPACK_linux.a, libBLAS_linux.a, libcrlibm_linux.a, cadlicensingtool, execNLMECmd.sh, libcadlicensingclient.so. not found in NLME installation directory provided: INSTALLDIR= Error in createModelInfo(model = model) : Cannot create the modelinfo file, NLME executables not found Calls: fitmodel ... .load_engineParams -> -> createModelInfo Execution halted