Last updated on 2026-06-27 03:11:58 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 | 33.47 | 229.24 | 262.71 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.9.3 | 96.00 | 622.24 | 718.24 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.9.3 | 92.00 | 606.01 | 698.01 | OK | |
| r-devel-windows-x86_64 | 3.9.2 | 52.00 | 316.00 | 368.00 | ERROR | |
| r-patched-linux-x86_64 | 3.9.2 | 49.05 | 314.25 | 363.30 | ERROR | |
| r-release-linux-x86_64 | 3.9.2 | 51.74 | 314.71 | 366.45 | ERROR | |
| r-release-macos-arm64 | 3.9.3 | 13.00 | 76.00 | 89.00 | OK | |
| r-release-macos-x86_64 | 3.9.3 | 38.00 | 280.00 | 318.00 | OK | |
| r-release-windows-x86_64 | 3.9.2 | 53.00 | 316.00 | 369.00 | ERROR | |
| r-oldrel-macos-arm64 | 3.9.3 | 13.00 | 87.00 | 100.00 | OK | |
| r-oldrel-macos-x86_64 | 3.9.3 | 37.00 | 330.00 | 367.00 | OK | |
| r-oldrel-windows-x86_64 | 3.9.2 | 75.00 | 446.00 | 521.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
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-windows-x86_64, r-release-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.488 0.126 6.417
SelectedInput 5.050 0.127 5.666
Flavor: r-patched-linux-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.553 0.091 8.502
SelectedInput 5.114 0.099 7.005
Flavor: r-release-linux-x86_64