Skip to content

Commit 9aa60fe

Browse files
committed
Deploying to gh-pages from @ 720bb30 🚀
1 parent 2964867 commit 9aa60fe

75 files changed

Lines changed: 274 additions & 252 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/CONTRIBUTING.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.

dev/LICENSE-text.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.

dev/articles/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.

dev/articles/loo2-elpd.html

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

dev/articles/loo2-elpd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ stanmodel <- stan_model(model_code = stancode)
121121

122122
Trying to compile a simple C file
123123

124-
Running /opt/R/4.6.0/lib/R/bin/R CMD SHLIB foo.c
124+
Running /opt/R/4.6.1/lib/R/bin/R CMD SHLIB foo.c
125125
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0’
126-
gcc -std=gnu2x -I"/opt/R/4.6.0/lib/R/include" -DNDEBUG -I"/home/runner/work/_temp/Library/Rcpp/include/" -I"/home/runner/work/_temp/Library/RcppEigen/include/" -I"/home/runner/work/_temp/Library/RcppEigen/include/unsupported" -I"/home/runner/work/_temp/Library/BH/include" -I"/home/runner/work/_temp/Library/StanHeaders/include/src/" -I"/home/runner/work/_temp/Library/StanHeaders/include/" -I"/home/runner/work/_temp/Library/RcppParallel/include/" -I"/home/runner/work/_temp/Library/rstan/include" -DEIGEN_NO_DEBUG -DBOOST_DISABLE_ASSERTS -DBOOST_PENDING_INTEGER_LOG2_HPP -DSTAN_THREADS -DUSE_STANC3 -DSTRICT_R_HEADERS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -include '/home/runner/work/_temp/Library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp' -D_REENTRANT -DRCPP_PARALLEL_USE_TBB=1 -I/usr/local/include -fpic -g -O2 -c foo.c -o foo.o
126+
gcc -std=gnu2x -I"/opt/R/4.6.1/lib/R/include" -DNDEBUG -I"/home/runner/work/_temp/Library/Rcpp/include/" -I"/home/runner/work/_temp/Library/RcppEigen/include/" -I"/home/runner/work/_temp/Library/RcppEigen/include/unsupported" -I"/home/runner/work/_temp/Library/BH/include" -I"/home/runner/work/_temp/Library/StanHeaders/include/src/" -I"/home/runner/work/_temp/Library/StanHeaders/include/" -I"/home/runner/work/_temp/Library/RcppParallel/include/" -I"/home/runner/work/_temp/Library/rstan/include" -DEIGEN_NO_DEBUG -DBOOST_DISABLE_ASSERTS -DBOOST_PENDING_INTEGER_LOG2_HPP -DSTAN_THREADS -DUSE_STANC3 -DSTRICT_R_HEADERS -DBOOST_PHOENIX_NO_VARIADIC_EXPRESSION -D_HAS_AUTO_PTR_ETC=0 -include '/home/runner/work/_temp/Library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp' -D_REENTRANT -DRCPP_PARALLEL_USE_TBB=1 -I/usr/local/include -fpic -g -O2 -c foo.c -o foo.o
127127
In file included from /home/runner/work/_temp/Library/RcppEigen/include/Eigen/Core:19,
128128
from /home/runner/work/_temp/Library/RcppEigen/include/Eigen/Dense:1,
129129
from /home/runner/work/_temp/Library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22,
@@ -132,7 +132,7 @@ stanmodel <- stan_model(model_code = stancode)
132132
679 | #include <cmath>
133133
| ^~~~~~~
134134
compilation terminated.
135-
make: *** [/opt/R/4.6.0/lib/R/etc/Makeconf:190: foo.o] Error 1
135+
make: *** [/opt/R/4.6.1/lib/R/etc/Makeconf:190: foo.o] Error 1
136136

137137
``` r
138138

dev/articles/loo2-example.html

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

dev/articles/loo2-large-data.html

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

dev/articles/loo2-lfo.html

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

dev/articles/loo2-lfo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ Research*, 25(72):1-58. [PDF](https://jmlr.org/papers/v25/19-556.html)
721721
sessionInfo()
722722
```
723723

724-
R version 4.6.0 (2026-04-24)
724+
R version 4.6.1 (2026-06-24)
725725
Platform: x86_64-pc-linux-gnu
726726
Running under: Ubuntu 24.04.4 LTS
727727

@@ -742,19 +742,19 @@ sessionInfo()
742742
[1] stats graphics grDevices utils datasets methods base
743743

744744
other attached packages:
745-
[1] ggplot2_4.0.3 bayesplot_1.15.0 loo_2.9.0.9000 brms_2.23.0
745+
[1] ggplot2_4.0.3 bayesplot_1.15.0 loo_2.10.0.9000 brms_2.23.0
746746
[5] Rcpp_1.1.1-1.1 knitr_1.51
747747

748748
loaded via a namespace (and not attached):
749749
[1] gtable_0.3.6 tensorA_0.36.2.1 xfun_0.59
750750
[4] bslib_0.11.0 QuickJSR_1.10.0 htmlwidgets_1.6.4
751751
[7] processx_3.9.0 inline_0.3.21 lattice_0.22-9
752752
[10] callr_3.8.0 ps_1.9.3 vctrs_0.7.3
753-
[13] tools_4.6.0 generics_0.1.4 stats4_4.6.0
754-
[16] parallel_4.6.0 tibble_3.3.1 pkgconfig_2.0.3
753+
[13] tools_4.6.1 generics_0.1.4 stats4_4.6.1
754+
[16] parallel_4.6.1 tibble_3.3.1 pkgconfig_2.0.3
755755
[19] Matrix_1.7-5 checkmate_2.3.4 RColorBrewer_1.1-3
756-
[22] S7_0.2.2 desc_1.4.3 distributional_0.8.0
757-
[25] RcppParallel_5.1.11-2 lifecycle_1.0.5 compiler_4.6.0
756+
[22] S7_0.2.2 desc_1.4.3 distributional_0.8.1
757+
[25] RcppParallel_5.1.11-2 lifecycle_1.0.5 compiler_4.6.1
758758
[28] farver_2.1.2 stringr_1.6.0 textshaping_1.0.5
759759
[31] Brobdingnag_1.2-9 codetools_0.2-20 htmltools_0.5.9
760760
[34] sass_0.4.10 yaml_2.3.12 pillar_1.11.1
@@ -763,10 +763,10 @@ sessionInfo()
763763
[43] nlme_3.1-169 posterior_1.7.0 rstan_2.32.7
764764
[46] tidyselect_1.2.1 digest_0.6.39 mvtnorm_1.4-1
765765
[49] stringi_1.8.7 dplyr_1.2.1 labeling_0.4.3
766-
[52] fastmap_1.2.0 grid_4.6.0 cli_3.6.6
766+
[52] fastmap_1.2.0 grid_4.6.1 cli_3.6.6
767767
[55] magrittr_2.0.5 pkgbuild_1.4.8 withr_3.0.3
768768
[58] scales_1.4.0 backports_1.5.1 rmarkdown_2.31
769-
[61] matrixStats_1.5.0 otel_0.2.0 gridExtra_2.3
769+
[61] matrixStats_1.5.0 otel_0.2.0 gridExtra_2.3.1
770770
[64] ragg_1.5.2 coda_0.19-4.1 evaluate_1.0.5
771771
[67] rstantools_2.6.0 rlang_1.2.0 glue_1.8.1
772772
[70] jsonlite_2.0.0 R6_2.6.1 systemfonts_1.3.2

dev/articles/loo2-mixis.html

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

0 commit comments

Comments
 (0)