Last updated on 2026-06-20 03:57:10 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 12.58 | 175.99 | 188.57 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 7.92 | 121.83 | 129.75 | 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 | 354.57 | 376.57 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 16.00 | 184.00 | 200.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 14.01 | 158.54 | 172.55 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 11.98 | 157.18 | 169.16 | 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 | 14.00 | 181.00 | 195.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.3.0 | 9.00 | 136.00 | 145.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 22.00 | 226.00 | 248.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/34s]
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-1163.R
[ FAIL 1 | WARN 23 | SKIP 0 | PASS 1022 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-mc_analysis.R:1163:5'): optim_ndvar works with no expressions ──
Expected `result$converged` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 23 | SKIP 0 | PASS 1022 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc