diff --git a/articles/Catch_errors.html b/articles/Catch_errors.html index 9f847757..b7a2f5ad 100644 --- a/articles/Catch_errors.html +++ b/articles/Catch_errors.html @@ -154,9 +154,9 @@
What you’ll immediately notice from this output object is that counts of the error and warning messages have been appended to the diff --git a/articles/Fixed_obj_fun.html b/articles/Fixed_obj_fun.html index 30d634e1..0fb83792 100644 --- a/articles/Fixed_obj_fun.html +++ b/articles/Fixed_obj_fun.html @@ -191,9 +191,9 @@
## # A tibble: 3 × 6
## N p REPLICATIONS SIM_TIME SEED COMPLETED
## <dbl> <dbl> <dbl> <chr> <int> <chr>
-## 1 10 0.038 1000 0.23s 525310970 Tue Dec 10 17:30:12 2024
-## 2 20 0.05 1000 0.22s 529914981 Tue Dec 10 17:30:13 2024
-## 3 30 0.056 1000 0.25s 602604143 Tue Dec 10 17:30:13 2024
+## 1 10 0.038 1000 0.24s 525310970 Tue Dec 10 21:12:04 2024
+## 2 20 0.05 1000 0.23s 529914981 Tue Dec 10 21:12:04 2024
+## 3 30 0.056 1000 0.26s 602604143 Tue Dec 10 21:12:04 2024
By placing objects in a list and passing this to
fixed_objects
, the objects are safely exported to all
relevant functions. Furthermore, running this code in parallel will also
diff --git a/articles/Saving-results.html b/articles/Saving-results.html
index 47e4d1ca..87fd247e 100644
--- a/articles/Saving-results.html
+++ b/articles/Saving-results.html
@@ -143,14 +143,14 @@
save = TRUE
(Defa
## Design: 2/3; Replications: 1000; RAM Used: 69 Mb; Total Time: 0.18s
## Conditions: N=20
##
-## Design: 3/3; Replications: 1000; RAM Used: 69 Mb; Total Time: 0.35s
+## Design: 3/3; Replications: 1000; RAM Used: 69 Mb; Total Time: 0.36s
## Conditions: N=30
##
Check that temporary file still exists.
-## [1] "SIMDESIGN-TEMPFILE_fv-az1240-142.rds"
+## [1] "SIMDESIGN-TEMPFILE_fv-az979-39.rds"
Notice here that the simulation stopped at 67% because the third
design condition threw too many consecutive errors (this is a built-in
fail-safe in SimDesign
). To imitate a type of crash/power
@@ -170,7 +170,7 @@
save = TRUE
(Defa
res <- runSimulation(Design, replications = 1000, save=TRUE, filename='my-simple-sim',
generate=Generate, analyse=Analyse, summarise=Summarise)
##
-## Design: 3/3; Replications: 1000 Total Time: 0.35s
+## Design: 3/3; Replications: 1000 Total Time: 0.36s
## Conditions: N=30
##
Check which files exist.
@@ -215,7 +215,7 @@diff --git a/pkgdown.yml b/pkgdown.yml index 5bf62eff..bdc985f2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -9,7 +9,7 @@ articles: Parallel-computing: Parallel-computing.html Saving-results: Saving-results.html SimDesign-intro: SimDesign-intro.html -last_built: 2024-12-10T17:29Z +last_built: 2024-12-10T21:11Z urls: reference: http://philchalmers.github.io/SimDesign/reference article: http://philchalmers.github.io/SimDesign/articles diff --git a/reference/MSRSE.html b/reference/MSRSE.html index e8a523b9..38adba72 100644 --- a/reference/MSRSE.html +++ b/reference/MSRSE.html @@ -153,7 +153,7 @@Examples#> # A tibble: 1 × 7 #> `SE.(Intercept)` SE.X REPLICATIONS SIM_TIME RAM_USED SEED COMPLETED #> <dbl> <dbl> <dbl> <chr> <chr> <int> <chr> -#> 1 0.98822 1.1781 500 0.49s 132.2 Mb 402147477 Tue Dec 10 1… +#> 1 0.98822 1.1781 500 0.49s 132.2 Mb 402147477 Tue Dec 10 2…