Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2021-10-15 15:06:53 -0400 (Fri, 15 Oct 2021).

CHECK results for signatureSearch on machv2

To the developers/maintainers of the signatureSearch package:
- Please 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 How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1761/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
signatureSearch 1.6.3  (landing page)
Yuzhu Duan
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/signatureSearch
git_branch: RELEASE_3_13
git_last_commit: 5c1eebb
git_last_commit_date: 2021-08-29 20:33:50 -0400 (Sun, 29 Aug 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: signatureSearch
Version: 1.6.3
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings signatureSearch_1.6.3.tar.gz
StartedAt: 2021-10-15 00:01:28 -0400 (Fri, 15 Oct 2021)
EndedAt: 2021-10-15 00:09:35 -0400 (Fri, 15 Oct 2021)
EllapsedTime: 487.0 seconds
RetCode: 0
Status:   OK  
CheckDir: signatureSearch.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:signatureSearch.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings signatureSearch_1.6.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘signatureSearch/DESCRIPTION’ ... OK
* this is package ‘signatureSearch’ version ‘1.6.3’
* 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:
  .git_fetch_output.txt
  .git_merge_output.txt
  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
* checking installed package size ... NOTE
  installed size is 98.8Mb
  sub-directories of 1Mb or more:
    R        96.1Mb
    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 19 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 ... OK
Examples with CPU (user + system) or elapsed time > 5s
               user system elapsed
set_readable 34.879  2.046  37.202
runWF        30.909  1.349  38.914
dtnetplot     5.267  0.599   6.209
* 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: 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.Rcheck/00check.log’
for details.



Installation output

signatureSearch.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL signatureSearch
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘signatureSearch’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fastGSEA.cpp -o fastGSEA.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c fgsea_init.c -o fgsea_init.o
clang++ -mmacosx-version-min=10.13 -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/usr/local/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.1/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)

Tests output

signatureSearch.Rcheck/tests/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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.289   0.071   0.335 

Example timings

signatureSearch.Rcheck/signatureSearch-Ex.timings

nameusersystemelapsed
add_pcid0.0030.0020.004
append2H50.0690.0070.076
build_custom_db0.4290.0630.494
cellNtestPlot0.3040.0350.340
cell_info0.1440.0210.165
chembl_moa_list0.0050.0050.011
clue_moa_list0.0030.0020.005
comp_fea_res0.1800.0170.197
create_empty_h50.0330.0060.039
dim-methods0.0480.0020.050
drug_cell_ranks0.0140.0010.014
drugs-methods0.0030.0000.003
drugs100.0020.0030.004
dsea_GSEA0.0020.0030.005
dsea_hyperG0.0020.0020.004
dtnetplot5.2670.5996.209
enrichGO20.0000.0000.001
enrichKEGG2000
enrichMOA0.0530.0050.057
enrichReactome0.0000.0000.001
feaResult0.0020.0010.002
gctx2h50.8300.2681.101
gessResult0.0040.0010.004
gess_cmap0.0010.0010.002
gess_cor0.0010.0000.001
gess_fisher0.0000.0000.001
gess_gcmap0.0010.0010.001
gess_lincs0.0000.0000.001
gess_res_vis0.3410.0060.347
getSig0.5880.0440.632
get_targets3.7960.0664.109
get_treat_info0.0410.0030.045
gmt2h50.1450.0260.174
gseGO20.0010.0020.004
gseKEGG20.0160.0010.017
gseReactome0.0110.0010.011
head-methods0.0070.0000.008
lincs_expr_inst_info0.0440.0030.047
lincs_pert_info0.1150.0060.121
lincs_sig_info0.0520.0050.056
list2df0.0030.0010.003
mabsGO0.0010.0020.003
mabsKEGG0.0120.0010.013
mabsReactome0.0140.0010.016
matrix2h50.0820.0070.088
moa_conn0.0280.0020.030
parse_gctx0.1270.0130.139
qSig0.4870.0520.539
rand_query_ES3.8850.5504.440
read_gmt0.0030.0010.003
result-methods0.0300.0010.030
runWF30.909 1.34938.914
set_readable34.879 2.04637.202
show-methods0.0400.0010.041
sim_score_grp0.0190.0000.019
tail-methods0.0110.0010.012
tarReduce0.0010.0000.001
targetList0.0030.0030.007
tsea_dup_hyperG0.0020.0020.005
tsea_mGSEA0.0010.0020.003
tsea_mabs0.0020.0030.005
vec_char_redu0.0000.0000.001