Last updated on 2026-06-08 02:51:07 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.4.0 | 47.12 | 207.97 | 255.09 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.4.0 | 30.43 | 133.93 | 164.36 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.4.0 | 72.00 | 343.19 | 415.19 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.4.0 | 83.00 | 351.18 | 434.18 | OK | |
| r-devel-windows-x86_64 | 1.4.0 | 61.00 | 246.00 | 307.00 | OK | |
| r-patched-linux-x86_64 | 1.4.0 | 45.01 | 191.27 | 236.28 | OK | |
| r-release-linux-x86_64 | 1.4.0 | 42.95 | 192.36 | 235.31 | OK | |
| r-release-macos-arm64 | 1.4.0 | 11.00 | 40.00 | 51.00 | OK | |
| r-release-macos-x86_64 | 1.4.0 | 33.00 | 226.00 | 259.00 | OK | |
| r-release-windows-x86_64 | 1.4.0 | 60.00 | 227.00 | 287.00 | OK | |
| r-oldrel-macos-arm64 | 1.4.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.4.0 | 32.00 | 186.00 | 218.00 | OK | |
| r-oldrel-windows-x86_64 | 1.4.0 | 79.00 | 302.00 | 381.00 | OK |
Version: 1.4.0
Check: examples
Result: ERROR
Running examples in ‘DataVisualizations-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ROC
> ### Title: ROC plot
> ### Aliases: ROC
>
> ### ** Examples
>
>
> Data = runif(1000,0,1)
> Cls = sample(c(0,1), 1000, replace = TRUE)
> ROC(Data, Cls)
Loading required namespace: ROCit
Error in loadNamespace(x) : there is no package called ‘plotly’
Calls: ROC ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc