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 zin1

This page was generated on 2016-09-21 03:40:34 -0700 (Wed, 21 Sep 2016).

Package 1085/1257HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scater 1.1.14
Davis McCarthy
Snapshot Date: 2016-09-19 19:15:14 -0700 (Mon, 19 Sep 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/scater
Last Changed Rev: 120896 / Revision: 121152
Last Changed Date: 2016-09-13 06:25:03 -0700 (Tue, 13 Sep 2016)
zin1 Linux (Ubuntu 16.04 LTS) / x86_64  OK  OK [ OK ]UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / 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.1.14
Command: /home/biocbuild/bbs-3.4-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.1.14.tar.gz
StartedAt: 2016-09-20 12:17:49 -0700 (Tue, 20 Sep 2016)
EndedAt: 2016-09-20 12:20:44 -0700 (Tue, 20 Sep 2016)
EllapsedTime: 175.4 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.1.14.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.4-bioc/meat/scater.Rcheck’
* using R version 3.3.1 (2016-06-21)
* 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.1.14’
* 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 5.94  0.004   5.959
* 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) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:277:66:   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:223:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ntop && (tptr[0] < 1 || tptr[ntop-1] > MAT.nrow)) {
                                              ^
utils.cpp:234:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:254: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) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:279:69:   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:223:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (ntop && (tptr[0] < 1 || tptr[ntop-1] > MAT.nrow)) {
                                              ^
utils.cpp:234:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:254: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’
Creating a generic function for ‘plot’ from package ‘graphics’ 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.5960.0080.605
bootstraps0.2840.0040.288
calcIsExprs0.50.00.5
calculateFPKM0.3640.0000.364
calculateQCMetrics0.380.000.38
calculateTPM0.560.000.56
cellNames0.2760.0000.275
cellPairwiseDistances0.2840.0000.283
counts0.3720.1040.474
cpm0.2720.0000.273
fData000
featurePairwiseDistances0.2760.0040.281
filter0.3640.0000.361
findImportantPCs1.0160.0001.018
fpkm0.4360.0000.432
fromCellDataSet1.2360.0161.252
getBMFeatureAnnos000
getExprs0.5800.0120.590
get_exprs0.4720.1160.588
isOutlier0.360.000.36
is_exprs0.2880.0040.289
multiplot1.2600.0041.266
mutate0.2840.0200.304
newSCESet0.2880.0080.295
nexprs0.2800.0000.281
norm_counts0.2840.0000.285
norm_cpm0.3040.0000.303
norm_exprs0.30.00.3
norm_fpkm0.280.000.28
norm_tpm0.3040.0000.304
normaliseExprs1.3200.0001.321
normalize1.4040.0001.405
pData000
plot3.6800.0083.688
plotDiffusionMap3.5400.0203.576
plotExplanatoryVariables0.8760.0040.883
plotExpression5.9400.0045.959
plotExprsFreqVsMean1.4400.0001.439
plotFeatureData1.0520.0001.051
plotHighestExprs1.0080.0041.012
plotMDS1.5960.0041.598
plotMetadata0.5000.0000.501
plotPCA4.8960.0084.916
plotPhenoData0.6080.0000.606
plotQC2.0600.0042.066
plotReducedDim2.9760.0042.980
plotTSNE3.0840.0003.093
readKallistoResults000
readKallistoResultsOneSample000
readSalmonResults0.0000.0000.001
readSalmonResultsOneSample000
readTxResults0.0000.0000.001
reducedDimension0.2840.0000.284
rename0.3120.0000.314
runKallisto0.0000.0000.001
scater_gui0.7640.0000.764
set_exprs0.3680.0000.366
sizeFactors0.5120.0000.510
stand_exprs0.2640.0000.265
summariseExprsAcrossFeatures1.3720.0001.369
toCellDataSet0.4800.0040.482
tpm0.3320.0000.334
updateSCESet0.4840.0000.487