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

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

Package 1207/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scater 1.5.0
Davis McCarthy
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/scater
Last Changed Rev: 129129 / Revision: 131943
Last Changed Date: 2017-04-24 15:50:57 -0400 (Mon, 24 Apr 2017)
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
veracruz1 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.5.0
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings scater_1.5.0.tar.gz
StartedAt: 2017-08-16 02:16:06 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 02:20:11 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 244.9 seconds
RetCode: 0
Status:  OK 
CheckDir: scater.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.6-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.5.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.048  0.012   7.240
plotRLE        5.956  0.016   5.983
plotPCA        5.584  0.016   5.606
* 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.6-bioc/meat/scater.Rcheck/00check.log’
for details.


scater.Rcheck/00install.out:

* installing *source* package ‘scater’ ...
** libs
g++  -I/home/biocbuild/bbs-3.6-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.6-bioc/R/include -DNDEBUG   -I/usr/local/include   -fpic  -g -O2  -Wall -c init.cpp -o init.o
g++  -I/home/biocbuild/bbs-3.6-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.6-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.6-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.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-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.8360.0000.839
arrange0.4480.0000.447
bootstraps0.2280.0000.228
calcAverage0.2240.0000.227
calcIsExprs0.540.000.54
calculateCPM0.3000.0040.306
calculateFPKM0.3200.0040.324
calculateQCMetrics0.4840.0040.485
calculateTPM0.4840.0000.485
cellNames0.5320.0000.531
cellPairwiseDistances0.2240.0000.225
counts0.2920.0920.383
cpm0.2240.0000.222
fData000
featureControlInfo0.2800.0000.277
featurePairwiseDistances0.2240.0000.224
filter0.3280.0000.328
findImportantPCs2.1920.0042.198
fpkm0.2240.0000.224
fromCellDataSet0.5240.0000.523
getBMFeatureAnnos0.0000.0000.001
get_exprs0.3800.1040.487
isOutlier0.2720.0000.273
isSpike0.2600.0000.262
is_exprs0.2280.0000.228
mergeSCESet3.2240.0083.239
multiplot1.8960.0001.898
mutate0.2440.0000.245
newSCESet0.2200.0000.223
nexprs0.2320.0000.235
norm_counts0.2360.0000.239
norm_cpm0.2240.0000.226
norm_exprs0.240.000.24
norm_fpkm0.2360.0000.233
norm_tpm0.2400.0000.243
normaliseExprs1.0120.0001.013
normalize1.0200.0001.021
pData0.0000.0000.001
plot3.8080.0323.843
plotDiffusionMap4.3640.0084.375
plotExplanatoryVariables1.0440.0001.045
plotExpression7.0480.0127.240
plotExprsFreqVsMean2.8120.0162.830
plotExprsVsTxLength1.7600.0081.766
plotFeatureData0.9200.0000.922
plotHighestExprs1.0520.0081.058
plotMDS1.4080.0001.408
plotMetadata0.5080.0040.513
plotPCA5.5840.0165.606
plotPhenoData0.5200.0040.528
plotPlatePosition0.7600.0000.761
plotQC2.1520.0002.153
plotRLE5.9560.0165.983
plotReducedDim3.8320.0043.842
plotTSNE3.1120.0043.121
read10XResults0.0040.0000.001
readKallistoResults0.0000.0000.001
readKallistoResultsOneSample000
readSalmonResults000
readSalmonResultsOneSample000
readTxResults0.0000.0000.001
reducedDimension0.4120.0040.418
rename0.3080.0040.315
runKallisto0.0040.0000.000
runSalmon0.0000.0000.001
scater_gui0.4480.0000.449
setSpike0.3280.0000.328
set_exprs0.4280.0000.427
sizeFactors0.4680.0000.469
spikes0.3120.0000.313
stand_exprs0.2640.0000.267
summariseExprsAcrossFeatures2.8760.0042.886
toCellDataSet0.5400.0000.541
tpm0.2360.0000.236
updateSCESet0.4400.0040.443
whichSpike0.2920.0000.290
writeSCESet0.2600.0000.261