From 7035cde3a53781721fe15a8893fdf328c789bdd2 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Mon, 7 Mar 2022 12:03:40 +0100
Subject: Remove nlmixr interface for release of mkin 1.1.0
I am postponing my attempts to get the nlmixr interface to CRAN, given
some problems with nlmixr using R-devel under Windows, see
https://github.com/nlmixrdevelopment/nlmixr/issues/596
and
https://github.com/r-hub/rhub/issues/512,
which is fixed by the removal of nlmixr from the testsuite.
For the tests to be more platform independent, the biphasic mixed
effects models test dataset was defined in a way that fitting
should be more robust (less ill-defined).
---
docs/reference/plot.mixed.mmkin.html | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'docs/reference/plot.mixed.mmkin.html')
diff --git a/docs/reference/plot.mixed.mmkin.html b/docs/reference/plot.mixed.mmkin.html
index da382eb9..b405b84a 100644
--- a/docs/reference/plot.mixed.mmkin.html
+++ b/docs/reference/plot.mixed.mmkin.html
@@ -26,7 +26,7 @@
Functions and data
-
+
Articles
@@ -197,9 +197,8 @@ corresponding model prediction lines for the different datasets.
f_saem <- saem(f, transformations = "saemix")
-#> Error in saem(f, transformations = "saemix"): unused argument (transformations = "saemix")
plot(f_saem)
-#> Error in plot(f_saem): object 'f_saem' not found
+
f_obs <- mmkin(list("DFOP-SFO" = dfop_sfo), ds, quiet = TRUE, error_model = "obs")
f_nlmix <- nlmix(f_obs)
@@ -213,7 +212,7 @@ corresponding model prediction lines for the different datasets.
c(parent = f_nlme$bparms.optim[[1]], A1 = 0),
seq(0, 180, by = 0.2))
plot(f_saem, pred_over = list(nlme = pred_nlme))
-#> Error in plot(f_saem, pred_over = list(nlme = pred_nlme)): object 'f_saem' not found
+
# }
--
cgit v1.2.1