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.4: CHECK report for scater on malbec1

This page was generated on 2017-04-15 16:13:34 -0400 (Sat, 15 Apr 2017).

Package 1114/1296HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scater 1.2.0
Davis McCarthy
Snapshot Date: 2017-04-14 17:17:13 -0400 (Fri, 14 Apr 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_4/madman/Rpacks/scater
Last Changed Rev: 122710 / Revision: 128728
Last Changed Date: 2016-10-17 14:45:06 -0400 (Mon, 17 Oct 2016)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: scater
Version: 1.2.0
Command: /home/biocbuild/bbs-3.4-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.2.0.tar.gz
StartedAt: 2017-04-15 01:10:04 -0400 (Sat, 15 Apr 2017)
EndedAt: 2017-04-15 01:13:36 -0400 (Sat, 15 Apr 2017)
EllapsedTime: 211.7 seconds
RetCode: 0
Status:  OK 
CheckDir: scater.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.4-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.2.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.4-bioc/meat/scater.Rcheck’
* using R version 3.3.3 (2017-03-06)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘scater/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘scater’ version ‘1.2.0’
* 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 ‘scater’ 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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                user system elapsed
plotExpression 6.568  0.008   6.588
plotPCA        5.892  0.004   5.899
* 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

scater.Rcheck/00install.out:

* installing *source* package ‘scater’ ...
** libs
g++ -I/home/biocbuild/bbs-3.4-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c calc_cpm.cpp -o calc_cpm.o
calc_cpm.cpp: In instantiation of ‘SEXPREC* calc_cpm_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
calc_cpm.cpp:53:82:   required from here
calc_cpm.cpp:5:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (!isReal(lib_sizes) || LENGTH(lib_sizes)!=MAT.ncol) { 
                                                ^
calc_cpm.cpp:9:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (!isReal(prior_counts) || LENGTH(prior_counts)!=MAT.ncol) { 
                                                      ^
calc_cpm.cpp: In instantiation of ‘SEXPREC* calc_cpm_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
calc_cpm.cpp:55:85:   required from here
calc_cpm.cpp:5:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (!isReal(lib_sizes) || LENGTH(lib_sizes)!=MAT.ncol) { 
                                                ^
calc_cpm.cpp:9:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (!isReal(prior_counts) || LENGTH(prior_counts)!=MAT.ncol) { 
                                                      ^
g++ -I/home/biocbuild/bbs-3.4-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c init.cpp -o init.o
g++ -I/home/biocbuild/bbs-3.4-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.4-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c utils.cpp -o utils.o
utils.cpp: In instantiation of ‘SEXPREC* colsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:56:65:   required from here
utils.cpp:26:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (sptr[s] < 1 || sptr[s] > MAT.nrow) { 
                                    ^
utils.cpp: In instantiation of ‘SEXPREC* colsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:58:68:   required from here
utils.cpp:26:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
utils.cpp: In instantiation of ‘SEXPREC* colsum_exprs_subset_internal(const T*, const matrix_info&, T, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:109:93:   required from here
utils.cpp:74:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (sptr[s] < 1 || sptr[s] > MAT.nrow) { 
                                    ^
utils.cpp: In instantiation of ‘SEXPREC* colsum_exprs_subset_internal(const T*, const matrix_info&, T, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:114:93:   required from here
utils.cpp:74:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:298:74:   required from here
utils.cpp:218:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t t=1; t<ntop; ++t) {
                       ^
utils.cpp:235:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (sptr[s] < 0 || sptr[s] >= MAT.nrow) { 
                                        ^
utils.cpp:254:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:265:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (r=0; r<itercycles; ++r) {
                        ^
utils.cpp:275:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (t=0; t<ntop; ++t) {
                        ^
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:300:77:   required from here
utils.cpp:218:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t t=1; t<ntop; ++t) {
                       ^
utils.cpp:235:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             if (sptr[s] < 0 || sptr[s] >= MAT.nrow) { 
                                        ^
utils.cpp:254:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:265:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (r=0; r<itercycles; ++r) {
                        ^
utils.cpp:275:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (t=0; t<ntop; ++t) {
                        ^
g++ -shared -L/home/biocbuild/bbs-3.4-bioc/R/lib -L/usr/local/lib -o scater.so calc_cpm.o init.o matrix_info.o utils.o -L/home/biocbuild/bbs-3.4-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.4-bioc/meat/scater.Rcheck/scater/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a new generic function for ‘mutate’ in package ‘scater’
Creating a new generic function for ‘filter’ in package ‘scater’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (scater)

scater.Rcheck/scater-Ex.timings:

nameusersystemelapsed
arrange0.5760.0000.575
bootstraps0.2640.0080.271
calcIsExprs0.5160.0000.515
calculateFPKM0.5160.0000.518
calculateQCMetrics0.4360.0000.437
calculateTPM0.5320.0000.532
cellNames0.6600.0040.664
cellPairwiseDistances0.4880.0000.489
counts0.4000.0840.486
cpm0.3240.0000.322
fData0.0000.0000.001
featurePairwiseDistances0.2880.0000.289
filter0.4440.0000.445
findImportantPCs1.6000.0041.605
fpkm0.2880.0000.293
fromCellDataSet2.2560.0202.277
getBMFeatureAnnos000
getExprs0.6280.0240.653
get_exprs0.5400.1160.657
isOutlier0.7680.0000.781
is_exprs0.2880.0080.294
mergeSCESet2.2320.0082.243
multiplot1.3880.0001.389
mutate0.4240.0000.423
newSCESet0.4600.0040.467
nexprs0.3160.0040.320
norm_counts0.3040.0000.302
norm_cpm0.3480.0000.351
norm_exprs0.2880.0000.289
norm_fpkm0.3040.0000.304
norm_tpm0.3120.0000.309
normaliseExprs1.260.001.26
normalize1.6080.0001.610
pData0.0000.0000.001
plot4.2040.0204.234
plotDiffusionMap4.0160.0164.036
plotExplanatoryVariables0.8720.0080.878
plotExpression6.5680.0086.588
plotExprsFreqVsMean1.4080.0001.410
plotExprsVsTxLength2.1120.0082.119
plotFeatureData0.9800.0080.987
plotHighestExprs1.1280.0001.129
plotMDS1.7360.0001.737
plotMetadata0.5080.0000.508
plotPCA5.8920.0045.899
plotPhenoData0.7200.0000.717
plotPlatePosition0.8400.0040.845
plotQC2.4360.0042.440
plotReducedDim3.4640.0003.468
plotTSNE3.3360.0083.405
readKallistoResults0.0000.0000.001
readKallistoResultsOneSample0.0000.0000.001
readSalmonResults0.0040.0000.000
readSalmonResultsOneSample000
readTxResults000
reducedDimension0.4280.0000.427
rename0.3680.0000.365
runKallisto0.0000.0000.001
runSalmon000
scater_gui0.5640.0000.566
set_exprs0.5440.0000.546
sizeFactors0.6400.0000.641
stand_exprs0.3000.0000.301
summariseExprsAcrossFeatures3.5680.0083.581
toCellDataSet0.5560.0000.558
tpm0.3040.0000.304
updateSCESet0.5600.0000.561
writeSCESet0.3120.0000.313