Last updated on 2026-06-23 13:53:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.9.2 | 48.37 | 337.59 | 385.96 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 3.9.2 | 34.88 | 230.28 | 265.16 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.9.2 | 97.00 | 637.40 | 734.40 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 3.9.2 | 85.00 | 593.76 | 678.76 | ERROR | |
| r-devel-windows-x86_64 | 3.9.2 | 56.00 | 309.00 | 365.00 | ERROR | |
| r-patched-linux-x86_64 | 3.9.2 | 53.16 | 313.08 | 366.24 | ERROR | |
| r-release-linux-x86_64 | 3.9.2 | 49.57 | 324.66 | 374.23 | OK | |
| r-release-macos-arm64 | 3.9.2 | 12.00 | 76.00 | 88.00 | OK | |
| r-release-macos-x86_64 | 3.9.2 | 35.00 | 320.00 | 355.00 | OK | |
| r-release-windows-x86_64 | 3.9.2 | 57.00 | 329.00 | 386.00 | OK | |
| r-oldrel-macos-arm64 | 3.9.2 | 13.00 | 87.00 | 100.00 | OK | |
| r-oldrel-macos-x86_64 | 3.9.2 | 36.00 | 423.00 | 459.00 | OK | |
| r-oldrel-windows-x86_64 | 3.9.2 | 82.00 | 444.00 | 526.00 | OK |
Version: 3.9.2
Check: examples
Result: ERROR
Running examples in ‘MachineShop-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TunedInput
> ### Title: Tuned Model Inputs
> ### Aliases: TunedInput TunedModelRecipe TunedInput.recipe
>
> ### ** Examples
>
> library(recipes)
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Attaching package: ‘recipes’
The following object is masked from ‘package:stats’:
step
> data(Boston, package = "MASS")
>
> rec <- recipe(medv ~ ., data = Boston) %>%
+ step_pca(all_numeric_predictors(), id = "pca")
>
> grid <- expand_steps(
+ pca = list(num_comp = 1:2)
+ )
>
> fit(TunedInput(rec, grid = grid), model = GLMModel)
Error in .fit_optim(object, ...) : Resampling failed for all models.
ModelRecipe.1: $ operator not defined for this S4 class
ModelRecipe.2: $ operator not defined for this S4 class
Calls: fit ... tryCatchOne -> <Anonymous> -> throw -> .throw -> .throw.error
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
CForestModel 5.980 0.184 7.908
SelectedInput 5.107 0.083 5.840
Flavor: r-devel-linux-x86_64-debian-clang
Version: 3.9.2
Check: examples
Result: ERROR
Running examples in ‘MachineShop-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TunedInput
> ### Title: Tuned Model Inputs
> ### Aliases: TunedInput TunedModelRecipe TunedInput.recipe
>
> ### ** Examples
>
> library(recipes)
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Attaching package: ‘recipes’
The following object is masked from ‘package:stats’:
step
> data(Boston, package = "MASS")
>
> rec <- recipe(medv ~ ., data = Boston) %>%
+ step_pca(all_numeric_predictors(), id = "pca")
>
> grid <- expand_steps(
+ pca = list(num_comp = 1:2)
+ )
>
> fit(TunedInput(rec, grid = grid), model = GLMModel)
Error in .fit_optim(object, ...) : Resampling failed for all models.
ModelRecipe.1: $ operator not defined for this S4 class
ModelRecipe.2: $ operator not defined for this S4 class
Calls: fit ... tryCatchOne -> <Anonymous> -> throw -> .throw -> .throw.error
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
CForestModel 4.112 0.143 5.334
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 3.9.2
Check: examples
Result: ERROR
Running examples in ‘MachineShop-Ex.R’ failed
The error most likely occurred in:
> ### Name: TunedInput
> ### Title: Tuned Model Inputs
> ### Aliases: TunedInput TunedModelRecipe TunedInput.recipe
>
> ### ** Examples
>
> library(recipes)
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Attaching package: ‘recipes’
The following object is masked from ‘package:stats’:
step
> data(Boston, package = "MASS")
>
> rec <- recipe(medv ~ ., data = Boston) %>%
+ step_pca(all_numeric_predictors(), id = "pca")
>
> grid <- expand_steps(
+ pca = list(num_comp = 1:2)
+ )
>
> fit(TunedInput(rec, grid = grid), model = GLMModel)
Error in .fit_optim(object, ...) : Resampling failed for all models.
ModelRecipe.1: $ operator not defined for this S4 class
ModelRecipe.2: $ operator not defined for this S4 class
Calls: fit ... tryCatchOne -> <Anonymous> -> throw -> .throw -> .throw.error
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 3.9.2
Check: examples
Result: ERROR
Running examples in ‘MachineShop-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: TunedInput
> ### Title: Tuned Model Inputs
> ### Aliases: TunedInput TunedModelRecipe TunedInput.recipe
>
> ### ** Examples
>
> library(recipes)
Loading required package: dplyr
Attaching package: ‘dplyr’
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
Attaching package: ‘recipes’
The following object is masked from ‘package:stats’:
step
> data(Boston, package = "MASS")
>
> rec <- recipe(medv ~ ., data = Boston) %>%
+ step_pca(all_numeric_predictors(), id = "pca")
>
> grid <- expand_steps(
+ pca = list(num_comp = 1:2)
+ )
>
> fit(TunedInput(rec, grid = grid), model = GLMModel)
Error in .fit_optim(object, ...) : Resampling failed for all models.
ModelRecipe.1: $ operator not defined for this S4 class
ModelRecipe.2: $ operator not defined for this S4 class
Calls: fit ... tryCatchOne -> <Anonymous> -> throw -> .throw -> .throw.error
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
CForestModel 5.492 0.149 7.872
SelectedInput 5.102 0.013 7.751
Flavor: r-patched-linux-x86_64