CRAN Package Check Results for Package tidyfit

Last updated on 2025-12-12 10:50:56 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.4 17.93 223.92 241.85 OK
r-devel-linux-x86_64-debian-gcc 0.7.4 10.21 132.37 142.58 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.4 118.00 291.28 409.28 OK
r-devel-linux-x86_64-fedora-gcc 0.7.4 67.00 449.65 516.65 OK
r-devel-windows-x86_64 0.7.4 22.00 238.00 260.00 OK
r-patched-linux-x86_64 0.7.4 18.17 210.97 229.14 OK
r-release-linux-x86_64 0.7.4 18.09 209.15 227.24 OK
r-release-macos-arm64 0.7.4 OK
r-release-macos-x86_64 0.7.4 22.00 257.00 279.00 OK
r-release-windows-x86_64 0.7.4 21.00 232.00 253.00 OK
r-oldrel-macos-arm64 0.7.4 OK
r-oldrel-macos-x86_64 0.7.4 15.00 347.00 362.00 OK
r-oldrel-windows-x86_64 0.7.4 27.00 328.00 355.00 OK

Check Details

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.genetic > ### Title: Genetic algorithm with linear regression fitness evaluator for > ### 'tidyfit' > ### Aliases: .fit.genetic > > ### ** Examples > > # Load data > data <- tidyfit::Factor_Industry_Returns > > # Generally used inside 'regress' function > fit <- regress(data, Return ~ ., m("genetic", statistic = "BIC"), + .mask = c("Date", "Industry")) Error in m("genetic", statistic = "BIC") : Package 'gaselect' is required for method 'genetic'. Run install.packages('gaselect'). Calls: regress -> m Execution halted Flavor: r-devel-linux-x86_64-debian-gcc