Last updated on 2026-05-17 12:49:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.4 | 6.53 | 75.77 | 82.30 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.4 | 5.60 | 55.31 | 60.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.4 | 12.00 | 122.44 | 134.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.4 | 14.00 | 125.52 | 139.52 | OK | |
| r-devel-windows-x86_64 | 0.2.4 | 9.00 | 85.00 | 94.00 | OK | |
| r-patched-linux-x86_64 | 0.2.4 | 7.56 | 71.03 | 78.59 | OK | |
| r-release-linux-x86_64 | 0.2.4 | 5.81 | 72.06 | 77.87 | OK | |
| r-release-macos-arm64 | 0.2.4 | 2.00 | 23.00 | 25.00 | OK | |
| r-release-macos-x86_64 | 0.2.4 | 6.00 | 75.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 0.2.4 | 9.00 | 86.00 | 95.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.4 | 5.00 | 65.00 | 70.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.4 | 12.00 | 109.00 | 121.00 | ERROR |
Version: 0.2.4
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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(asm)
>
> test_check("asm")
Saving _problems/test-asm-96.R
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 14 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test-asm.R:100:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-asm.R:96:3'): Cauchy error: asymmetric loss ──────────────────
Expected `abs(asm_fit2$betahat[1]) < 1` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 14 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64