CRAN Package Check Results for Package explore

Last updated on 2025-12-04 09:49:53 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.6 11.33 282.50 293.83 OK
r-devel-linux-x86_64-debian-gcc 1.3.6 6.71 205.33 212.04 OK
r-devel-linux-x86_64-fedora-clang 1.3.6 63.00 380.78 443.78 ERROR
r-devel-linux-x86_64-fedora-gcc 1.3.6 76.00 373.63 449.63 ERROR
r-devel-windows-x86_64 1.3.6 12.00 268.00 280.00 OK
r-patched-linux-x86_64 1.3.6 12.31 265.24 277.55 OK
r-release-linux-x86_64 1.3.6 11.32 266.58 277.90 OK
r-release-macos-arm64 1.3.6 OK
r-release-macos-x86_64 1.3.6 11.00 311.00 322.00 OK
r-release-windows-x86_64 1.3.6 12.00 267.00 279.00 OK
r-oldrel-macos-arm64 1.3.6 OK
r-oldrel-macos-x86_64 1.3.6 13.00 269.00 282.00 OK
r-oldrel-windows-x86_64 1.3.6 19.00 351.00 370.00 OK

Check Details

Version: 1.3.6
Check: examples
Result: ERROR Running examples in ‘explore-Ex.R’ failed The error most likely occurred in: > ### Name: explain_xgboost > ### Title: Explain a binary target using xgboost > ### Aliases: explain_xgboost > > ### ** Examples > > data <- use_data_iris() > data$is_versicolor <- ifelse(data$Species == "versicolor", 1, 0) > data$Species <- NULL > explain_xgboost(data, target = is_versicolor, log = FALSE) Warning in check.deprecation(deprecated_cv_params, match.call(), ...) : Passed invalid function arguments: eval_metric, nthread. These should be passed as a list to argument 'params'. Conversion from argument to 'params' entry will be done automatically, but this behavior will become an error in a future version. Warning in check.custom.obj(params, objective) : Argument 'objective' is only for custom objectives. For built-in objectives, pass the objective under 'params'. This warning will become an error in a future version. Error in all_nrounds[k] <- cv$best_iteration : replacement has length zero Calls: explain_xgboost Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 1.3.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘abtest.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘abtest.Rmd’ --- re-building ‘clean-drop.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘clean-drop.Rmd’ --- re-building ‘data.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘data.Rmd’ --- re-building ‘describe.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘describe.Rmd’ --- re-building ‘explain.Rmd’ using rmarkdown Quitting from explain.Rmd:65-69 [unnamed-chunk-6] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `all_nrounds[k] <- cv$best_iteration`: ! replacement has length zero --- Backtrace: ▆ 1. └─explore::explain_xgboost(data %>% drop_var_not_numeric(), target = buy) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'explain.Rmd' failed with diagnostics: replacement has length zero --- failed re-building ‘explain.Rmd’ --- re-building ‘explore-mtcars.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘explore-mtcars.Rmd’ --- re-building ‘explore-penguins.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘explore-penguins.Rmd’ --- re-building ‘explore-titanic.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘explore-titanic.Rmd’ --- re-building ‘explore.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘explore.Rmd’ --- re-building ‘predict.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘predict.Rmd’ --- re-building ‘report-target.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘report-target.Rmd’ --- re-building ‘report-targetpct.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘report-targetpct.Rmd’ --- re-building ‘report.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘report.Rmd’ --- re-building ‘tips-tricks.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘tips-tricks.Rmd’ SUMMARY: processing the following file failed: ‘explain.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc