Skip to content

Commit c576da6

Browse files
committed
Deploying to gh-pages from @ d760fca 🚀
1 parent f6cc026 commit c576da6

9 files changed

Lines changed: 25 additions & 21 deletions

File tree

articles/algorithmic-scaling.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/algorithmic-scaling.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,10 @@ knitr::kable(scaling_results,
303303

304304
| method | pathogen_structure | scaling_exponent | r_squared |
305305
|:------------|:-------------------|-----------------:|----------:|
306-
| p_spline | multiple | 1.013 | 0.996 |
307-
| p_spline | single | 0.842 | 0.989 |
308-
| random_walk | multiple | 0.955 | 0.999 |
309-
| random_walk | single | 0.885 | 0.983 |
306+
| p_spline | multiple | 1.004 | 0.996 |
307+
| p_spline | single | 0.825 | 0.991 |
308+
| random_walk | multiple | 0.956 | 0.999 |
309+
| random_walk | single | 0.858 | 0.981 |
310310

311311
Scaling exponents: time complexity approximately O(n^exponent) {.table}
312312

@@ -852,7 +852,7 @@ sessionInfo()
852852
#>
853853
#> loaded via a namespace (and not attached):
854854
#> [1] tidyselect_1.2.1 viridisLite_0.4.3 timeDate_4052.112
855-
#> [4] farver_2.1.2 viridis_0.6.5 loo_2.10.0
855+
#> [4] farver_2.1.2 viridis_0.6.5 loo_2.10.1
856856
#> [7] S7_0.2.2 fastmap_1.2.0 digest_0.6.39
857857
#> [10] rpart_4.1.27 timechange_0.4.0 lifecycle_1.0.5
858858
#> [13] StanHeaders_2.32.10 survival_3.8-6 magrittr_2.0.5
-1.22 KB
Loading

articles/parameter-recovery.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/parameter-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ sessionInfo()
818818
#>
819819
#> loaded via a namespace (and not attached):
820820
#> [1] tidyselect_1.2.1 viridisLite_0.4.3 timeDate_4052.112
821-
#> [4] farver_2.1.2 viridis_0.6.5 loo_2.10.0
821+
#> [4] farver_2.1.2 viridis_0.6.5 loo_2.10.1
822822
#> [7] S7_0.2.2 fastmap_1.2.0 digest_0.6.39
823823
#> [10] rpart_4.1.27 timechange_0.4.0 lifecycle_1.0.5
824824
#> [13] StanHeaders_2.32.10 survival_3.8-6 magrittr_2.0.5

news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@
2626
`%||%` from `rlang` instead of relying on base R’s version, which only
2727
exists from R 4.4.0 (related to
2828
[\#43](https://github.com/acefa-hubs/EpiStrainDynamics/issues/43)).
29-
- Fixed intermittent R CMD check failures on Windows CI, where compiling
30-
the six bundled Stan models exhausted the runner’s default virtual
31-
memory (pagefile) at an inconsistent point in the build, by enlarging
32-
the pagefile on the Windows job.
29+
- Fixed intermittent R CMD check failures on Windows CI (“cc1plus.exe:
30+
out of memory” / “Build process failed”), caused by Rtools compiling
31+
the six bundled Stan models’ heavy Eigen/Boost/StanHeaders template
32+
instantiations in parallel and exceeding the runner’s available
33+
memory, by forcing serial compilation (`MAKEFLAGS=-j1`) and lowering
34+
optimisation to `-O1` for Windows specifically via a new
35+
`src/Makevars.win`. Also enlarged the Windows runner’s pagefile as an
36+
additional safeguard.
3337

3438
### Minor improvements
3539

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ articles:
55
articles/algorithmic-scaling: algorithmic-scaling.html
66
articles/parameter-recovery: parameter-recovery.html
77
Using-EpiStrainDynamics: Using-EpiStrainDynamics.html
8-
last_built: 2026-07-24T12:36Z
8+
last_built: 2026-07-27T10:12Z
99
urls:
1010
reference: https://acefa-hubs.github.io/EpiStrainDynamics/reference
1111
article: https://acefa-hubs.github.io/EpiStrainDynamics/articles

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)