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

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

CHECK results for signatureSearch on tokay2

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: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:signatureSearch.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings signatureSearch_1.6.3.tar.gz
StartedAt: 2021-10-15 05:41:58 -0400 (Fri, 15 Oct 2021)
EndedAt: 2021-10-15 05:51:36 -0400 (Fri, 15 Oct 2021)
EllapsedTime: 578.2 seconds
RetCode: 0
Status:   OK  
CheckDir: signatureSearch.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:signatureSearch.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings signatureSearch_1.6.3.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* 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:
  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 whether package 'signatureSearch' can be installed ... OK
* checking installed package size ... NOTE
  installed size is 87.9Mb
  sub-directories of 1Mb or more:
    R        82.8Mb
    extdata   1.5Mb
    libs      2.1Mb
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/signatureSearch/libs/i386/signatureSearch.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.13-bioc/R/library/signatureSearch/libs/x64/signatureSearch.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
runWF        29.01   2.67   37.94
set_readable 19.63   1.39   21.36
dtnetplot     5.78   1.59    7.86
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
runWF        32.06   1.40   39.21
set_readable 19.94   0.75   21.03
dtnetplot     5.78   1.00    7.15
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  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
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.Rcheck/00check.log'
for details.



Installation output

signatureSearch.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/signatureSearch_1.6.3.tar.gz && rm -rf signatureSearch.buildbin-libdir && mkdir signatureSearch.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=signatureSearch.buildbin-libdir signatureSearch_1.6.3.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL signatureSearch_1.6.3.zip && rm signatureSearch_1.6.3.tar.gz signatureSearch_1.6.3.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 39 4187k   39 1640k    0     0  2032k      0  0:00:02 --:--:--  0:00:02 2032k
100 4187k  100 4187k    0     0  2594k      0  0:00:01  0:00:01 --:--:-- 2596k

install for i386

* installing *source* package 'signatureSearch' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"c:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fastGSEA.cpp -o fastGSEA.o
fastGSEA.cpp: In function 'Rcpp::NumericVector calcGseaStatBatchCpp(const NumericVector&, const List&, const IntegerVector&)':
fastGSEA.cpp:444:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare]
         for (int j = 0; j < S.size(); ++j) {
                         ~~^~~~~~~~~~
"C:/rtools40/mingw32/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"c:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c fgsea_init.c -o fgsea_init.o
C:/rtools40/mingw32/bin/g++ -shared -s -static-libgcc -o signatureSearch.dll tmp.def RcppExports.o fastGSEA.o fgsea_init.o -Lc:/extsoft/lib/i386 -Lc:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.buildbin-libdir/00LOCK-signatureSearch/00new/signatureSearch/libs/i386
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'signatureSearch'
    finding HTML links ... done
    GCT-object                              html  
    add_pcid                                html  
    append2H5                               html  
    build_custom_db                         html  
    calcGseaStatBatchCpp                    html  
    cellNtestPlot                           html  
    cell_info                               html  
    chembl_moa_list                         html  
    clue_moa_list                           html  
    comp_fea_res                            html  
    create_empty_h5                         html  
    dim-methods                             html  
    drug_cell_ranks                         html  
    drugs-methods                           html  
    drugs10                                 html  
    dsea_GSEA                               html  
    dsea_hyperG                             html  
    dtnetplot                               html  
    enrichGO2                               html  
    enrichKEGG2                             html  
    enrichMOA                               html  
    enrichReactome                          html  
    feaResult-class                         html  
    feaResult                               html  
    gctx2h5                                 html  
    gessResult-class                        html  
    gessResult                              html  
    gess_cmap                               html  
    gess_cor                                html  
    gess_fisher                             html  
    gess_gcmap                              html  
    gess_lincs                              html  
    gess_res_vis                            html  
    getALLEG                                html  
    getDb                                   html  
    getSig                                  html  
    get_targets                             html  
    get_treat_info                          html  
    gmt2h5                                  html  
    gseGO2                                  html  
    gseKEGG2                                html  
    gseReactome                             html  
    head-methods                            html  
    lincs_expr_inst_info                    html  
    lincs_pert_info                         html  
    lincs_sig_info                          html  
    list2df                                 html  
    mabsGO                                  html  
    mabsKEGG                                html  
    mabsReactome                            html  
    matrix2h5                               html  
    moa_conn                                html  
    parse_gctx                              html  
    qSig-class                              html  
    qSig                                    html  
    rand_query_ES                           html  
    read_gmt                                html  
    result-methods                          html  
    runWF                                   html  
    set_readable                            html  
    show-methods                            html  
    signatureSearch-package                 html  
    sim_score_grp                           html  
    tail-methods                            html  
    tarReduce                               html  
    targetList                              html  
    tsea_dup_hyperG                         html  
    tsea_mGSEA                              html  
    tsea_mabs                               html  
    vec_char_redu                           html  
** 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

install for x64

* installing *source* package 'signatureSearch' ...
** libs
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++  -std=gnu++11 -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c fastGSEA.cpp -o fastGSEA.o
fastGSEA.cpp: In function 'Rcpp::NumericVector calcGseaStatBatchCpp(const NumericVector&, const List&, const IntegerVector&)':
fastGSEA.cpp:444:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
         for (int j = 0; j < S.size(); ++j) {
                         ~~^~~~~~~~~~
"C:/rtools40/mingw64/bin/"gcc  -I"C:/Users/BIOCBU~1/BBS-3~1.13-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -std=gnu99 -mfpmath=sse -msse2 -mstackrealign  -c fgsea_init.c -o fgsea_init.o
C:/rtools40/mingw64/bin/g++ -shared -s -static-libgcc -o signatureSearch.dll tmp.def RcppExports.o fastGSEA.o fgsea_init.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.13-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.13-bioc/meat/signatureSearch.buildbin-libdir/signatureSearch/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'signatureSearch' as signatureSearch_1.6.3.zip
* DONE (signatureSearch)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'signatureSearch' successfully unpacked and MD5 sums checked

Tests output

signatureSearch.Rcheck/tests_i386/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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.17    0.09    0.25 

signatureSearch.Rcheck/tests_x64/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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.25    0.07    0.29 

Example timings

signatureSearch.Rcheck/examples_i386/signatureSearch-Ex.timings

nameusersystemelapsed
add_pcid0.010.000.02
append2H50.050.020.06
build_custom_db0.230.120.35
cellNtestPlot0.390.130.58
cell_info0.080.090.17
chembl_moa_list0.020.000.02
clue_moa_list0.010.000.02
comp_fea_res0.220.000.21
create_empty_h50.030.000.04
dim-methods000
drug_cell_ranks000
drugs-methods0.020.000.01
drugs10000
dsea_GSEA0.010.000.02
dsea_hyperG0.000.020.01
dtnetplot5.781.597.86
enrichGO2000
enrichKEGG2000
enrichMOA0.020.060.08
enrichReactome000
feaResult0.020.000.01
gctx2h50.610.160.86
gessResult000
gess_cmap000
gess_cor000
gess_fisher000
gess_gcmap000
gess_lincs000
gess_res_vis0.250.000.25
getSig0.420.040.47
get_targets2.570.162.90
get_treat_info0.030.000.03
gmt2h50.110.050.38
gseGO20.000.010.01
gseKEGG20.010.000.02
gseReactome0.020.000.02
head-methods0.010.000.01
lincs_expr_inst_info0.050.000.05
lincs_pert_info0.140.020.15
lincs_sig_info0.050.010.07
list2df000
mabsGO0.000.020.01
mabsKEGG0.010.000.02
mabsReactome0.020.000.01
matrix2h50.080.000.08
moa_conn0.030.010.05
parse_gctx0.110.040.14
qSig0.420.010.44
rand_query_ES3.280.163.50
read_gmt000
result-methods0.020.000.01
runWF29.01 2.6737.94
set_readable19.63 1.3921.36
show-methods0.030.000.03
sim_score_grp000
tail-methods0.010.000.02
tarReduce000
targetList000
tsea_dup_hyperG0.000.020.01
tsea_mGSEA000
tsea_mabs0.020.000.02
vec_char_redu000

signatureSearch.Rcheck/examples_x64/signatureSearch-Ex.timings

nameusersystemelapsed
add_pcid0.020.000.02
append2H50.030.030.06
build_custom_db0.260.030.30
cellNtestPlot0.240.000.24
cell_info0.090.000.09
chembl_moa_list0.000.020.01
clue_moa_list000
comp_fea_res0.160.030.19
create_empty_h50.030.000.03
dim-methods0.010.000.01
drug_cell_ranks0.020.000.02
drugs-methods0.020.000.02
drugs10000
dsea_GSEA0.010.000.01
dsea_hyperG0.000.020.02
dtnetplot5.781.007.15
enrichGO2000
enrichKEGG2000
enrichMOA0.050.000.05
enrichReactome000
feaResult000
gctx2h50.480.140.64
gessResult000
gess_cmap000
gess_cor0.000.020.02
gess_fisher000
gess_gcmap000
gess_lincs000
gess_res_vis0.300.010.31
getSig0.470.030.50
get_targets3.330.143.66
get_treat_info0.030.000.03
gmt2h50.150.040.40
gseGO2000
gseKEGG20.020.000.02
gseReactome000
head-methods0.010.000.02
lincs_expr_inst_info0.060.000.06
lincs_pert_info0.110.000.11
lincs_sig_info0.070.010.08
list2df000
mabsGO0.000.020.02
mabsKEGG0.010.000.01
mabsReactome0.020.000.02
matrix2h50.090.000.17
moa_conn0.050.000.05
parse_gctx0.090.000.09
qSig0.390.020.41
rand_query_ES3.920.224.14
read_gmt000
result-methods0.040.000.03
runWF32.06 1.4039.21
set_readable19.94 0.7521.03
show-methods0.030.000.03
sim_score_grp0.020.000.02
tail-methods000
tarReduce000
targetList0.000.020.02
tsea_dup_hyperG000
tsea_mGSEA0.000.010.01
tsea_mabs000
vec_char_redu000