Back to Build/check report for BioC 3.22 experimental data
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2026-02-12 15:46 -0500 (Thu, 12 Feb 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.2 (2025-10-31) -- "[Not] Part in a Rumble" 4889
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 369/435HostnameOS / ArchINSTALLBUILDCHECK
signatureSearchData 1.24.0  (landing page)
Brendan Gongol
Snapshot Date: 2026-02-12 07:30 -0500 (Thu, 12 Feb 2026)
git_url: https://git.bioconductor.org/packages/signatureSearchData
git_branch: RELEASE_3_22
git_last_commit: 7ab46d1
git_last_commit_date: 2025-10-29 10:02:09 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    ERROR  


CHECK results for signatureSearchData on nebbiolo2

To the developers/maintainers of the signatureSearchData 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: signatureSearchData
Version: 1.24.0
Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:signatureSearchData.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings signatureSearchData_1.24.0.tar.gz
StartedAt: 2026-02-12 13:04:24 -0500 (Thu, 12 Feb 2026)
EndedAt: 2026-02-12 13:09:04 -0500 (Thu, 12 Feb 2026)
EllapsedTime: 279.6 seconds
RetCode: 1
Status:   ERROR  
CheckDir: signatureSearchData.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.22-data-experiment/meat/signatureSearchData.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.3 LTS
* using session charset: UTF-8
* checking for file ‘signatureSearchData/DESCRIPTION’ ... OK
* this is package ‘signatureSearchData’ version ‘1.24.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ...Warning: unable to access index for repository https://bioconductor.org/packages/3.22/data/annotation/src/contrib:
  cannot open URL 'https://bioconductor.org/packages/3.22/data/annotation/src/contrib/PACKAGES'
 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 ‘signatureSearchData’ 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 ... NOTE
Namespaces in Imports field not imported from:
  ‘ExperimentHub’ ‘rhdf5’
  All declared Imports should be used.
* 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 files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘signatureSearchData-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ES_NULL
> ### Title: Null Distribution of WTCS from 'gess_lincs' Method
> ### Aliases: ES_NULL
> ### Keywords: datasets
> 
> ### ** Examples
> 
> library(ExperimentHub)
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: AnnotationHub
Loading required package: BiocFileCache
Loading required package: dbplyr
> eh <- ExperimentHub()
Error in value[[3L]](cond) : failed to connect
  reason: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [bioconductor.org]:
SSL connection timeout
  Consider rerunning with 'localHub=TRUE'
Calls: ExperimentHub ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

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


Installation output

signatureSearchData.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘signatureSearchData’ ...
** this is package ‘signatureSearchData’ version ‘1.24.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 (signatureSearchData)

Tests output


Example timings

signatureSearchData.Rcheck/signatureSearchData-Ex.timings

nameusersystemelapsed