CRAN Package Check Results for Package ceblR

Last updated on 2026-09-25 06:50:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 2.77 46.28 49.05 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 2.04 34.04 36.08 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 30.43 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 36.73 OK
r-devel-windows-x86_64 1.0.0 5.00 75.00 80.00 OK
r-patched-linux-x86_64 1.0.0 2.66 40.63 43.29 OK
r-release-linux-x86_64 1.0.0 2.52 41.13 43.65 OK
r-release-macos-arm64 1.0.0 1.00 24.00 25.00 OK
r-release-macos-x86_64 1.0.0 2.00 85.00 87.00 OK
r-release-windows-x86_64 1.0.0 5.00 65.00 70.00 OK
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.0 2.00 58.00 60.00 OK
r-oldrel-windows-x86_64 1.0.0 7.00 75.00 82.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘ceblR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: load_cebl_player_boxscores > ### Title: *Load CEBL Player Boxscores* > ### Aliases: load_cebl_player_boxscores > > ### ** Examples > > load_cebl_player_boxscores(2020:2021) `curl` package not installed, falling back to using `url()` Warning in open.connection(con, open_mode) : cannot open URL 'https://github.com/ryanndu/cebl-data/releases/download/player-boxscore/cebl_players.csv': HTTP status was '500 Internal Server Error' Error: cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/player-boxscore/cebl_players.csv' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/5s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(ceblR) > > test_check("ceblR") `curl` package not installed, falling back to using `url()` Rows: 1440 Columns: 75 -- Column specification -------------------------------------------------------- Delimiter: "," chr (14): team_name, short_name, code, minutes, head_coach, assistant_coach_... dbl (60): game_id, season, team_score, field_goals_made, field_goals_attempt... lgl (1): logo i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` Saving _problems/test-get_data-8.R `curl` package not installed, falling back to using `url()` Rows: 2224 Columns: 13 -- Column specification -------------------------------------------------------- Delimiter: "," chr (11): officials_type, officials_name, first_name, last_name, scoreboard_... dbl (2): game_id, season i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` Rows: 3652 Columns: 14 -- Column specification -------------------------------------------------------- Delimiter: "," chr (12): team_name, coach_name, coach_type, first_name, first_name_initial,... dbl (2): game_id, season i Use `spec()` to retrieve the full column specification for this data. i Specify the column types or set `show_col_types = FALSE` to quiet this message. `curl` package not installed, falling back to using `url()` [ FAIL 1 | WARN 1 | SKIP 0 | PASS 8 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get_data.R:8:3'): load_cebl_player_boxscores() works ─────────── Error: cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/player-boxscore/cebl_players.csv' Backtrace: ▆ 1. ├─ceblR::load_cebl_player_boxscores(2020) at test-get_data.R:8:3 2. │ └─readr::read_csv(...) 3. │ └─vroom::vroom(...) 4. │ └─vroom:::vroom_(...) 5. └─vroom (local) `<fn>`(`<url>`, "rb") 6. └─base::tryCatch(...) 7. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. └─value[[3L]](cond) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 8 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘ceblR-how-to-use.Rmd’ using rmarkdown Quitting from ceblR-how-to-use.Rmd:65-68 [player_boxscores] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/player-boxscore/cebl_players.csv' --- Backtrace: ▆ 1. ├─ceblR::load_cebl_player_boxscores(2020) 2. │ └─readr::read_csv(...) 3. │ └─vroom::vroom(...) 4. │ └─vroom:::vroom_(...) 5. └─vroom (local) `<fn>`(`<url>`, "rb") 6. └─base::tryCatch(...) 7. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 8. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 9. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'ceblR-how-to-use.Rmd' failed with diagnostics: cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/player-boxscore/cebl_players.csv' --- failed re-building ‘ceblR-how-to-use.Rmd’ SUMMARY: processing the following file failed: ‘ceblR-how-to-use.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc