Last updated on 2026-06-19 18:53:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.16 | 60.62 | 62.78 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.00 | 41.54 | 43.54 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 83.37 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 84.68 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 8.00 | 112.00 | 120.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.92 | 59.79 | 62.71 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 1.93 | 59.18 | 61.11 | OK | |
| r-release-macos-arm64 | 1.0.0 | 1.00 | 83.00 | 84.00 | ERROR | |
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 127.00 | 129.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 109.00 | 115.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | 1.00 | 124.00 | 125.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 108.00 | 110.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 7.00 | 116.00 | 123.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [19s/239s]
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_player_box_score-4.R
Saving _problems/test-tnf_athlete_rankings-4.R
Saving _problems/test-volleyball_pbp-4.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 84 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-basketball_player_box_score.R:4:3'): basketball_player_box_score() works ──
Expected `nrow(womens_2013) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-tnf_athlete_rankings.R:4:3'): tnf_athlete_rankings() test ────
Expected `nrow(athletes) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-volleyball_pbp.R:4:3'): volleyball_pbp() test ────────────────
Expected `nrow(pbp_2019) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 84 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/40s]
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-xc_rosters-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-xc_rosters.R:4:3'): xc_rosters() test ────────────────────────
Expected `nrow(rosters) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-arm64