Last updated on 2025-11-28 07:48:41 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.18 | 43.88 | 46.06 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.92 | 35.94 | 37.86 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 63.68 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 80.84 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 6.00 | 67.00 | 73.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.43 | 40.75 | 43.18 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.34 | 40.82 | 43.16 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 2.00 | 58.00 | 60.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 5.00 | 63.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 2.00 | 60.00 | 62.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 5.00 | 129.00 | 134.00 | ERROR |
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