Last updated on 2025-03-31 12:52:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.28 | 59.75 | 63.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 2.82 | 34.68 | 37.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.4.2 | 75.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.2 | 81.81 | OK | |||
r-devel-macos-arm64 | 0.4.2 | 31.00 | OK | |||
r-devel-macos-x86_64 | 0.4.2 | 68.00 | OK | |||
r-devel-windows-x86_64 | 0.4.1 | 7.00 | 71.00 | 78.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.1 | 4.33 | 57.30 | 61.63 | NOTE | |
r-release-linux-x86_64 | 0.4.1 | 2.70 | 55.74 | 58.44 | OK | |
r-release-macos-arm64 | 0.4.2 | 36.00 | OK | |||
r-release-macos-x86_64 | 0.4.2 | 54.00 | OK | |||
r-release-windows-x86_64 | 0.4.2 | 8.00 | 69.00 | 77.00 | OK | |
r-oldrel-macos-arm64 | 0.4.2 | 35.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.2 | 53.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.2 | 8.00 | 64.00 | 72.00 | OK |
Version: 0.4.1
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘utils.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/6s]
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(ncaavolleyballr)
>
> test_check("ncaavolleyballr")
[ FAIL 2 | WARN 2 | SKIP 15 | PASS 110 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-find_team_contests.R:2:3', 'test-find_team_id.R:2:3',
'test-find_team_name.R:2:3', 'test-group_stats.R:2:3',
'test-group_stats.R:13:3', 'test-group_stats.R:21:3', 'test-match_pbp.R:3:3',
'test-player_match_stats.R:3:3', 'test-player_season_stats.R:3:3',
'test-player_season_stats.R:32:3', 'test-team_match_stats.R:2:3',
'test-team_season_info.R:2:3', 'test-team_season_stats.R:2:3',
'test-utils.R:2:3', 'test-utils.R:116:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-match_pbp.R:24:3'): match_pbp() warnings trigger correctly ───
`match_pbp(contest = "5669768")` did not throw the expected warning.
── Failure ('test-player_match_stats.R:30:3'): player_match_stats() errors trigger correctly ──
`player_match_stats(contest = "6080706", team = "Nebraska")` did not throw the expected error.
[ FAIL 2 | WARN 2 | SKIP 15 | PASS 110 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘ncaavolleyballr.qmd’ using html
<1b>[31m
processing file: ncaavolleyballr.qmd
<1b>[39m<1b>[31mError in UseMethod("pull") :
no applicable method for 'pull' applied to an object of class "NULL"
Calls: .main ... eval -> eval -> mean -> sub -> is.factor -> <Anonymous>
Quitting from ncaavolleyballr.qmd:93-100 [meanattendance]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'pull' applied to an object of class "NULL"
---
Backtrace:
▆
1. ├─base::mean(...)
2. ├─base::sub(",", "", x = dplyr::pull(neb2024team$schedule, Attendance))
3. │ └─base::is.factor(x)
4. └─dplyr::pull(neb2024team$schedule, Attendance)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Execution halted
<1b>[39mError: processing vignette 'ncaavolleyballr.qmd' failed with diagnostics:
✖ Error running quarto cli.
Caused by error:
! System command 'quarto' failed
--- failed re-building ‘ncaavolleyballr.qmd’
SUMMARY: processing the following file failed:
‘ncaavolleyballr.qmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: tests
Result: ERROR
Running 'testthat.R' [6s]
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(ncaavolleyballr)
>
> test_check("ncaavolleyballr")
[ FAIL 2 | WARN 2 | SKIP 15 | PASS 110 ]
══ Skipped tests (15) ══════════════════════════════════════════════════════════
• On CRAN (15): 'test-find_team_contests.R:2:3', 'test-find_team_id.R:2:3',
'test-find_team_name.R:2:3', 'test-group_stats.R:2:3',
'test-group_stats.R:13:3', 'test-group_stats.R:21:3', 'test-match_pbp.R:3:3',
'test-player_match_stats.R:3:3', 'test-player_season_stats.R:3:3',
'test-player_season_stats.R:32:3', 'test-team_match_stats.R:2:3',
'test-team_season_info.R:2:3', 'test-team_season_stats.R:2:3',
'test-utils.R:2:3', 'test-utils.R:116:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-match_pbp.R:24:3'): match_pbp() warnings trigger correctly ───
`match_pbp(contest = "5669768")` did not throw the expected warning.
── Failure ('test-player_match_stats.R:30:3'): player_match_stats() errors trigger correctly ──
`player_match_stats(contest = "6080706", team = "Nebraska")` did not throw the expected error.
[ FAIL 2 | WARN 2 | SKIP 15 | PASS 110 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.4.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'ncaavolleyballr.qmd' using html
processing file: ncaavolleyballr.qmd
Error in UseMethod("pull") :
no applicable method for 'pull' applied to an object of class "NULL"
Calls: .main ... eval -> eval -> mean -> sub -> is.factor -> <Anonymous>
Quitting from ncaavolleyballr.qmd:93-100 [meanattendance]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `UseMethod()`:
! no applicable method for 'pull' applied to an object of class "NULL"
---
Backtrace:
▆
1. ├─base::mean(...)
2. ├─base::sub(",", "", x = dplyr::pull(neb2024team$schedule, Attendance))
3. │ └─base::is.factor(x)
4. └─dplyr::pull(neb2024team$schedule, Attendance)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Execution halted
Error: processing vignette 'ncaavolleyballr.qmd' failed with diagnostics:
✖ Error running quarto cli.
Caused by error:
! System command 'quarto.exe' failed
--- failed re-building 'ncaavolleyballr.qmd'
SUMMARY: processing the following file failed:
'ncaavolleyballr.qmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64