Last updated on 2026-07-18 09:50:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 28.59 | 274.94 | 303.53 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 18.42 | 173.24 | 191.66 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 50.00 | 431.53 | 481.53 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 19.00 | 185.42 | 204.42 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 33.00 | 275.00 | 308.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 26.54 | 261.89 | 288.43 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 27.56 | 265.65 | 293.21 | 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 | 32.00 | 268.00 | 300.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 | 366.00 | 410.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: MultiOmics-class
> ### Title: Class '"MultiOmics"'
> ### Aliases: MultiOmics MultiOmics-class summary,MultiOmics-method
> ### [,MultiOmics,ANY,ANY,ANY-method plot,MultiOmics,missing-method
> ### validMultiOmics prepareMultiOmics
> ### 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
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘test01-MO.R’ [5s/66s]
Running ‘test02-fitCox.R’ [9s/46s]
Running ‘test03-multiplePLS.R’ [10s/12s]
Running ‘test04-plasma.R’ [11s/17s]
Running ‘test05-interpret.R’ [11s/15s]
Running the tests in ‘tests/test01-MO.R’ failed.
Complete output:
> library(plasma)
> ## check data sets
> fls <- try(loadESCAdata())
Error in load(U, env) : cannot read from connection
In addition: Warning message:
In load(U, env) :
URL 'http://silicovore.com/data/TCGA-ESCA.RData': Timeout of 60 seconds was reached
> 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