diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 12:03:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-07 14:55:21 +0100 |
commit | 7035cde3a53781721fe15a8893fdf328c789bdd2 (patch) | |
tree | a1e4929faf9d645caedc0ed4dcc5036252497c63 /docs/reference/mkinpredict.html | |
parent | 77c248ca40b82ec00a756cd82f12968131f78959 (diff) |
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).
Diffstat (limited to 'docs/reference/mkinpredict.html')
-rw-r--r-- | docs/reference/mkinpredict.html | 10 |
1 files changed, 5 insertions, 5 deletions
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."><!-- mathjax --> <a href="../reference/index.html">Functions and data</a> </li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> Articles <span class="caret"></span> @@ -337,10 +337,10 @@ as these always return mapped output.</p></dd> <span class="r-in"> solution_type <span class="op">=</span> <span class="st">"analytical"</span>, use_compiled <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span><span class="op">[</span><span class="fl">201</span>,<span class="op">]</span><span class="op">)</span></span> <span class="r-in"><span class="op">}</span></span> <span class="r-out co"><span class="r-pr">#></span> test relative elapsed</span> -<span class="r-out co"><span class="r-pr">#></span> 4 analytical 1.0 0.005</span> -<span class="r-out co"><span class="r-pr">#></span> 2 deSolve_compiled 1.2 0.006</span> -<span class="r-out co"><span class="r-pr">#></span> 1 eigen 4.2 0.021</span> -<span class="r-out co"><span class="r-pr">#></span> 3 deSolve 40.8 0.204</span> +<span class="r-out co"><span class="r-pr">#></span> 4 analytical 1.00 0.004</span> +<span class="r-out co"><span class="r-pr">#></span> 2 deSolve_compiled 1.50 0.006</span> +<span class="r-out co"><span class="r-pr">#></span> 1 eigen 5.25 0.021</span> +<span class="r-out co"><span class="r-pr">#></span> 3 deSolve 52.00 0.208</span> <span class="r-in"></span> <span class="r-in"><span class="co"># \dontrun{</span></span> <span class="r-in"> <span class="co"># Predict from a fitted model</span></span> |