Last updated on 2025-11-06 05:50:35 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| autostats | 2 | 11 | |
| framecleaner | 13 | ||
| presenter | 13 | ||
| tidybins | 4 | 9 | |
| TidyConsultant | 2 | 2 | 9 |
| validata | 2 | 11 |
Current CRAN status: NOTE: 2, OK: 11
Version: 0.4.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Ckmeans.1d.dp’ ‘broom.mixed’ ‘igraph’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.1.2
Check: Rd files
Result: NOTE
checkRd: (-1) format_number.Rd:36: Lost braces in \itemize; meant \describe ?
checkRd: (-1) format_number.Rd:37: Lost braces in \itemize; meant \describe ?
checkRd: (-1) format_number.Rd:38: Lost braces in \itemize; meant \describe ?
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 4, OK: 9
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-gcc, r-patched-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
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
Version: 0.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘TidyConsultant.Rmd’ using rmarkdown
Quitting from TidyConsultant.Rmd:120-125 [unnamed-chunk-15]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NULL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'TidyConsultant.Rmd' failed with diagnostics:
ℹ In index: 1.
ℹ With name: charges.
Caused by error:
! Can't coerce from an integer to a string.
--- failed re-building ‘TidyConsultant.Rmd’
SUMMARY: processing the following file failed:
‘TidyConsultant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Ckmeans.1d.dp’ ‘autostats’ ‘badger’ ‘framecleaner’ ‘presenter’
‘tidybins’ ‘validata’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 2, OK: 11
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘BBmisc’ ‘badger’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc