Last updated on 2025-12-06 00:49:02 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.2 | 4.56 | 46.31 | 50.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.2 | 2.67 | 21.87 | 24.54 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.2 | 35.00 | 49.13 | 84.13 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.2 | 31.00 | 48.24 | 79.24 | OK | |
| r-devel-windows-x86_64 | 0.2.2 | 6.00 | 59.00 | 65.00 | OK | |
| r-patched-linux-x86_64 | 0.2.2 | 4.18 | 41.37 | 45.55 | OK | |
| r-release-linux-x86_64 | 0.2.2 | 4.34 | 42.43 | 46.77 | OK | |
| r-release-macos-arm64 | 0.2.2 | OK | ||||
| r-release-macos-x86_64 | 0.2.2 | 4.00 | 41.00 | 45.00 | OK | |
| r-release-windows-x86_64 | 0.2.2 | 7.00 | 58.00 | 65.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.2 | 4.00 | 45.00 | 49.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.2 | 8.00 | 72.00 | 80.00 | OK |
Version: 0.2.2
Check: examples
Result: ERROR
Running examples in ‘staccuracy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: reg_aucroc
> ### Title: Area under the ROC curve for regression target outcomes
> ### Aliases: reg_aucroc
>
> ### ** Examples
>
> # Remove rows with missing values from airquality dataset
> airq <- airquality |>
+ na.omit()
>
> # Create binary version where the target variable 'Ozone' is dichotomized based on its median
> airq_bin <- airq
> airq_bin$Ozone <- airq_bin$Ozone >= median(airq_bin$Ozone)
>
> # Create a generic regression model; use autogam
> req_aq <- autogam::autogam(airq, 'Ozone', family = gaussian())
Error in loadNamespace(x) : there is no package called ‘autogam’
Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc