| Back to Multiple platform build/check report for BioC 3.17: simplified long |
|
This page was generated on 2023-10-16 11:37:32 -0400 (Mon, 16 Oct 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4626 |
| palomino3 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4379 |
| merida1 | macOS 12.6.4 Monterey | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4395 |
| 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 1914/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| signatureSearch 1.14.0 (landing page) Brendan Gongol
| nebbiolo1 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | ERROR | skipped | |||||||||
| palomino3 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
| merida1 | macOS 12.6.4 Monterey / x86_64 | OK | OK | ERROR | OK | |||||||||
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | see weekly results here | ||||||||||||
|
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.14.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings signatureSearch_1.14.0.tar.gz |
| StartedAt: 2023-10-16 07:09:06 -0400 (Mon, 16 Oct 2023) |
| EndedAt: 2023-10-16 07:25:14 -0400 (Mon, 16 Oct 2023) |
| EllapsedTime: 968.7 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: signatureSearch.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings signatureSearch_1.14.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.17-bioc/meat/signatureSearch.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘signatureSearch/DESCRIPTION’ ... OK
* this is package ‘signatureSearch’ version ‘1.14.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 ... NOTE
Found the following hidden files and directories:
inst/extdata/.batchtools.conf.R
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘signatureSearch’ can be installed ... OK
* used C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
* used SDK: ‘MacOSX11.3.sdk’
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential
* checking installed package size ... NOTE
installed size is 100.9Mb
sub-directories of 1Mb or more:
R 96.1Mb
data 2.9Mb
extdata 1.5Mb
* 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 R 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 ... NOTE
Note: found 147 marked UTF-8 strings
* checking LazyData ... 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 ... ERROR
Running examples in ‘signatureSearch-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: runWF
> ### Title: Run the Entire GESS/FEA Workflow
> ### Aliases: runWF
>
> ### ** Examples
>
> drug <- "vorinostat"; cell <- "SKB"
> refdb <- system.file("extdata", "sample_db.h5", package="signatureSearch")
> env_dir <- tempdir()
> wf_list <- runWF(drug, cell, refdb, gess_method="LINCS",
+ fea_method="dup_hyperG", N_gess_drugs=10, env_dir=env_dir, tau=FALSE)
150 / 150 genes in up set share identifiers with reference database
150 / 150 genes in down set share identifiers with reference database
No targets found in all databases for 2 drugs:
scopolamine-n-oxide / i-070759
No targets found in all databases for 2 drugs:
scopolamine-n-oxide / i-070759
No targets found in all databases for 2 drugs:
scopolamine-n-oxide / i-070759
Reading KEGG annotation online: "https://rest.kegg.jp/link/hsa/pathway"...
Reading KEGG annotation online: "https://rest.kegg.jp/list/pathway/hsa"...
Quitting from lines 54-60 [gess_res] (GESS_FEA_report.Rmd)
Error in `vroom_()`:
! bad value
Backtrace:
1. base::suppressMessages(read_tsv("results/LINCS_res.tsv"))
3. readr::read_tsv("results/LINCS_res.tsv")
4. vroom::vroom(...)
5. vroom:::vroom_(...)
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 ERROR, 5 NOTEs
See
‘/Users/biocbuild/bbs-3.17-bioc/meat/signatureSearch.Rcheck/00check.log’
for details.
signatureSearch.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL signatureSearch ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’ * installing *source* package ‘signatureSearch’ ... ** using staged installation ** libs using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c fastGSEA.cpp -o fastGSEA.o clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c fgsea_init.c -o fgsea_init.o clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o signatureSearch.so RcppExports.o fastGSEA.o fgsea_init.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/00LOCK-signatureSearch/00new/signatureSearch/libs ** R ** data *** moving datasets to lazyload DB ** 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.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20 (64-bit)
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.346 0.117 0.466
signatureSearch.Rcheck/signatureSearch-Ex.timings
| name | user | system | elapsed | |
| addGESSannot | 7.323 | 1.526 | 11.757 | |
| addMOA | 0.547 | 0.008 | 0.688 | |
| add_pcid | 0.002 | 0.004 | 0.006 | |
| append2H5 | 0.139 | 0.015 | 0.188 | |
| build_custom_db | 0.532 | 0.069 | 0.794 | |
| cellNtestPlot | 1.320 | 0.111 | 2.043 | |
| cell_info | 0.041 | 0.005 | 0.051 | |
| cell_info2 | 0.068 | 0.004 | 0.088 | |
| chembl_moa_list | 0.006 | 0.006 | 0.022 | |
| clue_moa_list | 0.006 | 0.005 | 0.015 | |
| comp_fea_res | 0.406 | 0.004 | 0.519 | |
| create_empty_h5 | 0.043 | 0.004 | 0.062 | |
| dim-methods | 0.012 | 0.001 | 0.017 | |
| drug_cell_ranks | 0.018 | 0.001 | 0.023 | |
| drugs-methods | 0.003 | 0.001 | 0.005 | |
| drugs10 | 0.003 | 0.004 | 0.009 | |
| dtnetplot | 3.336 | 0.284 | 4.850 | |
| enrichGO2 | 0.001 | 0.001 | 0.001 | |
| enrichKEGG2 | 0.000 | 0.001 | 0.000 | |
| enrichMOA | 0.068 | 0.009 | 0.096 | |
| enrichReactome | 0.000 | 0.001 | 0.000 | |
| fea | 0.003 | 0.005 | 0.009 | |
| feaResult | 0.003 | 0.001 | 0.005 | |
| gctx2h5 | 1.178 | 0.485 | 2.166 | |
| gess | 0.002 | 0.001 | 0.004 | |
| gessResult | 0.003 | 0.001 | 0.004 | |
| gess_res_vis | 0.615 | 0.010 | 0.805 | |
| getSig | 3.226 | 0.277 | 5.271 | |
| getTreats | 0.814 | 0.099 | 1.319 | |
| get_targets | 3.276 | 0.228 | 4.849 | |
| gmt2h5 | 0.196 | 0.049 | 0.316 | |
| gseGO2 | 0.002 | 0.005 | 0.008 | |
| gseKEGG2 | 0.017 | 0.002 | 0.024 | |
| gseReactome | 0.017 | 0.001 | 0.023 | |
| head-methods | 0.012 | 0.001 | 0.016 | |
| lincs_expr_inst_info | 0.064 | 0.006 | 0.091 | |
| lincs_pert_info | 0.170 | 0.009 | 0.224 | |
| lincs_pert_info2 | 0.574 | 0.041 | 0.777 | |
| lincs_sig_info | 0.073 | 0.006 | 0.100 | |
| list2df | 0.004 | 0.001 | 0.008 | |
| list_rev | 0.003 | 0.000 | 0.004 | |
| mabsGO | 0.002 | 0.005 | 0.007 | |
| mabsKEGG | 0.017 | 0.002 | 0.026 | |
| mabsReactome | 0.017 | 0.001 | 0.022 | |
| matrix2h5 | 0.111 | 0.011 | 0.158 | |
| meanExpr2h5 | 2.128 | 0.399 | 3.214 | |
| moa_conn | 0.051 | 0.005 | 0.071 | |
| parse_gctx | 0.136 | 0.009 | 0.186 | |
| qSig | 1.616 | 0.211 | 2.695 | |
| rand_query_ES | 11.177 | 4.495 | 19.344 | |
| read_gmt | 0.005 | 0.004 | 0.010 | |
| result-methods | 0.062 | 0.017 | 0.082 | |