Last updated on 2026-06-08 13:50:28 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.0 | 3.47 | 122.23 | 125.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.0 | 2.65 | 53.69 | 56.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.0 | 197.07 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 215.73 | OK | |||
| r-devel-windows-x86_64 | 0.4.0 | 6.00 | 151.00 | 157.00 | OK | |
| r-patched-linux-x86_64 | 0.4.0 | 4.61 | 114.85 | 119.46 | OK | |
| r-release-linux-x86_64 | 0.4.0 | 3.40 | 118.71 | 122.11 | OK | |
| r-release-macos-arm64 | 0.4.0 | 1.00 | 36.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.4.0 | 3.00 | 138.00 | 141.00 | OK | |
| r-release-windows-x86_64 | 0.4.0 | 7.00 | 153.00 | 160.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.0 | 1.00 | 46.00 | 47.00 | OK | |
| r-oldrel-macos-x86_64 | 0.4.0 | 3.00 | 141.00 | 144.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.0 | 8.00 | 188.00 | 196.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘butcher-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: axe-elnet
> ### Title: Axing an elnet.
> ### Aliases: axe-elnet axe_call.elnet
>
> ### ** Examples
>
> ## Don't show:
> if (rlang::is_installed("glmnet")) withAutoprint({ # examplesIf
+ ## End(Don't show)
+ # Load libraries
+ library(parsnip)
+ library(rsample)
+
+ # Load data
+ split <- initial_split(mtcars, prop = 9/10)
+ car_train <- training(split)
+
+ # Create model and fit
+ elnet_fit <- linear_reg(mixture = 0, penalty = 0.1) |>
+ set_engine("glmnet") |>
+ fit_xy(x = car_train[, 2:11], y = car_train[, 1, drop = FALSE])
+
+ out <- butcher(elnet_fit, verbose = TRUE)
+ ## Don't show:
+ }) # examplesIf
> library(parsnip)
Error in library(parsnip) : there is no package called ‘parsnip’
Calls: withAutoprint -> source -> withVisible -> eval -> eval -> library
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.0
Check: for unstated dependencies in ‘tests’
Result: WARN
Fatal error: cannot create 'R_TempDir'
Flavor: r-devel-linux-x86_64-debian-gcc