Last updated on 2025-12-04 09:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 16.99 | 138.10 | 155.09 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 13.08 | 94.44 | 107.52 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 93.00 | 142.52 | 235.52 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 122.00 | 105.25 | 227.25 | ERROR | |
| r-devel-windows-x86_64 | 1.0.0 | 19.00 | 118.00 | 137.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 15.84 | 124.60 | 140.44 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 16.61 | 125.44 | 142.05 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 23.00 | 116.00 | 139.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 19.00 | 144.00 | 163.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 27.00 | 144.00 | 171.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 25.00 | 162.00 | 187.00 | OK |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘SHAPBoost-Ex.R’ failed
The error most likely occurred in:
> ### Name: SHAPBoostEstimator-class
> ### Title: SHAPBoostEstimator Class
> ### Aliases: SHAPBoostEstimator-class SHAPBoostEstimator
>
> ### ** Examples
>
> if (requireNamespace("flare", quietly = TRUE)) {
+ data("eyedata", package = "flare")
+ shapboost <- SHAPBoostRegressor$new(
+ max_number_of_features = 1,
+ evaluator = "lr",
+ metric = "mae",
+ siso_ranking_size = 10,
+ verbose = 0
+ )
+ X <- as.data.frame(x)
+ y <- as.data.frame(y)
+ subset <- shapboost$fit(X, y)
+ }
Iteration:1
Selected variables:
Error in .internal.setinfo.xgb.DMatrix(object, name, info) :
[11:04:28] xgboost_R.cc:167: Array or matrix has unsupported type.
Stack trace:
[bt] (0) /data/gannet/ripley/R/test-clang/xgboost/libs/xgboost.so(+0x13b82) [0x7f7140413b82]
[bt] (1) /data/gannet/ripley/R/test-clang/xgboost/libs/xgboost.so(+0xbbfe) [0x7f714040bbfe]
[bt] (2) /data/gannet/ripley/R/test-clang/xgboost/libs/xgboost.so(XGDMatrixSetInfo_R+0x55) [0x7f714040b9b5]
[bt] (3) /data/gannet/ripley/R/R-clang/bin/exec/R(+0x8e6f3) [0x557bb0f8b6f3]
[bt] (4) /data/gannet/ripley/R/R-clang/bin/exec/R(+
Calls: <Anonymous> ... setinfo.xgb.DMatrix -> .internal.setinfo.xgb.DMatrix
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘SHAPBoost-Ex.R’ failed
The error most likely occurred in:
> ### Name: SHAPBoostEstimator-class
> ### Title: SHAPBoostEstimator Class
> ### Aliases: SHAPBoostEstimator-class SHAPBoostEstimator
>
> ### ** Examples
>
> if (requireNamespace("flare", quietly = TRUE)) {
+ data("eyedata", package = "flare")
+ shapboost <- SHAPBoostRegressor$new(
+ max_number_of_features = 1,
+ evaluator = "lr",
+ metric = "mae",
+ siso_ranking_size = 10,
+ verbose = 0
+ )
+ X <- as.data.frame(x)
+ y <- as.data.frame(y)
+ subset <- shapboost$fit(X, y)
+ }
Iteration:1
Selected variables:
Error in .internal.setinfo.xgb.DMatrix(object, name, info) :
[11:57:01] xgboost_R.cc:167: Array or matrix has unsupported type.
Stack trace:
[bt] (0) /data/gannet/ripley/R/test-dev/xgboost/libs/xgboost.so(+0x4e866) [0x7f59a6e4e866]
[bt] (1) /data/gannet/ripley/R/test-dev/xgboost/libs/xgboost.so(+0x431d0) [0x7f59a6e431d0]
[bt] (2) /data/gannet/ripley/R/test-dev/xgboost/libs/xgboost.so(XGDMatrixSetInfo_R+0x6f) [0x7f59a6e43b6f]
[bt] (3) /data/gannet/ripley/R/R-devel/bin/exec/R() [0x4a1a19]
[bt] (4) /data/gannet/ripley/R/R-devel/bin/exec/R() [0x4e6165]
[bt]
Calls: <Anonymous> ... setinfo.xgb.DMatrix -> .internal.setinfo.xgb.DMatrix
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc