Last updated on 2026-08-19 10:56:03 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 70.66 | 463.63 | 534.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 51.40 | 397.09 | 448.49 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 59.00 | 411.41 | 470.41 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 59.00 | 410.83 | 469.83 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 76.00 | 480.00 | 556.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 65.81 | 508.55 | 574.36 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 64.29 | 500.24 | 564.53 | ERROR | |
| r-release-macos-arm64 | 1.1.1 | 21.00 | 132.00 | 153.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 50.00 | 510.00 | 560.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 74.00 | 0.00 | 74.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 42.00 | 472.00 | 514.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 95.00 | 576.00 | 671.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘clustermole-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_gmt
> ### Title: Read a GMT file into a data frame
> ### Aliases: read_gmt
>
> ### ** Examples
>
> gmt <- "http://software.broadinstitute.org/gsea/msigdb/supplemental/scsig.all.v1.0.symbols.gmt"
> gmt_tbl <- read_gmt(gmt)
Warning in readLines(file) :
URL 'https://www.gsea-msigdb.org/gsea/msigdb/supplemental/scsig.all.v1.0.symbols.gmt': Timeout of 60 seconds was reached
Error in readLines(file) : cannot read from connection
Calls: read_gmt -> strsplit -> readLines
Execution halted
Flavor: r-release-linux-x86_64