Last updated on 2026-02-08 09:49:45 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 10.76 | 108.69 | 119.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 7.00 | 77.87 | 84.87 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 19.00 | 167.85 | 186.85 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 18.00 | 171.69 | 189.69 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 15.00 | 114.00 | 129.00 | OK | |
| r-patched-linux-x86_64 | 0.9.24 | 9.98 | 101.87 | 111.85 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 10.56 | 100.94 | 111.50 | OK | |
| r-release-macos-arm64 | 1.0.1 | 3.00 | 33.00 | 36.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.1 | 8.00 | 156.00 | 164.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 14.00 | 118.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | 3.00 | 34.00 | 37.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 8.00 | 272.00 | 280.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 20.00 | 147.00 | 167.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(garma)
Loading required package: forecast
Loading required package: ggplot2
Package garma: 1.0.1
>
> test_check("garma")
Saving _problems/test-forecast_accuracy-17.R
Saving _problems/test-forecast_accuracy-20.R
Saving _problems/test-forecast_accuracy-22.R
Saving _problems/test-forecast_accuracy-24.R
Saving _problems/test-forecast_accuracy-26.R
Saving _problems/test-forecast_accuracy-27.R
Saving _problems/test-forecast_accuracy-28.R
Saving _problems/test-forecast_accuracy-29.R
[ FAIL 8 | WARN 0 | SKIP 2 | PASS 36 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-garma.R:232:1', 'test-garma2.R:1:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-forecast_accuracy.R:17:3'): accuracy function works ──────────
Expected `abs(result[1, 1]) < 1e-04` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:20:3'): accuracy function works ──────────
Expected `abs(round(result[2, 2], 3) - 0.0867) < 0.001` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:22:3'): accuracy function works ──────────
Expected `abs(round(result[2, 3], 3) - 0.0759) < 0.001` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:24:3'): accuracy function works ──────────
Expected `abs(round(result[2, 4], 0) - 45) < 1` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:26:3'): accuracy function works ──────────
Expected `abs(round(result[2, 5], 0) - 88) < 2` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:27:3'): accuracy function works ──────────
Expected `abs(round(result[1, 6], 2) - 0.645) < 0.006` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:28:3'): accuracy function works ──────────
Expected `abs(round(result[2, 6], 2) - 0.7) < 1e-08` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-forecast_accuracy.R:29:3'): accuracy function works ──────────
Expected `(abs(round(result[1, 7], 2)) - 0.03) < 1e-08` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 8 | WARN 0 | SKIP 2 | PASS 36 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64