Last updated on 2026-09-03 07:51:41 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 13.87 | 169.72 | 183.59 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.1 | 7.33 | 123.78 | 131.11 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.3.1 | 9.00 | 116.72 | 125.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 125.28 | OK | |||
| r-devel-windows-x86_64 | 1.3.0 | 17.00 | 194.00 | 211.00 | ERROR | |
| r-patched-linux-x86_64 | 1.3.0 | 12.46 | 158.71 | 171.17 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 12.42 | 160.14 | 172.56 | OK | |
| r-release-macos-arm64 | 1.3.1 | 3.00 | 46.00 | 49.00 | OK | |
| r-release-macos-x86_64 | 1.3.1 | 9.00 | 162.00 | 171.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 16.00 | 179.00 | 195.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.1 | 3.00 | 49.00 | 52.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.1 | 8.00 | 115.00 | 123.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.1 | 19.00 | 236.00 | 255.00 | OK |
Version: 1.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [38s]
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 21 | 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 21 | SKIP 0 | PASS 1022 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64