Last updated on 2025-09-11 21:50:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-18 | 25.42 | 188.77 | 214.19 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0-18 | 20.60 | 130.28 | 150.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0-18 | 325.26 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-18 | 331.90 | OK | |||
r-devel-windows-x86_64 | 1.0-18 | 33.00 | 192.00 | 225.00 | OK | |
r-patched-linux-x86_64 | 1.0-18 | 26.49 | 175.20 | 201.69 | ERROR | |
r-release-linux-x86_64 | 1.0-18 | 24.97 | 175.18 | 200.15 | OK | |
r-release-macos-arm64 | 1.0-18 | 91.00 | OK | |||
r-release-macos-x86_64 | 1.0-18 | 155.00 | OK | |||
r-release-windows-x86_64 | 1.0-18 | 32.00 | 187.00 | 219.00 | OK | |
r-oldrel-macos-arm64 | 1.0-18 | 81.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0-18 | 178.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0-18 | 39.00 | 256.00 | 295.00 | OK |
Version: 1.0-18
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/45s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> test_check("mvp")
Loading required package: mvp
Attaching package: 'mvp'
The following object is masked from 'package:base':
trunc
A disord object with hash da8eadef91372d4da524ca3b657c841176d762f4 and elements
[1] 4 4 5 1 6 5
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash b9c8ec61501f66db5ff2f39096c1d69a59e1980a and elements
[1] 13 2 6 6
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash 07b4a0bda9e8f4f137b645f4ef76191ed2529de1 and elements
[1] 7 3 1 6 5 6
(in some order)
A disord object with hash 54d12146f9c54a49ec54ea162f694f8f2ec66d70 and elements
[1] 7 2 5 2 1 1
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash 2eaa2031e59c163db5588510b5d38882463faffb and elements
[1] 9 4 2 2 4 3
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
[ FAIL 8 | WARN 8 | SKIP 0 | PASS 526 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_aaf.R:27:9'): Test suite test_aaf.R ──────────────────────────
`ca + cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca + cb) at test_aaf.R:27:9
── Failure ('test_aaf.R:28:9'): Test suite test_aaf.R ──────────────────────────
`ca - cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca - cb) at test_aaf.R:28:9
── Failure ('test_aaf.R:29:9'): Test suite test_aaf.R ──────────────────────────
`ca * cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca * cb) at test_aaf.R:29:9
── Failure ('test_aaf.R:30:9'): Test suite test_aaf.R ──────────────────────────
`ca/cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca/cb) at test_aaf.R:30:9
── Failure ('test_aaf.R:31:9'): Test suite test_aaf.R ──────────────────────────
`ca^cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca^cb) at test_aaf.R:31:9
── Failure ('test_aaf.R:32:9'): Test suite test_aaf.R ──────────────────────────
`ca%%cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca%%cb) at test_aaf.R:32:9
── Failure ('test_aaf.R:33:9'): Test suite test_aaf.R ──────────────────────────
`ca == cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca == cb) at test_aaf.R:33:9
── Failure ('test_aaf.R:34:9'): Test suite test_aaf.R ──────────────────────────
`ca != cb` did not throw an error.
Backtrace:
▆
1. └─mvp (local) foo(x, y) at test_aaf.R:111:9
2. └─testthat::expect_error(ca != cb) at test_aaf.R:34:9
[ FAIL 8 | WARN 8 | SKIP 0 | PASS 526 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64