Last updated on 2025-12-13 07:49:44 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4 | 9.54 | 76.15 | 85.69 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.4 | 5.94 | 54.81 | 60.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4 | 15.00 | 119.81 | 134.81 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.4 | 15.00 | 116.73 | 131.73 | ERROR | |
| r-devel-windows-x86_64 | 1.4 | 10.00 | 86.00 | 96.00 | ERROR | |
| r-patched-linux-x86_64 | 1.4 | 9.23 | 70.86 | 80.09 | ERROR | |
| r-release-linux-x86_64 | 1.4 | 7.94 | 71.14 | 79.08 | ERROR | |
| r-release-macos-arm64 | 1.4 | OK | ||||
| r-release-macos-x86_64 | 1.4 | 6.00 | 63.00 | 69.00 | OK | |
| r-release-windows-x86_64 | 1.4 | 11.00 | 90.00 | 101.00 | OK | |
| r-oldrel-macos-arm64 | 1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 1.4 | 6.00 | 50.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4 | 14.00 | 101.00 | 115.00 | ERROR |
Version: 1.4
Check: examples
Result: ERROR
Running examples in ‘inTrees-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: XGB2List
> ### Title: Transform an xgboost object to a list of trees
> ### Aliases: XGB2List
> ### Keywords: xgboost
>
> ### ** Examples
>
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
> library(xgboost)
> # test data set 1: iris
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> model_mat <- model.matrix(~. -1, data=X)
> xgb <- xgboost(model_mat, label = as.numeric(Y) - 1, nrounds = 20,
+ objective = "multi:softprob", num_class = 3 )
Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), :
Passed unrecognized parameters: num_class. This warning will become an error in a future version.
Warning in throw_err_or_depr_msg("Parameter '", match_old, "' has been renamed to '", :
Parameter 'label' has been renamed to 'y'. This warning will become an error in a future version.
Error in process.y.margin.and.objective(y, base_margin, objective, params) :
Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: multi:softprob
Calls: xgboost -> process.y.margin.and.objective
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.4
Check: examples
Result: ERROR
Running examples in ‘inTrees-Ex.R’ failed
The error most likely occurred in:
> ### Name: XGB2List
> ### Title: Transform an xgboost object to a list of trees
> ### Aliases: XGB2List
> ### Keywords: xgboost
>
> ### ** Examples
>
> library(data.table)
Attaching package: ‘data.table’
The following object is masked from ‘package:base’:
%notin%
> library(xgboost)
> # test data set 1: iris
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> model_mat <- model.matrix(~. -1, data=X)
> xgb <- xgboost(model_mat, label = as.numeric(Y) - 1, nrounds = 20,
+ objective = "multi:softprob", num_class = 3 )
Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), :
Passed unrecognized parameters: num_class. This warning will become an error in a future version.
Warning in throw_err_or_depr_msg("Parameter '", match_old, "' has been renamed to '", :
Parameter 'label' has been renamed to 'y'. This warning will become an error in a future version.
Error in process.y.margin.and.objective(y, base_margin, objective, params) :
Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: multi:softprob
Calls: xgboost -> process.y.margin.and.objective
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.4
Check: examples
Result: ERROR
Running examples in ‘inTrees-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: XGB2List
> ### Title: Transform an xgboost object to a list of trees
> ### Aliases: XGB2List
> ### Keywords: xgboost
>
> ### ** Examples
>
> library(data.table)
> library(xgboost)
> # test data set 1: iris
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> model_mat <- model.matrix(~. -1, data=X)
> xgb <- xgboost(model_mat, label = as.numeric(Y) - 1, nrounds = 20,
+ objective = "multi:softprob", num_class = 3 )
Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), :
Passed unrecognized parameters: num_class. This warning will become an error in a future version.
Warning in throw_err_or_depr_msg("Parameter '", match_old, "' has been renamed to '", :
Parameter 'label' has been renamed to 'y'. This warning will become an error in a future version.
Error in process.y.margin.and.objective(y, base_margin, objective, params) :
Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: multi:softprob
Calls: xgboost -> process.y.margin.and.objective
Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.4
Check: examples
Result: ERROR
Running examples in 'inTrees-Ex.R' failed
The error most likely occurred in:
> ### Name: XGB2List
> ### Title: Transform an xgboost object to a list of trees
> ### Aliases: XGB2List
> ### Keywords: xgboost
>
> ### ** Examples
>
> library(data.table)
> library(xgboost)
> # test data set 1: iris
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> X <- within(iris,rm("Species")); Y <- iris[,"Species"]
> model_mat <- model.matrix(~. -1, data=X)
> xgb <- xgboost(model_mat, label = as.numeric(Y) - 1, nrounds = 20,
+ objective = "multi:softprob", num_class = 3 )
Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), :
Passed unrecognized parameters: num_class. This warning will become an error in a future version.
Warning in throw_err_or_depr_msg("Parameter '", match_old, "' has been renamed to '", :
Parameter 'label' has been renamed to 'y'. This warning will become an error in a future version.
Error in process.y.margin.and.objective(y, base_margin, objective, params) :
Got numeric 'y' - supported objectives for this data are: reg:squarederror, reg:squaredlogerror, reg:logistic, reg:pseudohubererror, reg:absoluteerror, reg:quantileerror, count:poisson, reg:gamma, reg:tweedie. Was passed: multi:softprob
Calls: xgboost -> process.y.margin.and.objective
Execution halted
Flavor: 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.