| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-10-25 12:04 -0400 (Sat, 25 Oct 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" | 4901 |
| lconway | macOS 12.7.6 Monterey | x86_64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4691 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-09-10 r88807) -- "Great Square Root" | 4637 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4658 |
| 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 2013/2361 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| signatureSearch 1.23.0 (landing page) Brendan Gongol
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| lconway | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | NA | NA | ||||||||||
|
To the developers/maintainers of the signatureSearch package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/signatureSearch.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. |
| Package: signatureSearch |
| Version: 1.23.0 |
| Command: /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings signatureSearch_1.23.0.tar.gz |
| StartedAt: 2025-10-25 04:10:45 -0400 (Sat, 25 Oct 2025) |
| EndedAt: 2025-10-25 04:31:08 -0400 (Sat, 25 Oct 2025) |
| EllapsedTime: 1223.2 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: signatureSearch.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings signatureSearch_1.23.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/signatureSearch.Rcheck’
* using R version 4.5.1 Patched (2025-08-23 r88802)
* 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 ‘signatureSearch/DESCRIPTION’ ... OK
* this is package ‘signatureSearch’ version ‘1.23.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 25 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
* 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 ‘signatureSearch’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential
* checking installed package size ... INFO
installed size is 87.0Mb
sub-directories of 1Mb or more:
R 81.1Mb
data 2.0Mb
extdata 1.9Mb
libs 1.8Mb
* 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 ... 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 R/sysdata.rda ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
set_readable 136.988 1.650 138.879
rand_query_ES 7.742 2.352 10.337
runWF 7.182 0.804 9.034
* 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 ... OK
* checking PDF version of manual ... OK
* DONE
Status: 2 NOTEs
See
‘/home/biocbuild/bbs-3.22-bioc/meat/signatureSearch.Rcheck/00check.log’
for details.
signatureSearch.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL signatureSearch
###
##############################################################################
##############################################################################
* installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’
* installing *source* package ‘signatureSearch’ ...
** this is package ‘signatureSearch’ version ‘1.23.0’
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -c fastGSEA.cpp -o fastGSEA.o
fastGSEA.cpp: In function ‘Rcpp::NumericVector calcGseaStatBatchCpp(const Rcpp::NumericVector&, const Rcpp::List&, const Rcpp::IntegerVector&)’:
fastGSEA.cpp:444:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
444 | for (int j = 0; j < S.size(); ++j) {
| ~~^~~~~~~~~~
gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.22-bioc/R/site-library/Rcpp/include' -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -c fgsea_init.c -o fgsea_init.o
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.22-bioc/R/lib -L/usr/local/lib -o signatureSearch.so RcppExports.o fastGSEA.o fgsea_init.o -L/home/biocbuild/bbs-3.22-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.22-bioc/R/site-library/00LOCK-signatureSearch/00new/signatureSearch/libs
** R
** data
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (signatureSearch)
signatureSearch.Rcheck/tests/testthat.Rout
R version 4.5.1 Patched (2025-08-23 r88802) -- "Great Square Root"
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(signatureSearch)
> #
> # test_check("signatureSearch")
>
> proc.time()
user system elapsed
0.145 0.029 0.164
signatureSearch.Rcheck/signatureSearch-Ex.timings
| name | user | system | elapsed | |
| addGESSannot | 3.383 | 0.184 | 3.881 | |
| addMOA | 0.179 | 0.025 | 0.204 | |
| add_pcid | 0.190 | 0.003 | 0.193 | |
| append2H5 | 0.061 | 0.008 | 0.069 | |
| build_custom_db | 0.238 | 0.038 | 0.277 | |
| cellNtestPlot | 0.817 | 0.127 | 1.125 | |
| cell_info | 0.019 | 0.000 | 0.020 | |
| cell_info2 | 0.031 | 0.003 | 0.035 | |
| chembl_moa_list | 0.008 | 0.000 | 0.008 | |
| clue_moa_list | 0.009 | 0.001 | 0.008 | |
| comp_fea_res | 0.426 | 0.019 | 0.446 | |
| create_empty_h5 | 0.017 | 0.000 | 0.018 | |
| dim-methods | 0.005 | 0.000 | 0.006 | |
| drug_cell_ranks | 0.007 | 0.000 | 0.007 | |
| drugs-methods | 0.001 | 0.000 | 0.002 | |
| drugs10 | 0.001 | 0.000 | 0.001 | |
| dtnetplot | 1.817 | 0.119 | 2.220 | |
| enrichGO2 | 0.000 | 0.001 | 0.000 | |
| enrichKEGG2 | 0 | 0 | 0 | |
| enrichMOA | 0.037 | 0.004 | 0.042 | |
| enrichReactome | 0 | 0 | 0 | |
| fea | 0.001 | 0.001 | 0.002 | |
| feaResult | 0.002 | 0.000 | 0.002 | |
| gctx2h5 | 0.460 | 0.079 | 0.541 | |
| gess | 0.001 | 0.000 | 0.002 | |
| gessResult | 0.003 | 0.000 | 0.003 | |
| gess_res_vis | 0.497 | 0.009 | 0.506 | |
| getSig | 1.273 | 0.086 | 1.715 | |
| getTreats | 0.565 | 0.057 | 0.800 | |
| get_targets | 1.748 | 0.076 | 2.067 | |
| gmt2h5 | 0.071 | 0.006 | 0.078 | |
| gseGO2 | 0.001 | 0.001 | 0.002 | |
| gseKEGG2 | 0.01 | 0.00 | 0.01 | |
| gseReactome | 0.009 | 0.000 | 0.009 | |
| head-methods | 0.005 | 0.000 | 0.005 | |
| lincs_expr_inst_info | 0.051 | 0.000 | 0.051 | |
| lincs_pert_info | 0.284 | 0.002 | 0.287 | |
| lincs_pert_info2 | 0.904 | 0.003 | 0.908 | |
| lincs_sig_info | 0.057 | 0.001 | 0.059 | |
| list2df | 0.002 | 0.000 | 0.002 | |
| list_rev | 0.001 | 0.000 | 0.001 | |
| mabsGO | 0.001 | 0.001 | 0.002 | |
| mabsKEGG | 0.011 | 0.000 | 0.010 | |
| mabsReactome | 0.011 | 0.000 | 0.011 | |
| matrix2h5 | 0.046 | 0.001 | 0.047 | |
| meanExpr2h5 | 0.470 | 0.033 | 0.503 | |
| moa_conn | 0.025 | 0.001 | 0.027 | |
| parse_gctx | 0.071 | 0.000 | 0.072 | |
| qSig | 2.140 | 0.087 | 2.585 | |
| rand_query_ES | 7.742 | 2.352 | 10.337 | |
| read_gmt | 0.002 | 0.001 | 0.003 | |
| result-methods | 0.344 | 0.188 | 0.031 | |
| runWF | 7.182 | 0.804 | 9.034 | |
| set_readable | 136.988 | 1.650 | 138.879 | |
| show-methods | 0.026 | 0.002 | 0.029 | |
| sim_score_grp | 0.01 | 0.00 | 0.01 | |
| tail-methods | 0.006 | 0.001 | 0.006 | |
| tarReduce | 0.001 | 0.000 | 0.000 | |
| targetList | 0.003 | 0.000 | 0.003 | |
| vec_char_redu | 0.000 | 0.000 | 0.001 | |