Last updated on 2025-12-03 18:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 23.66 | 201.04 | 224.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 16.44 | 145.99 | 162.43 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 133.00 | 246.12 | 379.12 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 193.00 | 190.85 | 383.85 | ERROR | |
| r-devel-windows-x86_64 | 0.1.1 | 25.00 | 180.00 | 205.00 | OK | |
| r-patched-linux-x86_64 | 0.1.1 | 25.39 | 195.82 | 221.21 | OK | |
| r-release-linux-x86_64 | 0.1.1 | 22.91 | 194.76 | 217.67 | OK | |
| r-release-macos-arm64 | 0.1.1 | OK | ||||
| r-release-macos-x86_64 | 0.1.1 | 32.00 | 203.00 | 235.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 26.00 | 179.00 | 205.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.1 | 34.00 | 205.00 | 239.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 35.00 | 241.00 | 276.00 | OK |
Version: 0.1.1
Check: examples
Result: ERROR
Running examples in ‘PoweREST-Ex.R’ failed
The error most likely occurred in:
> ### Name: fit_XGBoost
> ### Title: Fit with XGBoost
> ### Aliases: fit_XGBoost
>
> ### ** Examples
>
> data(power_example)
> # Fit the local power surface of avg_log2FC_abs between 1 and 2
> avg_log2FC_abs_1_2<-dplyr::filter(power_example,avg_log2FC_abs>1 & avg_log2FC_abs<2)
> # Fit the model
> bst<-fit_XGBoost(power_example$power,avg_log2FC=power_example$avg_log2FC_abs,
+ avg_PCT=power_example$mean_pct,replicates=power_example$sample_size)
Warning in throw_err_or_depr_msg("Passed unrecognized parameters: ", paste(head(names_unrecognized), :
Passed unrecognized parameters: max.depth, verbose. 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 'data' has been renamed to 'x'. 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 'eta' has been renamed to 'learning_rate'. This warning will become an error in a future version.
Error in xgboost::xgboost(data = dtrain, max.depth = max.depth, eta = eta, :
argument "y" is missing, with no default
Calls: fit_XGBoost ... <Anonymous> -> process.y.margin.and.objective -> NROW
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc