Last updated on 2026-02-02 09:51:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 29.07 | 274.54 | 303.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 17.80 | 158.71 | 176.51 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 50.00 | 436.29 | 486.29 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 50.00 | 432.22 | 482.22 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 31.00 | 271.00 | 302.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 26.85 | 258.48 | 285.33 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 26.33 | 262.51 | 288.84 | 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 | 31.00 | 267.00 | 298.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 | 365.00 | 407.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: Imputation
> ### Title: Imputation
> ### Aliases: meanModeImputer samplingImputer
> ### Keywords: array
>
> ### ** Examples
>
> 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
Calls: loadESCAdata -> load
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.5
Check: tests
Result: ERROR
Running ‘test01-MO.R’ [8s/10s]
Running ‘test02-fitCox.R’ [9s/12s]
Running ‘test03-multiplePLS.R’ [10s/13s]
Running ‘test04-plasma.R’ [5s/65s]
Running ‘test05-interpret.R’ [5s/65s]
Running the tests in ‘tests/test04-plasma.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
Running the tests in ‘tests/test05-interpret.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