CRAN Package Check Results for Package traktok

Last updated on 2026-05-09 04:50:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 4.19 46.84 51.03 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.78 35.17 37.95 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 7.00 69.32 76.32 OK
r-devel-linux-x86_64-fedora-gcc 0.1.1 88.07 OK
r-devel-windows-x86_64 0.1.1 6.00 65.00 71.00 OK
r-patched-linux-x86_64 0.1.1 4.52 42.47 46.99 OK
r-release-linux-x86_64 0.1.1 3.88 42.70 46.58 OK
r-release-macos-arm64 0.1.1 1.00 19.00 20.00 OK
r-release-macos-x86_64 0.1.1 3.00 61.00 64.00 OK
r-release-windows-x86_64 0.1.1 8.00 66.00 74.00 ERROR
r-oldrel-macos-arm64 0.1.1 1.00 17.00 18.00 OK
r-oldrel-macos-x86_64 0.1.1 3.00 68.00 71.00 OK
r-oldrel-windows-x86_64 0.1.1 8.00 74.00 82.00 OK

Check Details

Version: 0.1.1
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [4s] 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(traktok) > > test_check("traktok") Saving _problems/test-tt_utils-68.R [ FAIL 1 | WARN 0 | SKIP 4 | PASS 73 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • !isTRUE(auth_check(research = FALSE, hidden = TRUE, silent = TRUE)["hidden"]) is TRUE (2): 'test-search.R:2:3', 'test-search.R:25:3' • !isTRUE(auth_check(research = FALSE, hidden = TRUE, silent = TRUE, fail = FALSE)["hidden"]) is TRUE (1): 'test-tt_videos.R:2:3' • On CRAN (1): 'test-research_auth.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tt_utils.R:68:3'): wait ────────────────────────────────────── Expected `elapsed <= max(sleep_pool)` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 1 | WARN 0 | SKIP 4 | PASS 73 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64