Last updated on 2025-11-28 02:51:13 CET.
| Package | ERROR | OK |
|---|---|---|
| ceblR | 1 | 12 |
| rvolleydata | 13 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [64s]
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()`
Saving _problems/test-get_data-2.R
`curl` package not installed, falling back to using `url()`
`curl` package not installed, falling back to using `url()`
Rows: 1826 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: 2961 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:2:3'): load_cebl_team_boxscores() works ─────────────
Error in `open.connection(structure(4L, class = c("url", "connection"), conn_id = <pointer: 0x00000000000000f8>), "rb")`: cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/team-boxscore/cebl_teams.csv'
Backtrace:
▆
1. ├─ceblR::load_cebl_team_boxscores(2020) at test-get_data.R:2:3
2. │ └─readr::read_csv("https://github.com/ryanndu/cebl-data/releases/download/team-boxscore/cebl_teams.csv")
3. │ └─vroom::vroom(...)
4. │ └─vroom:::vroom_(...)
5. ├─base (local) `<fn>`(`<url>`, "rb")
6. └─base::open.connection(`<url>`, "rb")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13