ggPMXdevelopment / ggPMX

ggPMX R package
37 stars 10 forks source link

need to use force=TRUE #338

Closed mattfidler closed 1 year ago

mattfidler commented 1 year ago
  ctr <- pmx_mlxtran(
+     config = "standing",
+     file_name = file.path(base,work.dir, monolix.dir, "project.mlxtran"),
+    # input = outfiles$outfile,
+   #  dv = "LIDV",
+   #  dvid = "EVID", id = "ID"
+     )
[INFO] lixoftConnectors package is about to switch from "simulx" mode to "monolix" mode.
Information relative to the previous "simulx" session won't be accessible anymore and potential unsaved project changes and associated results will be lost.
Proceed software switch ? [y|N] y
[INFO] lixoftConnectors package switched from "simulx" mode to "monolix" mode.
[WARNING] '/view/combefr1_view/vob/CLEE011O1/mas/mas_2/model/p
initializeLixoftConnectors(...,force = T)
mattfidler commented 1 year ago

https://github.com/ggPMXdevelopment/ggPMX/blob/d593bdf9479a28fb352652fe94e0dd0009598860/R/utils.R#L233