Back to Build/check report for BioC 3.22 experimental data
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2026-04-07 15:41 -0400 (Tue, 07 Apr 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4897
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 263/435HostnameOS / ArchINSTALLBUILDCHECK
msigdb 1.18.0  (landing page)
Dharmesh D. Bhuva
Snapshot Date: 2026-04-07 08:30 -0400 (Tue, 07 Apr 2026)
git_url: https://git.bioconductor.org/packages/msigdb
git_branch: RELEASE_3_22
git_last_commit: a69837c
git_last_commit_date: 2025-10-29 10:03:52 -0400 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for msigdb on nebbiolo2

To the developers/maintainers of the msigdb package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: msigdb
Version: 1.18.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:msigdb.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings msigdb_1.18.0.tar.gz
StartedAt: 2026-04-07 12:46:55 -0400 (Tue, 07 Apr 2026)
EndedAt: 2026-04-07 13:16:59 -0400 (Tue, 07 Apr 2026)
EllapsedTime: 1804.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: msigdb.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:msigdb.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings msigdb_1.18.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-data-experiment/meat/msigdb.Rcheck’
* using R version 4.5.2 (2025-10-31)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* checking for file ‘msigdb/DESCRIPTION’ ... OK
* this is package ‘msigdb’ version ‘1.18.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘msigdb’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Undocumented arguments in Rd file 'listCollections.Rd'
  ‘gsc’

Undocumented arguments in Rd file 'listSubCollections.Rd'
  ‘gsc’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
msigdb             275.139  3.354 279.776
subsetCollection   178.339  2.311 181.291
getMsigOrganism    168.589  1.698 170.814
listSubCollections 161.832  1.223 163.734
listCollections    159.928  1.355 161.559
getMsigIdType      158.660  1.396 160.650
getMsigdb          157.895  1.450 159.793
getIMEX             11.062  0.588  12.278
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘msigdb.Rmd’ using rmarkdown

Quitting from msigdb.Rmd:68-72 [download-msigdb-sym-getMsigdb]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `h()`:
! error in evaluating the argument 'x' in selecting a method for function 'mcols': error reading from connection
---
Backtrace:
     ▆
  1. ├─msigdb::getMsigdb(org = "hs", id = "SYM", version = "7.4")
  2. │ └─msigdb:::getMSigdbObject(obj_name)
  3. │   ├─AnnotationHub::mcols(AnnotationHub::query(eh, "msigdb"))
  4. │   ├─AnnotationHub::query(eh, "msigdb")
  5. │   └─AnnotationHub::query(eh, "msigdb")
  6. │     └─AnnotationHub (local) .local(x, pattern, ...)
  7. │       └─AnnotationHub:::.db_index_load(x)
  8. │         └─base::readRDS(.db_index_file(x))
  9. └─base::.handleSimpleError(...)
 10.   └─base (local) h(simpleError(msg, call))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Error: processing vignette 'msigdb.Rmd' failed with diagnostics:
error in evaluating the argument 'x' in selecting a method for function 'mcols': error reading from connection
--- failed re-building ‘msigdb.Rmd’

SUMMARY: processing the following file failed:
  ‘msigdb.Rmd’

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 1 WARNING
See
  ‘/home/biocbuild/bbs-3.22-data-experiment/meat/msigdb.Rcheck/00check.log’
for details.


Installation output

msigdb.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL msigdb
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘msigdb’ ...
** this is package ‘msigdb’ version ‘1.18.0’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (msigdb)

Tests output

msigdb.Rcheck/tests/testthat.Rout


R version 4.5.2 (2025-10-31) -- "[Not] Part in a Rumble"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(msigdb)
> 
> test_check("msigdb")
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: annotate
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: IRanges
Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: XML
Loading required package: graph

Attaching package: 'graph'

The following object is masked from 'package:XML':

    addNode

see ?msigdb and browseVignettes('msigdb') for documentation
loading from cache
see ?msigdb and browseVignettes('msigdb') for documentation
loading from cache


[ FAIL 0 | WARN 0 | SKIP 0 | PASS 27 ]
> 
> proc.time()
   user  system elapsed 
352.695   2.092 356.513 

Example timings

msigdb.Rcheck/msigdb-Ex.timings

nameusersystemelapsed
getIMEX11.062 0.58812.278
getIMEXVersions0.0030.0000.003
getMsigIdType158.660 1.396160.650
getMsigOrganism168.589 1.698170.814
getMsigdb157.895 1.450159.793
getMsigdbIDF1.5670.1312.200
getMsigdbVersions0.0030.0000.003
listCollections159.928 1.355161.559
listSubCollections161.832 1.223163.734
msigdb275.139 3.354279.776
subsetCollection178.339 2.311181.291