CRAN Package Check Results for Package tidyfit

Last updated on 2026-07-16 01:56:57 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.4 19.61 201.82 221.43 ERROR
r-devel-linux-x86_64-debian-gcc 0.7.4 13.08 136.30 149.38 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.4 32.00 331.92 363.92 OK
r-devel-linux-x86_64-fedora-gcc 0.7.4 14.00 200.15 214.15 ERROR
r-devel-windows-x86_64 0.7.4 23.00 240.00 263.00 OK
r-patched-linux-x86_64 0.7.4 16.30 209.34 225.64 OK
r-release-linux-x86_64 0.7.4 17.62 188.77 206.39 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 21.00 198.00 219.00 ERROR
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 28.00 250.00 278.00 ERROR

Additional issues

noSuggests

Check Details

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 3.898 0.075 5.209 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: tests
Result: ERROR Running ‘testthat.R’ [22s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tidyfit) > > test_check("tidyfit") Attaching package: 'dplyr' The following object is masked from 'package:tidyfit': explain The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Saving _problems/test-glmm-20.R [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-glmm.R:20:3'): glm classification works ──────────────────────── <dplyr:::mutate_error/rlang_error/error/condition> Error in `mutate(out, term = gsub("`", "", .data$term))`: i In argument: `term = gsub("`", "", .data$term)`. Caused by error in `.data$term`: ! Column `term` not found in `.data`. [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] Error: ! Test failures. 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 `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: tests
Result: ERROR Running ‘testthat.R’ [39s/62s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tidyfit) > > test_check("tidyfit") Attaching package: 'dplyr' The following object is masked from 'package:tidyfit': explain The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Saving _problems/test-glmm-20.R [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-glmm.R:20:3'): glm classification works ──────────────────────── <dplyr:::mutate_error/rlang_error/error/condition> Error in `mutate(out, term = gsub("`", "", .data$term))`: i In argument: `term = gsub("`", "", .data$term)`. Caused by error in `.data$term`: ! Column `term` not found in `.data`. [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] Error: ! Test failures. 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 3.763 0.057 5.032 Flavor: r-release-linux-x86_64

Version: 0.7.4
Check: examples
Result: ERROR Running examples in 'tidyfit-Ex.R' failed The error most likely occurred in: > ### Name: .fit.glmm > ### Title: Generalized linear mixed-effects model for 'tidyfit' > ### Aliases: .fit.glmm > > ### ** Examples > > # Load data > data <- tidyfit::Factor_Industry_Returns > data$Return <- ifelse(data$Return > 0, 1, 0) > > # Estimate model with random effects > fit <- classify(data, Return ~ CMA + (CMA | Industry), logit = m("glmm"), + .mask = "Date") Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64

Version: 0.7.4
Check: tests
Result: ERROR Running 'testthat.R' [31s] Running the tests in 'tests/testthat.R' failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(tidyfit) > > test_check("tidyfit") Attaching package: 'dplyr' The following object is masked from 'package:tidyfit': explain The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Saving _problems/test-glmm-20.R [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-glmm.R:20:3'): glm classification works ──────────────────────── <dplyr:::mutate_error/rlang_error/error/condition> Error in `mutate(out, term = gsub("`", "", .data$term))`: i In argument: `term = gsub("`", "", .data$term)`. Caused by error in `.data$term`: ! Column `term` not found in `.data`. [ FAIL 1 | WARN 10 | SKIP 0 | PASS 181 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64