CRAN Package Check Results for Package mcmodule

Last updated on 2026-06-02 04:51:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.0 OK
r-devel-linux-x86_64-debian-gcc 1.3.0 9.09 119.65 128.74 OK
r-devel-linux-x86_64-fedora-clang 1.3.0 25.00 285.81 310.81 OK
r-devel-linux-x86_64-fedora-gcc 1.3.0 22.00 ERROR
r-devel-windows-x86_64 1.3.0 16.00 188.00 204.00 OK
r-patched-linux-x86_64 1.3.0 14.45 160.33 174.78 OK
r-release-linux-x86_64 1.3.0 12.62 159.07 171.69 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 181.00 197.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 234.00 255.00 OK

Check Details

Version: 1.3.0
Check: tests
Result: ERROR Running ‘testthat.R’ [62s/76s] 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 0 | 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 0 | SKIP 0 | PASS 1022 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc