The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-06-30 17:51:26 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.9.3 | 57.88 | 346.67 | 404.55 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.9.3 | 37.31 | 243.86 | 281.17 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.9.3 | 102.00 | 678.06 | 780.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.9.3 | 94.00 | 663.48 | 757.48 | OK | |
| r-devel-windows-x86_64 | 3.9.3 | 60.00 | 350.00 | 410.00 | OK | |
| r-patched-linux-x86_64 | 3.9.2 | 49.05 | 314.25 | 363.30 | ERROR | |
| r-release-linux-x86_64 | 3.9.3 | OK | ||||
| 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.3 | 52.00 | 329.00 | 381.00 | OK | |
| r-oldrel-macos-arm64 | 3.9.3 | 13.00 | 81.00 | 94.00 | OK | |
| r-oldrel-macos-x86_64 | 3.9.3 | 37.00 | 330.00 | 367.00 | OK | |
| r-oldrel-windows-x86_64 | 3.9.3 | 84.00 | 456.00 | 540.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.488 0.126 6.417
SelectedInput 5.050 0.127 5.666
Flavor: r-patched-linux-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.