- using R Under development (unstable) (2025-11-05 r88988)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (7)
Debian flang-new version 19.1.7 (7)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘tidybins/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘tidybins’ version ‘0.1.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/1s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘tidybins’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/6s] OK
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [4s/5s] ERROR
Running examples in ‘tidybins-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bin_cols
> ### Title: Bin Cols
> ### Aliases: bin_cols
>
> ### ** Examples
>
>
> iris %>%
+ bin_cols(Sepal.Width, n_bins = 5, pretty_labels = TRUE) %>%
+ bin_cols(Petal.Width, n_bins = 3, bin_type = c("width", "kmeans")) %>%
+ bin_cols(Sepal.Width, bin_type = "xgboost", target = Species, seed = 1) -> iris1
Error in `purrr::map_chr()`:
ℹ In index: 1.
ℹ With name: Sepal.Width.
Caused by error:
! Can't coerce from an integer to a string.
Backtrace:
▆
1. ├─... %>% ...
2. ├─tidybins::bin_cols(...)
3. │ └─.data %>% ...
4. ├─framecleaner::select_otherwise(...)
5. │ └─tidyselect::eval_select(.dots, data = .data)
6. │ └─tidyselect::tidyselect_data_has_predicates(data)
7. ├─tidybins::bin_cols(...)
8. │ └─.data %>% ...
9. ├─framecleaner::select_otherwise(...)
10. │ └─tidyselect::eval_select(.dots, data = .data)
11. │ └─tidyselect::tidyselect_data_has_predicates(data)
12. ├─tidybins::bin_cols(., Sepal.Width, n_bins = 5, pretty_labels = TRUE)
13. │ └─tidybins:::oner_wrapper(...)
14. │ └─bin_df %>% rename_bin_lens(abbv = abbv, cols = tidyselect::everything())
15. ├─tidybins:::rename_bin_lens(., abbv = abbv, cols = tidyselect::everything())
16. │ └─... %>% stringr::str_c("_", abbv, .)
17. ├─stringr::str_c("_", abbv, .)
18. ├─purrr::map_chr(., 1)
19. │ └─purrr:::map_("character", .x, .f, ..., .progress = .progress)
20. │ ├─purrr:::with_indexed_errors(...)
21. │ │ └─base::withCallingHandlers(...)
22. │ └─purrr:::call_with_cleanup(...)
23. └─base::.handleSimpleError(...)
24. └─purrr (local) h(simpleError(msg, call))
25. └─cli::cli_abort(...)
26. └─rlang::abort(...)
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [3s/5s] OK
- checking PDF version of manual ... [7s/8s] OK
- checking HTML version of manual ... [0s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR