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/mkinpredict.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'docs/reference/mkinpredict.html')
diff --git a/docs/reference/mkinpredict.html b/docs/reference/mkinpredict.html
index b52d9ece..c197e6dc 100644
--- a/docs/reference/mkinpredict.html
+++ b/docs/reference/mkinpredict.html
@@ -28,7 +28,7 @@ kinetic parameters and initial values for the state variables.">
Functions and data
-
+
Articles
@@ -337,10 +337,10 @@ as these always return mapped output.
solution_type = "analytical", use_compiled = FALSE)[201,])
}
#> test relative elapsed
-#> 4 analytical 1.0 0.005
-#> 2 deSolve_compiled 1.2 0.006
-#> 1 eigen 4.2 0.021
-#> 3 deSolve 40.8 0.204
+#> 4 analytical 1.00 0.004
+#> 2 deSolve_compiled 1.50 0.006
+#> 1 eigen 5.25 0.021
+#> 3 deSolve 52.00 0.208
# \dontrun{
# Predict from a fitted model
--
cgit v1.2.1