Last updated on 2026-01-22 16:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.5 | 28.65 | 276.50 | 305.15 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.5 | 20.05 | 198.94 | 218.99 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.5 | 54.00 | 438.58 | 492.58 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.5 | 51.00 | 476.73 | 527.73 | OK | |
| r-devel-windows-x86_64 | 1.1.5 | 31.00 | 264.00 | 295.00 | OK | |
| r-patched-linux-x86_64 | 1.1.5 | 27.61 | 266.10 | 293.71 | OK | |
| r-release-linux-x86_64 | 1.1.5 | 26.28 | 260.09 | 286.37 | 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 | 364.00 | 396.00 | ERROR | |
| 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 | 43.00 | 360.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:
> ### Name: MultiplePLSCoxModels-class
> ### Title: Class '"MultiplePLSCoxModels"'
> ### Aliases: MultiplePLSCoxModels MultiplePLSCoxModels-class
> ### summary,MultiplePLSCoxModels-method
> ### [,MultiplePLSCoxModels,ANY,ANY,ANY-method
> ### plot,MultiplePLSCoxModels,missing-method
> ### predict,MultiplePLSCoxModels-method validMultipleCoxModels
> ### fitCoxModels getSizes
> ### Keywords: classes
>
> ### ** Examples
>
> fls <- try(loadESCAdata())
Warning in load(U, env) :
cannot open URL 'http://silicovore.com/data/TCGA-ESCA.RData': HTTP status was '500 Internal Server Error'
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
Flavor: r-release-windows-x86_64