Last updated on 2026-04-19 18:51:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.54 | 65.43 | 67.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.74 | 43.29 | 45.03 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 85.60 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 83.76 | OK | |||
| r-devel-macos-arm64 | 1.0.0 | 1.00 | 66.00 | 67.00 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 6.00 | 115.00 | 121.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.50 | 61.95 | 64.45 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.10 | 64.16 | 66.26 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 124.00 | 125.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 108.00 | 110.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 112.00 | 118.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 71.00 | 72.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 115.00 | 117.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 6.00 | 280.00 | 286.00 | ERROR |
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [121s]
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(usportsR)
>
> test_check("usportsR")
Saving _problems/test-basketball_team_box_score-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-basketball_team_box_score.R:4:3'): basketball_team_box_score() ──
Expected `nrow(team_box_score_2011) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64