Last updated on 2026-08-24 21:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 2.62 | 44.84 | 47.46 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 1.97 | 32.52 | 34.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 29.19 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 35.14 | OK | |||
| r-devel-windows-x86_64 | 1.0.0 | 5.00 | 71.00 | 76.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 2.61 | 41.22 | 43.83 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 2.25 | 40.75 | 43.00 | 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 | 6.00 | 68.00 | 74.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 | 76.00 | 83.00 | OK |
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_schedule
> ### Title: *Load CEBL Game Schedule*
> ### Aliases: load_cebl_schedule
>
> ### ** Examples
>
> load_cebl_schedule(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/schedule/cebl_schedule.csv': HTTP status was '404 Not Found'
Error: cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/schedule/cebl_schedule.csv'
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:47-50 [schedules]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error:
! cannot open the connection to 'https://github.com/ryanndu/cebl-data/releases/download/schedule/cebl_schedule.csv'
---
Backtrace:
▆
1. ├─ceblR::load_cebl_schedule(2020)
2. │ └─readr::read_csv("https://github.com/ryanndu/cebl-data/releases/download/schedule/cebl_schedule.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/schedule/cebl_schedule.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