Last updated on 2025-03-09 12:51:55 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.4 | 12.60 | 243.78 | 256.38 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.2.5 | 8.76 | 179.01 | 187.77 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.5 | 423.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 505.28 | OK | |||
r-devel-macos-arm64 | 0.2.5 | 225.00 | OK | |||
r-devel-macos-x86_64 | 0.2.5 | 301.00 | OK | |||
r-devel-windows-x86_64 | 0.2.5 | 34.00 | 295.00 | 329.00 | OK | |
r-patched-linux-x86_64 | 0.2.5 | 12.75 | 211.49 | 224.24 | OK | |
r-release-linux-x86_64 | 0.2.5 | 11.38 | 213.78 | 225.16 | OK | |
r-release-macos-arm64 | 0.2.5 | 198.00 | OK | |||
r-release-macos-x86_64 | 0.2.5 | 325.00 | OK | |||
r-release-windows-x86_64 | 0.2.5 | 33.00 | 268.00 | 301.00 | OK | |
r-oldrel-macos-arm64 | 0.2.5 | 236.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.5 | 351.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.5 | 37.00 | 325.00 | 362.00 | OK |
Version: 0.2.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [93s/109s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(riskmetric)
>
> options(repos = "fake-cran.fake-r-project.org")
>
> test_check("riskmetric")
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 37 ]
══ Skipped tests (10) ══════════════════════════════════════════════════════════
• On CRAN (7): 'test_pkg_ref.R:4:3', 'test_pkg_ref.R:17:3',
'test_pkg_ref.R:41:3', 'test_pkg_ref.R:61:3', 'test_pkg_ref.R:83:3',
'test_pkg_ref.R:100:3', 'test_pkg_ref.R:109:3'
• snapshots appear to be failing due to random order of pkg_ref fields (3):
'test_snapshots.R:7:5', 'test_snapshots.R:20:5', 'test_snapshots.R:35:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_assess_dependencies.R:6:3'): assess_dependencies returns the correct number of dependencies ──
nrow(assess_source_good$dependencies) (`actual`) not equal to 0 (`expected`).
`actual` is NULL
`expected` is a double vector (0)
[ FAIL 1 | WARN 0 | SKIP 10 | PASS 37 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang