diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-04 08:10:33 +0200 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-04 08:10:33 +0200 | 
| commit | 7e8d788d298b8e1492fd8f62d88456e99e0f5992 (patch) | |
| tree | 0ec78730e5d6cd5367420b2f04effbd1cc1b0f3f /docs/articles/web_only/compiled_models.html | |
| parent | d004cfb133b2b38808a736916152b85c5df6568f (diff) | |
Address failures of CRAN checks, improve NEWSv0.9.49.5
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
| -rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index b30488a0..3fc54cfa 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -88,7 +88,7 @@        <h1>Performance benefit by using compiled model definitions in mkin</h1>                          <h4 class="author">Johannes Ranke</h4> -            <h4 class="date">2019-07-03</h4> +            <h4 class="date">2019-07-04</h4>        <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -163,9 +163,9 @@  ## Warning in mkinfit(SFO_SFO, FOCUS_2006_D, solution_type = "deSolve", quiet  ## = TRUE): Observations with value of zero were removed from the data</code></pre>  <pre><code>##                    test replications elapsed relative user.self sys.self -## 3     deSolve, compiled            3   3.043    1.000     3.042        0 -## 1 deSolve, not compiled            3  28.630    9.408    28.616        0 -## 2      Eigenvalue based            3   4.291    1.410     4.289        0 +## 3     deSolve, compiled            3   3.061    1.000     3.059        0 +## 1 deSolve, not compiled            3  28.502    9.311    28.487        0 +## 2      Eigenvalue based            3   4.321    1.412     4.318        0  ##   user.child sys.child  ## 3          0         0  ## 1          0         0 @@ -214,8 +214,8 @@  ## Warning in mkinfit(FOMC_SFO, FOCUS_2006_D, quiet = TRUE): Observations with  ## value of zero were removed from the data</code></pre>  <pre><code>##                    test replications elapsed relative user.self sys.self -## 2     deSolve, compiled            3   4.800    1.000     4.795    0.002 -## 1 deSolve, not compiled            3  53.371   11.119    53.346    0.000 +## 2     deSolve, compiled            3   4.818    1.000     4.814        0 +## 1 deSolve, not compiled            3  53.275   11.057    53.249        0  ##   user.child sys.child  ## 2          0         0  ## 1          0         0</code></pre> | 
