CRAN Package Check Results for Package explore

Last updated on 2025-12-11 05:49:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.6 10.72 255.59 266.31 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.6 6.86 180.27 187.13 ERROR
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 13.00 242.00 255.00 ERROR
r-patched-linux-x86_64 1.3.6 11.23 241.94 253.17 ERROR
r-release-linux-x86_64 1.3.6 8.75 239.44 248.19 ERROR
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 13.00 269.00 282.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 18.00 311.00 329.00 ERROR

Check Details

Version: 1.3.6
Check: examples
Result: ERROR Running examples in ‘explore-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

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, r-devel-windows-x86_64, r-oldrel-windows-x86_64

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

Version: 1.3.6
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'abtest.Rmd' using rmarkdown --- finished re-building 'abtest.Rmd' --- re-building 'clean-drop.Rmd' using rmarkdown --- finished re-building 'clean-drop.Rmd' --- re-building 'data.Rmd' using rmarkdown --- finished re-building 'data.Rmd' --- re-building 'describe.Rmd' using rmarkdown --- 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 --- finished re-building 'explore-mtcars.Rmd' --- re-building 'explore-penguins.Rmd' using rmarkdown --- finished re-building 'explore-penguins.Rmd' --- re-building 'explore-titanic.Rmd' using rmarkdown --- finished re-building 'explore-titanic.Rmd' --- re-building 'explore.Rmd' using rmarkdown --- finished re-building 'explore.Rmd' --- re-building 'predict.Rmd' using rmarkdown --- finished re-building 'predict.Rmd' --- re-building 'report-target.Rmd' using rmarkdown --- finished re-building 'report-target.Rmd' --- re-building 'report-targetpct.Rmd' using rmarkdown --- finished re-building 'report-targetpct.Rmd' --- re-building 'report.Rmd' using rmarkdown --- finished re-building 'report.Rmd' --- re-building 'tips-tricks.Rmd' using rmarkdown --- finished re-building 'tips-tricks.Rmd' SUMMARY: processing the following file failed: 'explain.Rmd' Error: Vignette re-building failed. Execution halted Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64

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.