Last updated on 2026-06-08 02:51:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 11.50 | 110.98 | 122.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 8.95 | 78.19 | 87.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 21.00 | 178.85 | 199.85 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 20.00 | 168.55 | 188.55 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 14.00 | 119.00 | 133.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 12.30 | 103.71 | 116.01 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 11.02 | 104.58 | 115.60 | OK | |
| r-release-macos-arm64 | 0.2.1 | 3.00 | 27.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 8.00 | 109.00 | 117.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 14.00 | 118.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 3.00 | 29.00 | 32.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 9.00 | 133.00 | 142.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 18.00 | 150.00 | 168.00 | OK |
Version: 0.2.1
Check: examples
Result: ERROR
Running examples in ‘applicable-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: apd_hat_values
> ### Title: Fit a 'apd_hat_values'
> ### Aliases: apd_hat_values apd_hat_values.default
> ### apd_hat_values.data.frame apd_hat_values.matrix
> ### apd_hat_values.formula apd_hat_values.recipe
>
> ### ** Examples
>
> predictors <- mtcars[, -1]
>
> # Data frame interface
> mod <- apd_hat_values(predictors)
>
> # Formula interface
> mod2 <- apd_hat_values(mpg ~ ., mtcars)
>
> # Recipes interface
> library(recipes)
Error in library(recipes) : there is no package called ‘recipes’
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc