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 scater on malbec2

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

Package 1186/1382HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scater 1.4.0
Davis McCarthy
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/scater
Last Changed Rev: 129126 / Revision: 131943
Last Changed Date: 2017-04-24 15:25:24 -0400 (Mon, 24 Apr 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: scater
Version: 1.4.0
Command: /home/biocbuild/bbs-3.5-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.4.0.tar.gz
StartedAt: 2017-08-16 02:08:43 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 02:12:51 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 248.2 seconds
RetCode: 0
Status:  OK 
CheckDir: scater.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.5-bioc/meat/scater.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 ‘scater/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘scater’ version ‘1.4.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 ... NOTE
  installed size is  8.6Mb
  sub-directories of 1Mb or more:
    doc   5.6Mb
* 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 ... NOTE
S3 methods shown with full name in documentation object 'arrange':
  ‘arrange.SCESet’

S3 methods shown with full name in documentation object 'filter':
  ‘filter.SCESet’

S3 methods shown with full name in documentation object 'mutate':
  ‘mutate.SCESet’

S3 methods shown with full name in documentation object 'rename':
  ‘rename.SCESet’

The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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 7.512  0.020   7.556
plotPCA        6.356  0.016   6.376
plotRLE        5.848  0.016   5.870
* 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: 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.5-bioc/meat/scater.Rcheck/00check.log’
for details.


scater.Rcheck/00install.out:

* installing *source* package ‘scater’ ...
** libs
g++  -I/home/biocbuild/bbs-3.5-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c calc_exprs.cpp -o calc_exprs.o
calc_exprs.cpp: In instantiation of ‘SEXPREC* calc_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
calc_exprs.cpp:78:95:   required from here
calc_exprs.cpp:5:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (!isReal(size_fac) || LENGTH(size_fac)!=MAT.ncol) { 
                                              ^
calc_exprs.cpp: In instantiation of ‘SEXPREC* calc_exprs_internal(const T*, const matrix_info&, SEXP, SEXP, SEXP, SEXP, SEXP) [with T = double; SEXP = SEXPREC*]’:
calc_exprs.cpp:80:98:   required from here
calc_exprs.cpp:5:46: 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 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 utils.cpp -o utils.o
utils.cpp: In function ‘subset_info process_subset_vector(SEXP, const matrix_info&, bool)’:
utils.cpp:20:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (sptr[s] < 0 || sptr[s] >= upper) { 
                                    ^
utils.cpp: In instantiation of ‘SEXPREC* rowsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:106:65:   required from here
utils.cpp:86:13: warning: unused variable ‘s’ [-Wunused-variable]
         int s;
             ^
utils.cpp: In instantiation of ‘SEXPREC* rowsum_subset_internal(const T*, const matrix_info&, SEXP) [with T = double; SEXP = SEXPREC*]’:
utils.cpp:108:68:   required from here
utils.cpp:86:13: warning: unused variable ‘s’ [-Wunused-variable]
utils.cpp: In instantiation of ‘SEXPREC* calc_top_features_internal(const T*, const matrix_info&, SEXP, SEXP) [with T = int; SEXP = SEXPREC*]’:
utils.cpp:336:74:   required from here
utils.cpp:263:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t t=1; t<ntop; ++t) {
                       ^
utils.cpp:292:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:303:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (r=0; r<itercycles; ++r) {
                        ^
utils.cpp:313: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:338:77:   required from here
utils.cpp:263:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (size_t t=1; t<ntop; ++t) {
                       ^
utils.cpp:292:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (t=1; t<ntop; ++t) {
                    ^
utils.cpp:303:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (r=0; r<itercycles; ++r) {
                        ^
utils.cpp:313:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for (t=0; t<ntop; ++t) {
                        ^
g++ -shared -L/home/biocbuild/bbs-3.5-bioc/R/lib -L/usr/local/lib -o scater.so calc_exprs.o init.o matrix_info.o utils.o -L/home/biocbuild/bbs-3.5-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.5-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
areSizeFactorsCentred0.8240.0040.829
arrange0.4520.0000.450
bootstraps0.2440.0040.247
calcAverage0.2440.0000.241
calcIsExprs0.5520.0000.552
calculateCPM0.2760.0160.291
calculateFPKM0.3120.0080.320
calculateQCMetrics0.4800.0000.482
calculateTPM0.4360.0000.438
cellNames0.5280.0000.528
cellPairwiseDistances0.2200.0040.226
counts0.2640.1000.363
cpm0.2120.0040.215
fData0.0000.0000.001
featureControlInfo0.2560.0000.256
featurePairwiseDistances0.2120.0040.219
filter0.3840.0000.386
findImportantPCs2.2960.0042.301
fpkm0.2480.0000.248
fromCellDataSet0.5400.0080.552
getBMFeatureAnnos000
get_exprs0.4000.1000.501
isOutlier0.3040.0000.304
isSpike0.2920.0000.291
is_exprs0.2480.0000.247
mergeSCESet2.6200.0002.624
multiplot1.8480.0041.855
mutate0.2280.0000.228
newSCESet0.2280.0000.225
nexprs0.2200.0000.221
norm_counts0.2240.0000.222
norm_cpm0.2440.0000.242
norm_exprs0.220.000.22
norm_fpkm0.2080.0000.209
norm_tpm0.2240.0000.225
normaliseExprs1.0080.0001.009
normalize0.9720.0040.977
pData0.0000.0000.001
plot3.8520.0043.858
plotDiffusionMap4.4600.0524.531
plotExplanatoryVariables1.0400.0041.048
plotExpression7.5120.0207.556
plotExprsFreqVsMean2.6480.0002.648
plotExprsVsTxLength2.3640.0002.366
plotFeatureData0.9240.0240.945
plotHighestExprs1.0600.0001.061
plotMDS1.4040.0081.411
plotMetadata0.4720.0000.472
plotPCA6.3560.0166.376
plotPhenoData0.5160.0000.516
plotPlatePosition0.9000.0000.898
plotQC2.6640.0082.673
plotRLE5.8480.0165.870
plotReducedDim4.8320.0044.847
plotTSNE3.7120.0003.726
read10XResults000
readKallistoResults000
readKallistoResultsOneSample000
readSalmonResults0.0000.0000.001
readSalmonResultsOneSample0.0000.0000.001
readTxResults0.0000.0040.002
reducedDimension0.3920.0000.392
rename0.3960.0000.398
runKallisto0.0000.0000.001
runSalmon000
scater_gui0.6680.0000.670
setSpike0.7960.0000.800
set_exprs0.3680.0000.369
sizeFactors0.4320.0000.432
spikes0.3200.0000.318
stand_exprs0.3440.0000.346
summariseExprsAcrossFeatures2.5320.0082.545
toCellDataSet0.5120.0000.514
tpm0.2640.0000.264
updateSCESet0.4800.0000.479
whichSpike0.2840.0000.283
writeSCESet0.2680.0000.269