Last updated on 2025-12-03 20:49:55 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 | 2.78 | 80.20 | 82.98 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 21.00 | 102.39 | 123.39 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 38.00 | 118.65 | 156.65 | ERROR | |
| r-devel-windows-x86_64 | 0.4.1 | 7.00 | 112.00 | 119.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 2.81 | 104.75 | 107.56 | 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 | 7.00 | 112.00 | 119.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 | 143.00 | 152.00 | OK |
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