Last updated on 2026-09-04 15:50:11 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.27 | 187.32 | 206.59 | 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.37 | 266.18 | 291.55 | 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 | 41.00 | 350.00 | 391.00 | OK |
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘test01-MO.R’ [8s/10s]
Running ‘test02-fitCox.R’ [9s/12s]
Running ‘test03-multiplePLS.R’ [5s/66s]
Running ‘test04-plasma.R’ [11s/15s]
Running ‘test05-interpret.R’ [12s/16s]
Running the tests in ‘tests/test03-multiplePLS.R’ failed.
Complete output:
> library(plasma)
> 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