From 396e40d2c45d81a8e74c41a2f632665021e980a1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 26 Feb 2019 20:28:15 +0100 Subject: NAFTA SOP Attachment vignette Also: - Change rounding in print.nafta - Add dots argument to nafta() - Use cores=1 in examples - Restrict N in IORE model to values > 0 --- docs/articles/web_only/compiled_models.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/articles/web_only/compiled_models.html') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 6d4d1e42..0295d844 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -126,9 +126,9 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   2.323    1.000     2.321        0
-## 1 deSolve, not compiled            3  17.568    7.563    17.559        0
-## 2      Eigenvalue based            3   2.884    1.241     2.883        0
+## 3     deSolve, compiled            3   2.318    1.000     2.317        0
+## 1 deSolve, not compiled            3  17.559    7.575    17.551        0
+## 2      Eigenvalue based            3   2.859    1.233     2.857        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -157,8 +157,8 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.078    1.000     4.075        0
-## 1 deSolve, not compiled            3  37.246    9.133    37.231        0
+## 2     deSolve, compiled            3   4.093    1.000     4.090        0
+## 1 deSolve, not compiled            3  37.258    9.103    37.241        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
-- cgit v1.2.1