Hello,
now whenever i try to tune the Monolix project through Rsmlx API i get this error message
Although I set the codes and it worked fine before but whenever I close the project and re-open it to try on another mlxtran project I get this error in the setSetting function, although the project is already loaded
initializeMlxConnectors(software = "monolix",mlxDirectory = "C:/ProgramData/Lixoft/MonolixSuite2018R2")
[INFO] The library mlxConnectors ("C:/ProgramData/Lixoft/MonolixSuite2018R2/lib/mlxConnectors.dll") is already loaded -> nothing to be done.
library(Rsmlx)
library(MlxConnectors)
project <- "C:/ProgramData/Lixoft/MonolixSuite2018R2/25- Base model for Vd + POD + BUN + TP.mlxtran"
loadProject(project)
setSettings(project, new.project="25- Base model for Vd + POD + BUN + TP_new2.mlxtran", level=2)
[WARNING] The API has not been initialized yet. Please call initializeMlxConnectors() to make MlxConnectors package functions available.
Error in !lp : invalid argument type
Hello, now whenever i try to tune the Monolix project through Rsmlx API i get this error message Although I set the codes and it worked fine before but whenever I close the project and re-open it to try on another mlxtran project I get this error in the setSetting function, although the project is already loaded