The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-07-01 06:02:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.6 | 26.21 | 395.96 | 422.17 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.2.6 | 15.27 | 270.35 | 285.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.7 | 50.00 | 530.41 | 580.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.7 | 45.00 | 498.24 | 543.24 | OK | |
| r-devel-windows-x86_64 | 0.2.7 | 29.00 | 394.00 | 423.00 | OK | |
| r-patched-linux-x86_64 | 0.2.6 | 20.15 | 387.15 | 407.30 | OK | |
| r-release-linux-x86_64 | 0.2.6 | ERROR | ||||
| r-release-macos-arm64 | 0.2.7 | 7.00 | 92.00 | 99.00 | OK | |
| r-release-macos-x86_64 | 0.2.7 | 19.00 | 345.00 | 364.00 | OK | |
| r-release-windows-x86_64 | 0.2.6 | 22.00 | 382.00 | 404.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.7 | 6.00 | 102.00 | 108.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.7 | 19.00 | 310.00 | 329.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.7 | 40.00 | 517.00 | 557.00 | OK |
Version: 0.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [176s/209s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BayesERtools)
>
> test_check("BayesERtools")
Loading required namespace: projpred
Saving _problems/test-dev_ermod_lin-229.R
Diagnostic flags present.
See ?`loo-glossary` (sections `diag_diff` and `diag_elpd`)
or https://mc-stan.org/loo/reference/loo-glossary.html.
Loading required package: bayestestR
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dev_ermod_emax.R:150:5'): plot_ermod ───────────────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_emax.R:194:5'): plot_ermod_bin_emax ──────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_lin.R:229:5'): Exposure metrics selection ────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
── Error ('test-dev_ermod_lin.R:427:5'): plot.ermod_exp_sel calls plot_er_exp_sel ──
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [109s/133s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BayesERtools)
>
> test_check("BayesERtools")
Loading required namespace: projpred
Saving _problems/test-dev_ermod_lin-229.R
Diagnostic flags present.
See ?`loo-glossary` (sections `diag_diff` and `diag_elpd`)
or https://mc-stan.org/loo/reference/loo-glossary.html.
Loading required package: bayestestR
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dev_ermod_emax.R:150:5'): plot_ermod ───────────────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_emax.R:194:5'): plot_ermod_bin_emax ──────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_lin.R:229:5'): Exposure metrics selection ────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
── Error ('test-dev_ermod_lin.R:427:5'): plot.ermod_exp_sel calls plot_er_exp_sel ──
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [171s/218s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(BayesERtools)
>
> test_check("BayesERtools")
Loading required namespace: projpred
Saving _problems/test-dev_ermod_lin-229.R
Diagnostic flags present.
See ?`loo-glossary` (sections `diag_diff` and `diag_elpd`)
or https://mc-stan.org/loo/reference/loo-glossary.html.
Loading required package: bayestestR
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-dev_ermod_emax.R:150:5'): plot_ermod ───────────────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_emax.R:194:5'): plot_ermod_bin_emax ──────────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1` and `2` don't exist.
── Error ('test-dev_ermod_lin.R:229:5'): Exposure metrics selection ────────────
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
── Error ('test-dev_ermod_lin.R:427:5'): plot.ermod_exp_sel calls plot_er_exp_sel ──
Error in `tidyr::pivot_longer(extract_data(x), dplyr::all_of(var_exp_order), names_to = ".exp_metric", values_to = ".exposure")`: i In argument: `dplyr::all_of(var_exp_order)`.
Caused by error in `dplyr::all_of()`:
! Can't subset elements that don't exist.
x Elements `1`, `2`, and `3` don't exist.
[ FAIL 4 | WARN 0 | SKIP 0 | PASS 209 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.