Last updated on 2025-05-30 02:49:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.1 | 66.85 | 516.97 | 583.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.1 | 46.68 | 376.17 | 422.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.1 | 936.81 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 976.71 | OK | |||
r-devel-windows-x86_64 | 1.1.1 | 70.00 | 437.00 | 507.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.1 | 60.46 | 495.83 | 556.29 | OK | |
r-release-linux-x86_64 | 1.1.1 | 63.47 | 497.71 | 561.18 | OK | |
r-release-macos-arm64 | 1.1.1 | 253.00 | OK | |||
r-release-macos-x86_64 | 1.1.1 | 514.00 | OK | |||
r-release-windows-x86_64 | 1.1.1 | 69.00 | 434.00 | 503.00 | OK | |
r-oldrel-macos-arm64 | 1.1.1 | 241.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.1 | 392.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.1 | 87.00 | 554.00 | 641.00 | OK |
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in ‘clustermole-Ex.R’ failed
The error most likely occurred in:
> ### 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 file(con, "r") :
cannot open URL 'https://software.broadinstitute.org/gsea/msigdb/supplemental/scsig.all.v1.0.symbols.gmt': HTTP status was '503 Service Unavailable'
Error in file(con, "r") :
cannot open the connection to 'http://software.broadinstitute.org/gsea/msigdb/supplemental/scsig.all.v1.0.symbols.gmt'
Calls: read_gmt -> strsplit -> readLines -> file
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64