CRAN Package Check Results for Package spFSR

Last updated on 2025-12-28 01:48:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.4 11.32 111.47 122.79 OK
r-devel-linux-x86_64-debian-gcc 2.0.4 9.18 80.84 90.02 OK
r-devel-linux-x86_64-fedora-clang 2.0.4 21.00 180.78 201.78 OK
r-devel-linux-x86_64-fedora-gcc 2.0.4 22.00 183.91 205.91 OK
r-devel-windows-x86_64 2.0.4 14.00 112.00 126.00 ERROR
r-patched-linux-x86_64 2.0.4 11.49 103.41 114.90 OK
r-release-linux-x86_64 2.0.4 11.73 103.49 115.22 OK
r-release-macos-arm64 2.0.4 OK
r-release-macos-x86_64 2.0.4 8.00 87.00 95.00 OK
r-release-windows-x86_64 2.0.4 14.00 112.00 126.00 OK
r-oldrel-macos-arm64 2.0.4 OK
r-oldrel-macos-x86_64 2.0.4 8.00 85.00 93.00 OK
r-oldrel-windows-x86_64 2.0.4 18.00 140.00 158.00 OK

Check Details

Version: 2.0.4
Check: examples
Result: ERROR Running examples in 'spFSR-Ex.R' failed The error most likely occurred in: > ### Name: spFeatureSelection > ### Title: SPSA-FSR for Feature Selection and Ranking > ### Aliases: spFeatureSelection > > ### ** Examples > > library(mlr3) # load the mlr3 package > library(mlr3learners) # load the mlr3learners package > > task <- tsk('iris') # define task > wrapper <- lrn('classif.rpart') # define wrapper > measure <- msr('classif.acc') > > # run spsa > spsaMod <- spFeatureSelection( task = task, + wrapper = wrapper, + scoring = measure, + num.features.selected = 3, + n.jobs = 1, + iters.max = 2, + num.grad.avg = 1) spfs begins: Wrapper: classif.rpart Hot start: TRUE Hot start range: 0.2 Feature Weighting: FALSE Scoring: classif.acc Number of Jobs: 1 Number of observations in the dataset: 150 Number of observations used: 150 Number of features avaliable: 4 Number of selected features: 3 iter value st.dev num.ft best.value Error in `[.data.table`(data, , `:=`("task_hash", task[[1L]]$hash), by = "uhash") : attempt access index 9/9 in VECTOR_ELT Calls: spFeatureSelection ... initialize -> .__ResultData__initialize -> [ -> [.data.table Execution halted Flavor: r-devel-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.