Back to Build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2026-01-09 12:02 -0500 (Fri, 09 Jan 2026).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4593
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 1402/2332HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
multiGSEA 1.21.0  (landing page)
Sebastian Canzler
Snapshot Date: 2026-01-08 13:40 -0500 (Thu, 08 Jan 2026)
git_url: https://git.bioconductor.org/packages/multiGSEA
git_branch: devel
git_last_commit: 7e0f16c
git_last_commit_date: 2025-10-29 11:00:17 -0500 (Wed, 29 Oct 2025)
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for multiGSEA on kjohnson3

To the developers/maintainers of the multiGSEA package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/multiGSEA.git to reflect on this report. See Troubleshooting Build Report for more information.
- 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: multiGSEA
Version: 1.21.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:multiGSEA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings multiGSEA_1.21.0.tar.gz
StartedAt: 2026-01-08 21:15:22 -0500 (Thu, 08 Jan 2026)
EndedAt: 2026-01-08 21:20:33 -0500 (Thu, 08 Jan 2026)
EllapsedTime: 311.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: multiGSEA.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:multiGSEA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings multiGSEA_1.21.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/multiGSEA.Rcheck’
* using R Under development (unstable) (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘multiGSEA/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘multiGSEA’ version ‘1.21.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 ‘multiGSEA’ 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 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 ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘multiGSEA-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: extractPvalues
> ### Title: Create a reshaped data frame from multiGSEA output.
> ### Aliases: extractPvalues
> 
> ### ** Examples
> 
> # Download pathway definition and extract features
> pathways <- getMultiOmicsFeatures(dbs = c("kegg"), layer = c("transcriptome", "proteome"))
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10006 milliseconds
Error in fetchRemote(name, path) : 
  cannot download pathway data: are you offline?
Calls: getMultiOmicsFeatures ... <Anonymous> -> loadData -> withArchiveDir -> func -> fetchRemote
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  Backtrace:
      ▆
   1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs, organism = "hsapiens") at test_pathway_features.R:45:3
   2.   └─base::lapply(...)
   3.     └─multiGSEA (local) FUN(X[[i]], ...)
   4.       └─graphite::pathways(organism, x)
   5.         └─graphite:::loadData(paste(species, database, sep = "-"))
   6.           └─graphite:::withArchiveDir(...)
   7.             └─graphite (local) func(path)
   8.               └─graphite:::fetchRemote(name, path)
  
  [ FAIL 5 | WARN 0 | SKIP 0 | PASS 17 ]
  Error:
  ! Test failures.
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 ERRORs
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/multiGSEA.Rcheck/00check.log’
for details.


Installation output

multiGSEA.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL multiGSEA
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’
* installing *source* package ‘multiGSEA’ ...
** this is package ‘multiGSEA’ version ‘1.21.0’
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
loading from cache
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
loading from cache
** testing if installed package can be loaded from final location
loading from cache
** testing if installed package keeps a record of temporary installation path
* DONE (multiGSEA)

Tests output

multiGSEA.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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(multiGSEA)
loading from cache
> 
> test_check("multiGSEA")
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10009 milliseconds
Saving _problems/test_pathway_enrichment-34.R
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10003 milliseconds
Saving _problems/test_pathway_features-7.R
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10007 milliseconds
Saving _problems/test_pathway_features-20.R
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10003 milliseconds
Saving _problems/test_pathway_features-33.R
Error in curl::curl_fetch_disk(url, x$path, handle = handle) : 
  Timeout was reached [graphiteweb.bio.unipd.it]:
Connection timed out after 10003 milliseconds
Saving _problems/test_pathway_features-45.R
[ FAIL 5 | WARN 0 | SKIP 0 | PASS 17 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_pathway_enrichment.R:34:3'): pathway enrichment works. ─────────
Error in `fetchRemote(name, path)`: cannot download pathway data: are you offline?
Backtrace:
    ▆
 1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs) at test_pathway_enrichment.R:34:3
 2.   └─base::lapply(...)
 3.     └─multiGSEA (local) FUN(X[[i]], ...)
 4.       └─graphite::pathways(organism, x)
 5.         └─graphite:::loadData(paste(species, database, sep = "-"))
 6.           └─graphite:::withArchiveDir(...)
 7.             └─graphite (local) func(path)
 8.               └─graphite:::fetchRemote(name, path)
── Error ('test_pathway_features.R:7:3'): transcriptomic features get mapped ───
Error in `fetchRemote(name, path)`: cannot download pathway data: are you offline?
Backtrace:
    ▆
 1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs, layer = layer) at test_pathway_features.R:7:3
 2.   └─base::lapply(...)
 3.     └─multiGSEA (local) FUN(X[[i]], ...)
 4.       └─graphite::pathways(organism, x)
 5.         └─graphite:::loadData(paste(species, database, sep = "-"))
 6.           └─graphite:::withArchiveDir(...)
 7.             └─graphite (local) func(path)
 8.               └─graphite:::fetchRemote(name, path)
── Error ('test_pathway_features.R:20:3'): proteomic features get mapped ───────
Error in `fetchRemote(name, path)`: cannot download pathway data: are you offline?
Backtrace:
    ▆
 1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs, layer = layer) at test_pathway_features.R:20:3
 2.   └─base::lapply(...)
 3.     └─multiGSEA (local) FUN(X[[i]], ...)
 4.       └─graphite::pathways(organism, x)
 5.         └─graphite:::loadData(paste(species, database, sep = "-"))
 6.           └─graphite:::withArchiveDir(...)
 7.             └─graphite (local) func(path)
 8.               └─graphite:::fetchRemote(name, path)
── Error ('test_pathway_features.R:33:3'): metabolomic features get mapped ─────
Error in `fetchRemote(name, path)`: cannot download pathway data: are you offline?
Backtrace:
    ▆
 1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs, layer = layer) at test_pathway_features.R:33:3
 2.   └─base::lapply(...)
 3.     └─multiGSEA (local) FUN(X[[i]], ...)
 4.       └─graphite::pathways(organism, x)
 5.         └─graphite:::loadData(paste(species, database, sep = "-"))
 6.           └─graphite:::withArchiveDir(...)
 7.             └─graphite (local) func(path)
 8.               └─graphite:::fetchRemote(name, path)
── Error ('test_pathway_features.R:45:3'): each layer has equal length ─────────
Error in `fetchRemote(name, path)`: cannot download pathway data: are you offline?
Backtrace:
    ▆
 1. └─multiGSEA::getMultiOmicsFeatures(dbs = dbs, organism = "hsapiens") at test_pathway_features.R:45:3
 2.   └─base::lapply(...)
 3.     └─multiGSEA (local) FUN(X[[i]], ...)
 4.       └─graphite::pathways(organism, x)
 5.         └─graphite:::loadData(paste(species, database, sep = "-"))
 6.           └─graphite:::withArchiveDir(...)
 7.             └─graphite (local) func(path)
 8.               └─graphite:::fetchRemote(name, path)

[ FAIL 5 | WARN 0 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted

Example timings

multiGSEA.Rcheck/multiGSEA-Ex.timings

nameusersystemelapsed
combinePvalues0.0010.0010.002