Last updated on 2026-09-06 05:50:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 28.65 | 270.87 | 299.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 19.00 | 175.99 | 194.99 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 20.00 | 183.56 | 203.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 19.00 | 181.41 | 200.41 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 31.00 | 284.00 | 315.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 26.59 | 256.56 | 283.15 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 25.48 | 261.41 | 286.89 | OK | |
| r-release-macos-arm64 | 1.1.5 | 7.00 | 98.00 | 105.00 | OK | |
| r-release-macos-x86_64 | 1.1.5 | 19.00 | 319.00 | 338.00 | OK | |
| r-release-windows-x86_64 | 1.1.5 | 31.00 | 268.00 | 299.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.5 | 18.00 | 164.00 | 182.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.5 | 44.00 | 350.00 | 394.00 | OK |
Version: 1.1.5
Check: examples
Result: ERROR
Running examples in ‘plasma-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SingleModel-class
> ### Title: Class '"SingleModel"'
> ### Aliases: fitSingleModel SingleModel-class predict,SingleModel-method
> ### summary,SingleModel-method plot,SingleModel,missing-method
> ### fitSingleModel
> ### Keywords: classes
>
> ### ** Examples
>
> fls <- try(loadESCAdata())
Warning in load(U, env) :
URL 'http://silicovore.com/data/TCGA-ESCA.RData': Timeout of 60 seconds was reached
Error in load(U, env) : cannot read from connection
> if (inherits(fls, "try-error")) {
+ stop("Unable to load data from remote server.")
+ }
Error: Unable to load data from remote server.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc