Last updated on 2025-04-25 18:50:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 16.74 | 178.85 | 195.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 10.17 | 120.68 | 130.85 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.1 | 393.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 393.35 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 18.00 | 182.00 | 200.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.0 | 17.62 | 166.10 | 183.72 | ERROR | |
r-release-linux-x86_64 | 0.1.0 | 17.54 | 160.24 | 177.78 | ERROR | |
r-release-macos-arm64 | 0.1.1 | 82.00 | OK | |||
r-release-macos-x86_64 | 0.1.1 | 191.00 | OK | |||
r-release-windows-x86_64 | 0.1.1 | 19.00 | 224.00 | 243.00 | OK | |
r-oldrel-macos-arm64 | 0.1.1 | 96.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.1 | 175.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.1 | 24.00 | 273.00 | 297.00 | OK |
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, r-release-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
Flavor: r-devel-windows-x86_64