CRAN Package Check Results for Package fastTS

Last updated on 2024-11-20 04:08:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 4.85 235.21 240.06 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 3.89 191.96 195.85 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 403.45 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 460.09 OK
r-devel-windows-x86_64 1.0.1 6.00 273.00 279.00 OK
r-patched-linux-x86_64 1.0.1 4.88 253.57 258.45 OK
r-release-linux-x86_64 1.0.1 4.93 256.18 261.11 OK
r-release-macos-arm64 1.0.1 183.00 OK
r-release-macos-x86_64 1.0.1 402.00 OK
r-release-windows-x86_64 1.0.1 6.00 274.00 280.00 OK
r-oldrel-macos-arm64 1.0.1 197.00 OK
r-oldrel-macos-x86_64 1.0.1 464.00 OK
r-oldrel-windows-x86_64 1.0.1 9.00 310.00 319.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [14s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(fastTS) > > test_check("fastTS") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 245 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-predictions.R:201:3'): cumulative predict.fastTS when X_test supplied ── `rho_2` is not strictly more than 0.967. Difference: -0.000555 ── Failure ('test-predictions.R:210:3'): cumulative predict.fastTS when X_test not supplied, y_test supplied ── rho_1step <- cor(p, y_c10, use = "pairwise.complete") is not strictly more than 0.969. Difference: -0.000246 [ FAIL 2 | WARN 0 | SKIP 0 | PASS 245 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc