Last updated on 2025-12-24 09:49:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 26.31 | 271.89 | 298.20 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 20.10 | 191.88 | 211.98 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 54.00 | 417.20 | 471.20 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 53.00 | 477.68 | 530.68 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 29.00 | 266.00 | 295.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 27.48 | 263.43 | 290.91 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 25.70 | 259.95 | 285.65 | OK | |
| r-release-macos-arm64 | 1.1.5 | OK | ||||
| r-release-macos-x86_64 | 1.1.5 | 18.00 | 164.00 | 182.00 | OK | |
| r-release-windows-x86_64 | 1.1.5 | 32.00 | 262.00 | 294.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.5 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.5 | 18.00 | 196.00 | 214.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.5 | 42.00 | 361.00 | 403.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: Contribution-class
> ### Title: Class '"Contribution"'
> ### Aliases: Contribution Contribution-class
> ### [,Contribution,ANY,ANY,ANY-method summary,Contribution-method
> ### image,Contribution-method heat heat,Contribution-method
> ### getCompositeWeights getAllWeights getFinalWeights getTop
> ### pickSignificant
> ### 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 5.106 0.099 7.979
04-plasma-class 4.807 0.161 7.462
04-plasmaPredictions-class 4.287 0.043 6.867
03-manyCoxModels 4.035 0.088 6.328
Flavor: r-devel-linux-x86_64-debian-clang