diff --git a/articles/recordSwapping_files/header-attrs-2.26/header-attrs.js b/articles/recordSwapping_files/header-attrs-2.26/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/articles/recordSwapping_files/header-attrs-2.26/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/articles/sdcMicro.html b/articles/sdcMicro.html index 105438dc..97abacfd 100644 --- a/articles/sdcMicro.html +++ b/articles/sdcMicro.html @@ -82,7 +82,7 @@

Using the interactive GUI - sdcApp

Bernhard Meindl

-

2024-03-05

+

2024-03-08

Source: vignettes/sdcMicro.Rmd diff --git a/pkgdown.yml b/pkgdown.yml index 6d43f43e..f535e26a 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,5 +4,5 @@ pkgdown_sha: ~ articles: recordSwapping: recordSwapping.html sdcMicro: sdcMicro.html -last_built: 2024-03-05T13:30Z +last_built: 2024-03-08T16:34Z diff --git a/reference/mafast.html b/reference/mafast.html index c566dd1b..afaf4961 100644 --- a/reference/mafast.html +++ b/reference/mafast.html @@ -177,7 +177,7 @@

Examples

) }) #> user system elapsed -#> 0.374 0.004 0.238 +#> 0.385 0.005 0.245 # } diff --git a/reference/sdcMicro-package.html b/reference/sdcMicro-package.html index 19eba478..d3be77e9 100644 --- a/reference/sdcMicro-package.html +++ b/reference/sdcMicro-package.html @@ -748,12 +748,12 @@

Examples

#> setting parameter R0 = 0.95 as no inputs have been specified. head(get.sdcMicroObj(sdc, type = "manipNumVars")) #> expend income savings -#> 1 84329045 58600000 231542.6 -#> 2 19713362 27900000 231542.6 -#> 3 21522097 70900000 4957557.0 -#> 4 12654378 72800000 8049293.0 -#> 5 10811575 89800000 231542.6 -#> 6 53090525 30600000 1387631.0 +#> 1 90418541 54000000 231542.6 +#> 2 21716522 27700000 231542.6 +#> 3 23482794 77400000 5223837.0 +#> 4 12202434 77700000 8825706.0 +#> 5 15124299 93500000 231542.6 +#> 6 56682622 28400000 1167642.0 head(sdc@risk$individual) #> risk fk Fk #> [1,] 9.433072e-05 107 10700 @@ -783,14 +783,14 @@

Examples

## topBotCoding head(get.sdcMicroObj(sdc, type = "manipNumVars")) #> expend income savings -#> 1 84329045 58600000 231542.6 -#> 2 19713362 27900000 231542.6 -#> 3 21522097 70900000 4957557.0 -#> 4 12654378 72800000 8049293.0 -#> 5 10811575 89800000 231542.6 -#> 6 53090525 30600000 1387631.0 +#> 1 90418541 54000000 231542.6 +#> 2 21716522 27700000 231542.6 +#> 3 23482794 77400000 5223837.0 +#> 4 12202434 77700000 8825706.0 +#> 5 15124299 93500000 231542.6 +#> 6 56682622 28400000 1167642.0 sdc@risk$numeric -#> [1] 0.005240175 +#> [1] 0.008078603 sdc <- topBotCoding( obj = sdc, value = 60000000, @@ -799,14 +799,14 @@

Examples

) head(get.sdcMicroObj(sdc, type = "manipNumVars")) #> expend income savings -#> 1 84329045 58600000 231542.6 -#> 2 19713362 27900000 231542.6 -#> 3 21522097 62000000 4957557.0 -#> 4 12654378 62000000 8049293.0 -#> 5 10811575 62000000 231542.6 -#> 6 53090525 30600000 1387631.0 +#> 1 90418541 54000000 231542.6 +#> 2 21716522 27700000 231542.6 +#> 3 23482794 62000000 5223837.0 +#> 4 12202434 62000000 8825706.0 +#> 5 15124299 62000000 231542.6 +#> 6 56682622 28400000 1167642.0 sdc@risk$numeric -#> [1] 0.002183406 +#> [1] 0.003930131 ## LocalRecProg data(testdata2)