Last updated on 2025-11-05 01:51:19 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.84 | 39.54 | 42.38 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.83 | 30.43 | 32.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 59.55 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 69.60 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.1 | 5.00 | 62.00 | 67.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 2.74 | 36.46 | 39.20 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 2.64 | 36.34 | 38.98 | OK | |
| r-release-macos-arm64 | 0.1.1 | 1.00 | 26.00 | 27.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 2.00 | 46.00 | 48.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 6.00 | 62.00 | 68.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 1.00 | 29.00 | 30.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 3.00 | 63.00 | 66.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 7.00 | 70.00 | 77.00 | OK |
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘badger’ ‘ggplot2’ ‘lubridate’ ‘scales’ ‘xgboost’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.1
Check: examples
Result: 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc