Last updated on 2026-07-14 21:53:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 13.08 | 177.64 | 190.72 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 9.40 | 123.81 | 133.21 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 22.00 | 354.83 | 376.83 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 22.00 | 358.40 | 380.40 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 15.00 | 186.00 | 201.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 15.41 | 158.15 | 173.56 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 11.17 | 160.32 | 171.49 | OK | |
| r-release-macos-arm64 | 1.3.0 | 3.00 | 43.00 | 46.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 9.00 | 116.00 | 125.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 16.00 | 184.00 | 200.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | 2.00 | 43.00 | 45.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.0 | 9.00 | 136.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 21.00 | 239.00 | 260.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/33s]
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(mcmodule)
Loading required package: mc2d
Loading required package: mvtnorm
Attaching package: 'mc2d'
The following objects are masked from 'package:base':
pmax, pmin
>
> test_check("mcmodule")
Saving _problems/test-mc_analysis-831.R
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 1022 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-mc_analysis.R:831:5'): mcmodule_converg works with combined modules with mcnodes that do not converge ──
Expected `any(result$conv_05 == FALSE)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 21 | SKIP 0 | PASS 1022 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc