Last updated on 2026-08-18 13:49:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.1 | 4.24 | 54.87 | 59.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.1 | 3.14 | 41.58 | 44.72 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.1 | 38.47 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2.1 | 36.42 | OK | |||
| r-devel-windows-x86_64 | 1.2.1 | 12.00 | 80.00 | 92.00 | OK | |
| r-patched-linux-x86_64 | 1.2.1 | 4.88 | 50.03 | 54.91 | OK | |
| r-release-linux-x86_64 | 1.2.1 | 3.82 | 51.22 | 55.04 | OK | |
| r-release-macos-arm64 | 1.2.1 | 1.00 | 20.00 | 21.00 | OK | |
| r-release-macos-x86_64 | 1.2.1 | 3.00 | 72.00 | 75.00 | OK | |
| r-release-windows-x86_64 | 1.2.1 | 8.00 | 0.00 | 8.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.2.1 | 3.00 | 64.00 | 67.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.1 | 19.00 | 88.00 | 107.00 | OK |
Version: 1.2.1
Check: examples
Result: ERROR
Running examples in ‘hubUtils-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_version_config
> ### Title: Get hub config schema versions
> ### Aliases: get_version_config get_version_file get_version_hub
>
> ### ** Examples
>
> config <- read_config_file(
+ system.file("config", "tasks.json", package = "hubUtils")
+ )
> get_version_config(config)
[1] "v3.0.0"
> config_path <- system.file("config", "tasks.json", package = "hubUtils")
> get_version_file(config_path)
[1] "v3.0.0"
> # Get version from a URL of a hub config file
> url <- paste0(
+ "https://raw.githubusercontent.com/hubverse-org/",
+ "example-simple-forecast-hub/refs/heads/main/hub-config/tasks.json"
+ )
> get_version_file(url)
Error in `read_config_file()`:
! URL
'https://raw.githubusercontent.com/hubverse-org/example-simple-forecast-hub/refs/heads/main/hub-config/tasks.json'
is invalid or unreachable.
Backtrace:
▆
1. └─hubUtils::get_version_file(url)
2. ├─hubUtils::get_version_config(read_config_file(config_path))
3. ├─hubUtils::read_config_file(config_path)
4. └─hubUtils:::read_config_file.default(config_path)
5. └─cli::cli_abort("URL {.path {config_path}} is invalid or unreachable.")
6. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc