Last updated on 2025-12-06 00:48:32 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 3.82 | 122.16 | 125.98 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 0.33 | 2.85 | 3.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 27.00 | 98.60 | 125.60 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 29.00 | 120.61 | 149.61 | ERROR | |
| r-devel-windows-x86_64 | 0.4.1 | 7.00 | 112.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 4.57 | 105.60 | 110.17 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 4.20 | 106.36 | 110.56 | OK | |
| r-release-macos-arm64 | 0.4.1 | OK | ||||
| r-release-macos-x86_64 | 0.4.1 | 3.00 | 84.00 | 87.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 8.00 | 109.00 | 117.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 3.00 | 93.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 9.00 | 139.00 | 148.00 | OK |
Version: 0.4.1
Check: package dependencies
Result: ERROR
Packages required but not available:
'rlist', 'jtools', 'recipes', 'tune', 'workflows', 'framecleaner',
'presenter', 'recosystem', 'Ckmeans.1d.dp'
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'flextable', 'glmnet', 'ggstance', 'ranger'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
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