* using log directory 'd:/Rcompile/CRANpkg/local/4.5/tidybins.Rcheck' * using R version 4.5.2 (2025-10-31 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * 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 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 hidden files and directories ... OK * checking for portable file names ... OK * checking whether package 'tidybins' can be installed ... OK * checking installed package size ... OK * checking package directory ... 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] OK * checking whether the package can be loaded with stated dependencies ... [0s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [0s] OK * checking loading without being on the library search path ... [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 ... [2s] OK * checking Rd files ... [0s] OK * checking Rd metadata ... 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 ... [3s] ERROR Running examples in 'tidybins-Ex.R' failed The error most likely occurred in: > ### 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] OK * checking PDF version of manual ... [25s] OK * checking HTML version of manual ... [2s] OK * DONE Status: 1 ERROR