CRAN Package Check Results for Package clustermole

Last updated on 2026-09-14 19:50:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 69.51 514.25 583.76 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 51.55 390.38 441.93 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 59.00 390.77 449.77 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 54.00 382.82 436.82 ERROR
r-devel-windows-x86_64 1.1.1 74.00 486.00 560.00 OK
r-patched-linux-x86_64 1.1.1 65.75 497.33 563.08 OK
r-release-linux-x86_64 1.1.1 62.82 500.59 563.41 OK
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 72.00 438.00 510.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 101.00 606.00 707.00 OK

Check Details

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 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 Flavor: r-devel-linux-x86_64-debian-gcc

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 Flavor: r-devel-linux-x86_64-fedora-gcc