Last updated on 2025-05-31 18:51:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.2 | 1.86 | 21.22 | 23.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.2 | 1.45 | 17.31 | 18.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.2 | 35.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.2 | 32.74 | OK | |||
r-devel-windows-x86_64 | 0.0.2 | 3.00 | 59.00 | 62.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.2 | 1.87 | 19.37 | 21.24 | OK | |
r-release-linux-x86_64 | 0.0.2 | 1.80 | 19.54 | 21.34 | OK | |
r-release-macos-arm64 | 0.0.2 | 24.00 | OK | |||
r-release-macos-x86_64 | 0.0.2 | 30.00 | OK | |||
r-release-windows-x86_64 | 0.0.2 | 4.00 | 45.00 | 49.00 | OK | |
r-oldrel-macos-arm64 | 0.0.2 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.2 | 34.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.2 | 4.00 | 46.00 | 50.00 | OK |
Version: 0.0.2
Check: examples
Result: ERROR
Running examples in 'ucimlrepo-Ex.R' failed
The error most likely occurred in:
> ### Name: fetch_ucirepo
> ### Title: Fetch UCI ML Repository Dataset
> ### Aliases: fetch_ucirepo
>
> ### ** Examples
>
> # Access Data by Name
> iris_dl <- fetch_ucirepo(name = "iris")
Warning in file(file, "rt") :
URL 'https://archive.ics.uci.edu/static/public/53/data.csv': status was 'SSL connect error'
Error reading data csv file for "iris" dataset (id=53).
Error in if (nrow(df) == 0) { : argument is of length zero
Calls: fetch_ucirepo
Execution halted
Flavor: r-devel-windows-x86_64