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/create_deg_func.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/create_deg_func.html')
| -rw-r--r-- | docs/reference/create_deg_func.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/docs/reference/create_deg_func.html b/docs/reference/create_deg_func.html index ca57addf..57516fba 100644 --- a/docs/reference/create_deg_func.html +++ b/docs/reference/create_deg_func.html @@ -26,7 +26,7 @@    <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> @@ -120,8 +120,8 @@  <span class="r-in">    replications <span class="op">=</span> <span class="fl">2</span><span class="op">)</span></span>  <span class="r-msg co"><span class="r-pr">#></span> Loading required package: rbenchmark</span>  <span class="r-out co"><span class="r-pr">#></span>         test replications elapsed relative user.self sys.self user.child</span> -<span class="r-out co"><span class="r-pr">#></span> 1 analytical            2   0.446    1.000     0.446        0          0</span> -<span class="r-out co"><span class="r-pr">#></span> 2    deSolve            2   0.756    1.695     0.756        0          0</span> +<span class="r-out co"><span class="r-pr">#></span> 1 analytical            2   0.406    1.000     0.407    0.000          0</span> +<span class="r-out co"><span class="r-pr">#></span> 2    deSolve            2   0.698    1.719     0.695    0.003          0</span>  <span class="r-out co"><span class="r-pr">#></span>   sys.child</span>  <span class="r-out co"><span class="r-pr">#></span> 1         0</span>  <span class="r-out co"><span class="r-pr">#></span> 2         0</span> @@ -134,8 +134,8 @@  <span class="r-in">    deSolve <span class="op">=</span> <span class="fu"><a href="mkinfit.html">mkinfit</a></span><span class="op">(</span><span class="va">DFOP_SFO</span>, <span class="va">FOCUS_D</span>, solution_type <span class="op">=</span> <span class="st">"deSolve"</span>, quiet <span class="op">=</span> <span class="cn">TRUE</span><span class="op">)</span>,</span>  <span class="r-in">    replications <span class="op">=</span> <span class="fl">2</span><span class="op">)</span></span>  <span class="r-out co"><span class="r-pr">#></span>         test replications elapsed relative user.self sys.self user.child</span> -<span class="r-out co"><span class="r-pr">#></span> 1 analytical            2   0.896    1.000     0.896        0          0</span> -<span class="r-out co"><span class="r-pr">#></span> 2    deSolve            2   1.685    1.881     1.685        0          0</span> +<span class="r-out co"><span class="r-pr">#></span> 1 analytical            2   0.855    1.000     0.856        0          0</span> +<span class="r-out co"><span class="r-pr">#></span> 2    deSolve            2   1.588    1.857     1.587        0          0</span>  <span class="r-out co"><span class="r-pr">#></span>   sys.child</span>  <span class="r-out co"><span class="r-pr">#></span> 1         0</span>  <span class="r-out co"><span class="r-pr">#></span> 2         0</span> | 
