Last updated on 2025-11-19 03:50:05 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 2.64 | 36.75 | 39.39 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 1.41 | 28.58 | 29.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 58.74 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 69.76 | ERROR | |||
| r-devel-windows-x86_64 | 0.1.1 | 7.00 | 61.00 | 68.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.1 | 2.66 | 33.02 | 35.68 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 2.67 | 32.74 | 35.41 | ERROR | |
| 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 | 5.00 | 59.00 | 64.00 | ERROR | |
| 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 | 8.00 | 66.00 | 74.00 | ERROR |
Version: 0.1.1
Check: examples
Result: 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
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.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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.