Last updated on 2026-05-09 04:50:42 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.4 | 15.47 | 201.83 | 217.30 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.4 | 11.42 | 152.16 | 163.58 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.7.4 | 33.00 | 340.67 | 373.67 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.4 | 32.00 | 475.40 | 507.40 | OK | |
| r-devel-windows-x86_64 | 0.7.4 | 21.00 | 233.00 | 254.00 | OK | |
| r-patched-linux-x86_64 | 0.7.4 | 17.09 | 208.05 | 225.14 | OK | |
| r-release-linux-x86_64 | 0.7.4 | 18.70 | 206.31 | 225.01 | OK | |
| r-release-macos-arm64 | 0.7.4 | 4.00 | 100.00 | 104.00 | OK | |
| r-release-macos-x86_64 | 0.7.4 | 13.00 | 456.00 | 469.00 | OK | |
| r-release-windows-x86_64 | 0.7.4 | 20.00 | 235.00 | 255.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.7.4 | 12.00 | 267.00 | 279.00 | OK | |
| r-oldrel-windows-x86_64 | 0.7.4 | 29.00 | 301.00 | 330.00 | OK |
Version: 0.7.4
Check: examples
Result: ERROR
Running examples in ‘tidyfit-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: .fit.relief
> ### Title: ReliefF and RReliefF feature selection algorithm for 'tidyfit'
> ### Aliases: .fit.relief
>
> ### ** Examples
>
> # Load data
> data <- tidyfit::Factor_Industry_Returns
> data <- dplyr::filter(data, Industry == "HiTec")
> data <- dplyr::select(data, -Date, -Industry)
>
> # Stand-alone function
> fit <- m("relief", Return ~ ., data)
Error in m("relief", Return ~ ., data) :
Package 'CORElearn' is required for method 'relief'. Run install.packages('CORElearn').
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang