Last updated on 2025-03-25 08:59:00 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.85 | 59.56 | 63.41 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.4.1 | 2.70 | 44.11 | 46.81 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.4.1 | 89.18 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 90.59 | ERROR | |||
r-devel-macos-arm64 | 0.4.1 | 36.00 | OK | |||
r-devel-macos-x86_64 | 0.4.1 | 75.00 | OK | |||
r-devel-windows-x86_64 | 0.4.1 | 6.00 | 144.00 | 150.00 | NOTE | |
r-patched-linux-x86_64 | 0.4.1 | 4.37 | 57.29 | 61.66 | NOTE | |
r-release-linux-x86_64 | 0.4.1 | 3.82 | 56.69 | 60.51 | OK | |
r-release-macos-arm64 | 0.4.1 | 41.00 | OK | |||
r-release-macos-x86_64 | 0.4.1 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.4.1 | 7.00 | 136.00 | 143.00 | OK | |
r-oldrel-macos-x86_64 | 0.4.1 | 57.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.1 | 8.00 | 151.00 | 159.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-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/31s]
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-fedora-clang
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>
<1b>[39m<1b>[31m
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-fedora-clang
Version: 0.4.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
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-fedora-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>
<1b>[39m<1b>[31m
Quitting from ncaavolleyballr.qmd:93-100 [meanattendance]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<1b>[39m<1b>[31m~~~~~~~~~~~~~~~~~
<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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<1b>[39m<1b>[31mExecution 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-fedora-gcc