Last updated on 2026-04-28 10:51:55 CEST.
| Package | ERROR | OK |
|---|---|---|
| usportsR | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [28s]
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-tnf_meet_results-4.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tnf_meet_results.R:4:3'): tnf_meet_results() test ────────────
Expected `nrow(meets) != 0` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 86 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64
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