Last updated on 2026-08-16 11:51:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 29.49 | 277.59 | 307.08 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 18.09 | 190.25 | 208.34 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 20.00 | 188.72 | 208.72 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 20.00 | 184.05 | 204.05 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 34.00 | 298.00 | 332.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 27.59 | 262.72 | 290.31 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 27.54 | 247.85 | 275.39 | ERROR | |
| 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 | 0.00 | 31.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 | 43.00 | 327.00 | 370.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: plasmaPredictions-class
> ### Title: Class '"plasmaPredictions"'
> ### Aliases: plasmaPredictions plasmaPredictions-class
> ### plot,plasmaPredictions,missing-method
> ### 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
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
02-fitCoxModel 3.982 0.238 8.388
04-plasma-class 3.266 0.083 6.501
03-manyCoxModels 2.885 0.128 5.884
00-imputation 1.417 0.886 23.879
Flavor: r-devel-linux-x86_64-debian-gcc
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: plasmaPredictions-class
> ### Title: Class '"plasmaPredictions"'
> ### Aliases: plasmaPredictions plasmaPredictions-class
> ### plot,plasmaPredictions,missing-method
> ### 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 open the connection to 'http://silicovore.com/data/TCGA-ESCA.RData'
> if (inherits(fls, "try-error")) {
+ stop("Unable to load data from remote server.")
+ }
Error: Unable to load data from remote server.
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
02-fitCoxModel 4.823 0.267 7.486
04-plasma-class 4.461 0.088 6.747
03-manyCoxModels 4.014 0.086 6.566
Flavor: r-release-linux-x86_64