Last updated on 2025-12-04 07:51:41 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| autostats | 2 | 11 | |
| framecleaner | 13 | ||
| presenter | 13 | ||
| tidybins | 9 | 4 | |
| validata | 2 | 11 |
Current CRAN status: ERROR: 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
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘autostats-Ex.R’ failed
The error most likely occurred in:
> ### Name: auto_variable_contributions
> ### Title: Plot Variable Contributions
> ### Aliases: auto_variable_contributions
>
> ### ** Examples
>
>
> iris %>%
+ framecleaner::create_dummies() %>%
+ auto_variable_contributions(
+ tidy_formula(., target = Petal.Width)
+ )
1 column(s) have become 3 dummy columns
Error in if (validate & xgb_obj != "multi:softprob") { :
argument is of length zero
Calls: %>% -> auto_variable_contributions
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.4.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘autostats.Rmd’ using rmarkdown
Quitting from autostats.Rmd:40-43 [unnamed-chunk-3]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (validate & xgb_obj != "multi:softprob") ...`:
! argument is of length zero
---
Backtrace:
▆
1. ├─iris %>% auto_variable_contributions(species_formula)
2. ├─autostats::auto_variable_contributions(., species_formula)
3. │ ├─base::suppressWarnings(...)
4. │ │ └─base::withCallingHandlers(...)
5. │ └─data %>% tidy_xgboost(formula, validate = FALSE)
6. └─autostats::tidy_xgboost(., formula, validate = FALSE)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'autostats.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘autostats.Rmd’
--- re-building ‘tidyXgboost.Rmd’ using rmarkdown
Quitting from tidyXgboost.Rmd:78-89 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `xgb$feature_names <- nms`:
! ALTLIST classes must provide a Set_elt method [class: XGBAltrepPointerClass, pkg: xgboost]
---
Backtrace:
▆
1. ├─xgb_tuned_fit_grid %>% visualize_model()
2. ├─autostats::visualize_model(.)
3. └─autostats:::visualize_model.xgb.Booster(.)
4. └─autostats:::plot_varimp_xgboost(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tidyXgboost.Rmd' failed with diagnostics:
ALTLIST classes must provide a Set_elt method [class: XGBAltrepPointerClass, pkg: xgboost]
--- failed re-building ‘tidyXgboost.Rmd’
SUMMARY: processing the following files failed:
‘autostats.Rmd’ ‘tidyXgboost.Rmd’
Error: Vignette re-building failed.
Execution halted
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: 9, OK: 4
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
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
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.