Last updated on 2026-04-17 22:51:23 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 1.64 | 21.78 | 23.42 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 1.40 | 18.12 | 19.52 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 37.59 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 3.00 | 47.09 | 50.09 | OK | |
| r-devel-macos-arm64 | 0.4.1 | 1.00 | 19.00 | 20.00 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 3.00 | 43.00 | 46.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 1.86 | 20.97 | 22.83 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 1.66 | 19.92 | 21.58 | OK | |
| r-release-macos-arm64 | 0.4.1 | 1.00 | 33.00 | 34.00 | OK | |
| r-release-macos-x86_64 | 0.4.1 | 2.00 | 105.00 | 107.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 3.00 | 43.00 | 46.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | 1.00 | 34.00 | 35.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.1 | 2.00 | 112.00 | 114.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 4.00 | 50.00 | 54.00 | OK |
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘deps-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: create
> ### Title: Create a Dependencies JSON File
> ### Aliases: create
>
> ### ** Examples
>
> dir <- system.file("examples/01-basic", package = "deps")
> out <- tempdir()
> create(dir, output = out, ask = interactive())
Warning in open.connection(con, "rb") :
URL 'https://api.r-hub.io/rversions/r-versions': Timeout of 60 seconds was reached
Error in open.connection(con, "rb") :
cannot open the connection to 'https://api.r-hub.io/rversions/r-versions'
Calls: create ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc