Last updated on 2026-06-03 04:50:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 4.35 | 47.18 | 51.53 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 2.79 | 34.65 | 37.44 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 7.00 | 74.48 | 81.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 88.31 | OK | |||
| r-devel-windows-x86_64 | 0.1.1 | 7.00 | 68.00 | 75.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 4.12 | 42.11 | 46.23 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 3.92 | 41.75 | 45.67 | 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 | 9.00 | 65.00 | 74.00 | OK | |
| 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 | 10.00 | 131.00 | 141.00 | OK |
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [3s/3s]
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 3 | 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 3 | SKIP 4 | PASS 73 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc