From a98733db782ce3e9446dda187c34703f61916806 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 4 Apr 2020 16:50:20 +0200 Subject: Static documentation rebuilt by pkgdown --- _pkgdown.yml | 1 + docs/articles/web_only/compiled_models.html | 12 +- docs/news/index.html | 1 + docs/reference/index.html | 6 + docs/reference/mkinsub.html | 11 +- docs/reference/nlme.html | 199 ++++++++++++++++++++++++++++ docs/sitemap.xml | 3 + 7 files changed, 222 insertions(+), 11 deletions(-) create mode 100644 docs/reference/nlme.html diff --git a/_pkgdown.yml b/_pkgdown.yml index 6bb05b3e..0cecdc30 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -33,6 +33,7 @@ reference: - "`[.mmkin`" - plot.mmkin - AIC.mmkin + - nlme_function - title: Datasets and known results contents: - FOCUS_2006_A diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 6daabd5e..0e58496e 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -90,7 +90,7 @@

Performance benefit by using compiled model definitions in mkin

Johannes Ranke

-

2020-04-02

+

2020-04-04

@@ -139,9 +139,9 @@ print("R package rbenchmark is not available") }
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   3.239    1.000     3.237        0
-## 1 deSolve, not compiled            3  29.758    9.187    29.739        0
-## 2      Eigenvalue based            3   4.558    1.407     4.554        0
+## 3     deSolve, compiled            3   3.107    1.000     3.105        0
+## 1 deSolve, not compiled            3  28.765    9.258    28.749        0
+## 2      Eigenvalue based            3   4.446    1.431     4.445        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -170,8 +170,8 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.984    1.000     4.981    0.000
-## 1 deSolve, not compiled            3  55.358   11.107    55.326    0.003
+## 2     deSolve, compiled            3   4.844    1.000     4.842        0
+## 1 deSolve, not compiled            3  53.833   11.113    53.807        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
diff --git a/docs/news/index.html b/docs/news/index.html index fc9a0765..cb5e6df3 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -134,6 +134,7 @@ mkin 0.9.49.10 (unreleased) Unreleased