Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R [S] T  U  V  W  X  Y  Z 

BioC 3.5: CHECK report for scran on malbec2

This page was generated on 2017-08-16 13:17:31 -0400 (Wed, 16 Aug 2017).

Package 1191/1382HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scran 1.4.5
Aaron Lun
Snapshot Date: 2017-08-15 17:17:57 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/scran
Last Changed Rev: 131271 / Revision: 131943
Last Changed Date: 2017-07-17 04:49:26 -0400 (Mon, 17 Jul 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: scran
Version: 1.4.5
Command: /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings scran_1.4.5.tar.gz
StartedAt: 2017-08-16 02:09:59 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 02:13:58 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 239.6 seconds
RetCode: 0
Status:  OK 
CheckDir: scran.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings scran_1.4.5.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/scran.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘scran/DESCRIPTION’ ... OK
* this is package ‘scran’ version ‘1.4.5’
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘scran’ 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 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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* 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: OK

scran.Rcheck/00install.out:

* installing *source* package ‘scran’ ...
** libs
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c build_snn.cpp -o build_snn.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c compute_CV2.cpp -o compute_CV2.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c compute_cordist.cpp -o compute_cordist.o
compute_cordist.cpp: In instantiation of ‘SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
                 for (size_t s=0; s<slen; ++s) {
                                   ^
compute_cordist.cpp: In instantiation of ‘SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:119:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
compute_cordist.cpp: In instantiation of ‘void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = int]’:
compute_cordist.cpp:79:22:   required from ‘SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’
compute_cordist.cpp:142:73:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp: In instantiation of ‘void average_ranks(const T*, const matrix_info&, const int*, int, double*) [with T = double]’:
compute_cordist.cpp:79:22:   required from ‘SEXPREC* cordist_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’
compute_cordist.cpp:144:76:   required from here
compute_cordist.cpp:12:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:25:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
compute_cordist.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (s==subset_len-1 || collected[s].first!=collected[s+1].first) {
                  ^
compute_cordist.cpp:50:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (s=0; s<subset_len; ++s) {
                    ^
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c compute_rho.cpp -o compute_rho.o
compute_rho.cpp: In function ‘SEXPREC* combine_corP(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
compute_rho.cpp:421:31: warning: unused variable ‘temp_abs_rho’ [-Wunused-variable]
         double temp_combined, temp_abs_rho;
                               ^
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c estimate_variance.cpp -o estimate_variance.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c forge_system.cpp -o forge_system.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c init.cpp -o init.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c matrix_info.cpp -o matrix_info.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c overlap_exprs.cpp -o overlap_exprs.o
overlap_exprs.cpp: In instantiation of ‘SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = int; SEXP = SEXPREC*]’:
overlap_exprs.cpp:138:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (cursource[j]<1 || cursource[j]>ncells) { 
                                               ^
overlap_exprs.cpp: In instantiation of ‘SEXPREC* overlap_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, T) [with T = double; SEXP = SEXPREC*]’:
overlap_exprs.cpp:140:96:   required from here
overlap_exprs.cpp:26:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c run_dormqr.cpp -o run_dormqr.o
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c shuffle_scores.cpp -o shuffle_scores.o
shuffle_scores.cpp: In instantiation of ‘SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
shuffle_scores.cpp:104:120:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (start < 0 || last > emat.ncol) { throw std::runtime_error("cell indices are out of range"); }
                           ^
shuffle_scores.cpp: In instantiation of ‘SEXPREC* shuffle_scores_internal(SEXP, const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
shuffle_scores.cpp:106:123:   required from here
shuffle_scores.cpp:24:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
g++ -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o scran.so build_snn.o compute_CV2.o compute_cordist.o compute_rho.o estimate_variance.o forge_system.o init.o matrix_info.o overlap_exprs.o run_dormqr.o shuffle_scores.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lRlapack -L/home/biocbuild/bbs-3.5-bioc/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-bioc/meat/scran.Rcheck/scran/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (scran)

scran.Rcheck/scran-Ex.timings:

nameusersystemelapsed
DM0.1280.0000.128
buildSNNGraph0.1320.0000.130
combineVar4.0640.0364.105
computeSpikeFactors1.0640.0001.068
computeSumFactors2.1840.0042.187
convertTo4.1960.0324.233
correlatePairs0.1560.0000.156
cyclone0.3200.0000.322
decomposeVar1.8160.0001.818
denoisePCA0.1720.0000.171
exploreData0.9720.0001.047
findMarkers2.1160.0002.128
improvedCV21.1720.0241.200
mnnCorrect0.0840.0040.086
overlapExprs0.8680.0040.875
quickCluster0.5080.0000.510
sandbag0.1040.0000.104
selectorPlot0.4480.0000.445
spikes0.9360.0000.938
technicalCV21.5600.0121.575
testVar0.0360.0000.037
trendVar1.6720.0001.675