The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-08-31 23:50:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.4 | 17.83 | 199.98 | 217.81 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.7.4 | 12.16 | 142.26 | 154.42 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.7.4 | 13.00 | 132.16 | 145.16 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.4 | 13.00 | 188.65 | 201.65 | ERROR | |
| r-devel-windows-x86_64 | 0.7.4 | 22.00 | 244.00 | 266.00 | OK | |
| r-patched-linux-x86_64 | 0.7.4 | 19.21 | 194.49 | 213.70 | ERROR | |
| r-release-linux-x86_64 | 0.7.4 | 19.53 | 192.07 | 211.60 | ERROR | |
| 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 | 22.00 | 237.00 | 259.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 | 30.00 | 318.00 | 348.00 | OK |
Version: 0.7.4
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘classify.Rd’ ‘regress.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
dot-fit.enet 5.39 0.063 6.299
Flavor: r-devel-linux-x86_64-debian-clang
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-gcc
Version: 0.7.4
Check: examples
Result: ERROR
Running examples in ‘tidyfit-Ex.R’ failed
The error most likely occurred in:
> ### 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-fedora-clang
Version: 0.7.4
Check: examples
Result: ERROR
Running examples in ‘tidyfit-Ex.R’ failed
The error most likely occurred in:
> ### 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 `purrr::map()`:
ℹ In index: 1.
Caused by error in `loadNamespace()`:
! there is no package called ‘CORElearn’
Backtrace:
▆
1. ├─tidyfit::m("relief", Return ~ ., data)
2. │ └─purrr::map(mods$model_object, function(mod) mod$fit(data))
3. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
4. │ ├─purrr:::with_indexed_errors(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ ├─purrr:::call_with_cleanup(...)
7. │ └─tidyfit (local) .f(.x[[i]], ...)
8. │ └─mod$fit(data)
9. │ ├─tidyfit:::.fit(self, data, ...)
10. │ └─tidyfit:::.fit.relief(self, data, ...)
11. │ ├─names(self$args) %in% methods::formalArgs(CORElearn::attrEval)
12. │ └─methods::formalArgs(CORElearn::attrEval)
13. │ └─base::formals(def, envir = parent.frame())
14. ├─base::loadNamespace(x)
15. │ ├─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
16. │ │ └─base (local) withOneRestart(expr, restarts[[1L]])
17. │ │ └─base (local) doWithOneRestart(return(expr), restart)
18. │ └─base::stop(cond)
19. └─purrr (local) `<fn>`(`<pckgNtFE>`)
20. └─cli::cli_abort(...)
21. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
dot-fit.enet 5.565 0.041 7.286
Flavor: r-patched-linux-x86_64
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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
dot-fit.enet 5.489 0.05 7.186
Flavor: r-release-linux-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.