I just upgraded my MacOS to Catalina and to MonolixSuite2020R1. I kept my install of 2019R2 as well. Running R 4.0.3, mlxR 4.1.3. I have a copy of the standard model "oral1_2cpt_kaClV1QV2.txt" in the same execution directory. Just trying to simulate a simple 2comp model, and keep getting the error [ERROR] The software "mlxlibrary" is unknown. Can this error be resolved ? Below is my code:
`
library(mlxR)
parameter <- c(
ka = 0.23,
Cl = 10,
V1 = 5,
Q = 0.6,
V2 = 8
)
Cc <- list(name='Cc',time=seq(from=0, to=24, by=0.01))
adm <- list(time=c(0), amount=c(30000))
sim <- simulx(model="oral1_2cpt_kaClV1QV2.txt",
parameter = parameter,
output = Cc,
treatment = adm)`
I just upgraded my MacOS to Catalina and to MonolixSuite2020R1. I kept my install of 2019R2 as well. Running R 4.0.3, mlxR 4.1.3. I have a copy of the standard model "oral1_2cpt_kaClV1QV2.txt" in the same execution directory. Just trying to simulate a simple 2comp model, and keep getting the error [ERROR] The software "mlxlibrary" is unknown. Can this error be resolved ? Below is my code:
`
library(mlxR)
parameter <- c(
ka = 0.23,
Cl = 10,
V1 = 5,
Q = 0.6,
V2 = 8
)
Cc <- list(name='Cc',time=seq(from=0, to=24, by=0.01))
adm <- list(time=c(0), amount=c(30000))
sim <- simulx(model="oral1_2cpt_kaClV1QV2.txt",
parameter = parameter,
output = Cc,
treatment = adm)`