Last updated on 2025-06-20 12:49:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2025.3.30 | 5.72 | 65.87 | 71.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2025.3.30 | 2.59 | 49.71 | 52.30 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2025.3.30 | 113.67 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2025.3.30 | 128.71 | ERROR | |||
r-devel-windows-x86_64 | 2025.3.30 | 6.00 | 249.00 | 255.00 | ERROR | |
r-patched-linux-x86_64 | 2025.3.30 | 4.72 | 261.23 | 265.95 | OK | |
r-release-linux-x86_64 | 2025.3.30 | 3.74 | 261.28 | 265.02 | OK | |
r-release-macos-arm64 | 2025.3.30 | 124.00 | OK | |||
r-release-macos-x86_64 | 2025.3.30 | 236.00 | OK | |||
r-release-windows-x86_64 | 2025.3.30 | 6.00 | 259.00 | 265.00 | OK | |
r-oldrel-macos-arm64 | 2025.3.30 | 128.00 | OK | |||
r-oldrel-macos-x86_64 | 2025.3.30 | 263.00 | OK | |||
r-oldrel-windows-x86_64 | 2025.3.30 | 7.00 | 370.00 | 377.00 | OK |
Version: 2025.3.30
Check: examples
Result: ERROR
Running examples in ‘mlr3resampling-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pvalue
> ### Title: P-values for comparing Same/Other/All training
> ### Aliases: pvalue
>
> ### ** Examples
>
>
> N <- 80
> library(data.table)
> set.seed(1)
> reg.dt <- data.table(
+ x=runif(N, -2, 2),
+ person=rep(1:2, each=0.5*N))
> reg.pattern.list <- list(
+ easy=function(x, person)x^2,
+ impossible=function(x, person)(x^2)*(-1)^person)
> SOAK <- mlr3resampling::ResamplingSameOtherSizesCV$new()
> reg.task.list <- list()
> for(pattern in names(reg.pattern.list)){
+ f <- reg.pattern.list[[pattern]]
+ yname <- paste0("y_",pattern)
+ reg.dt[, (yname) := f(x,person)+rnorm(N, sd=0.5)][]
+ task.dt <- reg.dt[, c("x","person",yname), with=FALSE]
+ task.obj <- mlr3::TaskRegr$new(
+ pattern, task.dt, target=yname)
+ task.obj$col_roles$stratum <- "person"
+ task.obj$col_roles$subset <- "person"
+ reg.task.list[[pattern]] <- task.obj
+ }
> reg.learner.list <- list(
+ mlr3::LearnerRegrFeatureless$new())
> if(requireNamespace("rpart")){
+ reg.learner.list$rpart <- mlr3::LearnerRegrRpart$new()
+ }
Loading required namespace: rpart
> (bench.grid <- mlr3::benchmark_grid(
+ reg.task.list,
+ reg.learner.list,
+ SOAK))
task learner resampling
<char> <char> <char>
1: easy regr.featureless same_other_sizes_cv
2: easy regr.rpart same_other_sizes_cv
3: impossible regr.featureless same_other_sizes_cv
4: impossible regr.rpart same_other_sizes_cv
> bench.result <- mlr3::benchmark(bench.grid)
Error in if (resampling$task_row_hash != task$row_hash) { :
argument is of length zero
Calls: <Anonymous> -> pmap_dtr -> mapply_list -> .mapply -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2025.3.30
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘Newer_resamplers.Rmd’ using knitr
** Processing: figure/simulationScatter-1.png
432x432 pixels, 8 bits/pixel, 254 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 4572 bytes
Input file size = 5424 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 4060
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 4060
Output IDAT size = 4060 bytes (512 bytes decrease)
Output file size = 4138 bytes (1286 bytes = 23.71% decrease)
Quitting from Newer_resamplers.Rmd:109-126 [SameOtherCV]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (resampling$task_row_hash != task$row_hash) ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─mlr3::benchmark(same.other.grid, store_models = TRUE)
2. └─mlr3misc::pmap_dtr(...)
3. └─mlr3misc:::mapply_list(.f, .x, list(...))
4. └─base::.mapply(.f, .dots, .args)
5. └─mlr3 (local) `<fn>`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Newer_resamplers.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘Newer_resamplers.Rmd’
--- re-building ‘Older_resamplers.Rmd’ using knitr
** Processing: figure/unnamed-chunk-3-1.png
432x432 pixels, 8 bits/pixel, 245 colors in palette
Reducing image to 8 bits/pixel, grayscale
Input IDAT size = 19674 bytes
Input file size = 20523 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18124
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 18124
Output IDAT size = 18124 bytes (1550 bytes decrease)
Output file size = 18202 bytes (2321 bytes = 11.31% decrease)
Quitting from Older_resamplers.Rmd:160-167 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (resampling$task_row_hash != task$row_hash) ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─mlr3::benchmark(reg.bench.grid, store_models = TRUE)
2. └─mlr3misc::pmap_dtr(...)
3. └─mlr3misc:::mapply_list(.f, .x, list(...))
4. └─base::.mapply(.f, .dots, .args)
5. └─mlr3 (local) `<fn>`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Older_resamplers.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘Older_resamplers.Rmd’
SUMMARY: processing the following files failed:
‘Newer_resamplers.Rmd’ ‘Older_resamplers.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2025.3.30
Check: examples
Result: ERROR
Running examples in ‘mlr3resampling-Ex.R’ failed
The error most likely occurred in:
> ### Name: pvalue
> ### Title: P-values for comparing Same/Other/All training
> ### Aliases: pvalue
>
> ### ** Examples
>
>
> N <- 80
> library(data.table)
> set.seed(1)
> reg.dt <- data.table(
+ x=runif(N, -2, 2),
+ person=rep(1:2, each=0.5*N))
> reg.pattern.list <- list(
+ easy=function(x, person)x^2,
+ impossible=function(x, person)(x^2)*(-1)^person)
> SOAK <- mlr3resampling::ResamplingSameOtherSizesCV$new()
> reg.task.list <- list()
> for(pattern in names(reg.pattern.list)){
+ f <- reg.pattern.list[[pattern]]
+ yname <- paste0("y_",pattern)
+ reg.dt[, (yname) := f(x,person)+rnorm(N, sd=0.5)][]
+ task.dt <- reg.dt[, c("x","person",yname), with=FALSE]
+ task.obj <- mlr3::TaskRegr$new(
+ pattern, task.dt, target=yname)
+ task.obj$col_roles$stratum <- "person"
+ task.obj$col_roles$subset <- "person"
+ reg.task.list[[pattern]] <- task.obj
+ }
> reg.learner.list <- list(
+ mlr3::LearnerRegrFeatureless$new())
> if(requireNamespace("rpart")){
+ reg.learner.list$rpart <- mlr3::LearnerRegrRpart$new()
+ }
Loading required namespace: rpart
> (bench.grid <- mlr3::benchmark_grid(
+ reg.task.list,
+ reg.learner.list,
+ SOAK))
task learner resampling
<char> <char> <char>
1: easy regr.featureless same_other_sizes_cv
2: easy regr.rpart same_other_sizes_cv
3: impossible regr.featureless same_other_sizes_cv
4: impossible regr.rpart same_other_sizes_cv
> bench.result <- mlr3::benchmark(bench.grid)
Error in if (resampling$task_row_hash != task$row_hash) { :
argument is of length zero
Calls: <Anonymous> -> pmap_dtr -> mapply_list -> .mapply -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 2025.3.30
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Newer_resamplers.Rmd’ using knitr
Quitting from Newer_resamplers.Rmd:109-126 [SameOtherCV]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (resampling$task_row_hash != task$row_hash) ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─mlr3::benchmark(same.other.grid, store_models = TRUE)
2. └─mlr3misc::pmap_dtr(...)
3. └─mlr3misc:::mapply_list(.f, .x, list(...))
4. └─base::.mapply(.f, .dots, .args)
5. └─mlr3 (local) `<fn>`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Newer_resamplers.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘Newer_resamplers.Rmd’
--- re-building ‘Older_resamplers.Rmd’ using knitr
Quitting from Older_resamplers.Rmd:160-167 [unnamed-chunk-7]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `if (resampling$task_row_hash != task$row_hash) ...`:
! argument is of length zero
---
Backtrace:
▆
1. └─mlr3::benchmark(reg.bench.grid, store_models = TRUE)
2. └─mlr3misc::pmap_dtr(...)
3. └─mlr3misc:::mapply_list(.f, .x, list(...))
4. └─base::.mapply(.f, .dots, .args)
5. └─mlr3 (local) `<fn>`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'Older_resamplers.Rmd' failed with diagnostics:
argument is of length zero
--- failed re-building ‘Older_resamplers.Rmd’
SUMMARY: processing the following files failed:
‘Newer_resamplers.Rmd’ ‘Older_resamplers.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64