CRAN Package Check Results for Package healthyR.ai

Last updated on 2025-04-19 09:49:34 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 16.30 176.78 193.08 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 9.43 120.64 130.07 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 322.85 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 323.75 ERROR
r-devel-windows-x86_64 0.1.0 19.00 229.00 248.00 OK
r-patched-linux-x86_64 0.1.0 19.26 173.91 193.17 ERROR
r-release-linux-x86_64 0.1.0 14.75 195.78 210.53 OK
r-release-macos-arm64 0.1.0 109.00 OK
r-release-macos-x86_64 0.1.0 207.00 OK
r-release-windows-x86_64 0.1.0 19.00 227.00 246.00 OK
r-oldrel-macos-arm64 0.1.0 75.00 OK
r-oldrel-macos-x86_64 0.1.0 168.00 OK
r-oldrel-windows-x86_64 0.1.0 26.00 283.00 309.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘healthyR.ai-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: hai_c50_data_prepper > ### Title: Prep Data for C5.0 - Recipe > ### Aliases: hai_c50_data_prepper > > ### ** Examples > > library(ggplot2) > > hai_c50_data_prepper(.data = Titanic, .recipe_formula = Survived ~ .) Error in `recipes::recipe()`: ! `data` must be a data frame, matrix, or sparse matrix, not a <table> object. Backtrace: ▆ 1. ├─healthyR.ai::hai_c50_data_prepper(...) 2. │ ├─recipes::recipe(.recipe_formula, data = .data) %>% ... 3. │ ├─recipes::recipe(.recipe_formula, data = .data) 4. │ └─recipes:::recipe.formula(.recipe_formula, data = .data) 5. │ └─cli::cli_abort("{.arg data} must be a data frame, matrix, or sparse matrix,\n not {.obj_type_friendly {data}}.") 6. │ └─rlang::abort(...) 7. └─recipes::step_string2factor(., tidyselect::vars_select_helpers$where(is.character)) 8. └─recipes::add_step(...) Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘healthyR.ai-Ex.R’ failed The error most likely occurred in: > ### Name: hai_c50_data_prepper > ### Title: Prep Data for C5.0 - Recipe > ### Aliases: hai_c50_data_prepper > > ### ** Examples > > library(ggplot2) > > hai_c50_data_prepper(.data = Titanic, .recipe_formula = Survived ~ .) Error in `recipes::recipe()`: ! `data` must be a data frame, matrix, or sparse matrix, not a <table> object. Backtrace: ▆ 1. ├─healthyR.ai::hai_c50_data_prepper(...) 2. │ ├─recipes::recipe(.recipe_formula, data = .data) %>% ... 3. │ ├─recipes::recipe(.recipe_formula, data = .data) 4. │ └─recipes:::recipe.formula(.recipe_formula, data = .data) 5. │ └─cli::cli_abort("{.arg data} must be a data frame, matrix, or sparse matrix,\n not {.obj_type_friendly {data}}.") 6. │ └─rlang::abort(...) 7. └─recipes::step_string2factor(., tidyselect::vars_select_helpers$where(is.character)) 8. └─recipes::add_step(...) Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc