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 veracruz1

This page was generated on 2017-08-16 13:48:19 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings scater_1.5.0.tar.gz
StartedAt: 2017-08-16 08:16:15 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 08:21:22 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 306.4 seconds
RetCode: 0
Status:  OK 
CheckDir: scater.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings scater_1.5.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/scater.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-apple-darwin15.6.0 (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 11.1Mb
  sub-directories of 1Mb or more:
    doc   8.4Mb
* 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   8.230  0.059   8.594
plotPCA          6.489  0.037   6.716
plotRLE          5.779  0.196   6.167
plotReducedDim   5.581  0.034   5.839
plotDiffusionMap 5.177  0.068   5.445
plot             4.764  0.117   5.048
* 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
  ‘/Users/biocbuild/bbs-3.6-bioc/meat/scater.Rcheck/00check.log’
for details.


scater.Rcheck/00install.out:

* installing *source* package ‘scater’ ...
** libs
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c calc_exprs.cpp -o calc_exprs.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c init.cpp -o init.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c matrix_info.cpp -o matrix_info.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c utils.cpp -o utils.o
utils.cpp:86:13: warning: unused variable 's' [-Wunused-variable]
        int s;
            ^
1 warning generated.
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o scater.so calc_exprs.o init.o matrix_info.o utils.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/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.7860.0050.808
arrange0.5900.0030.598
bootstraps0.2740.0020.281
calcAverage0.2610.0020.267
calcIsExprs0.2870.0030.291
calculateCPM0.3030.0020.315
calculateFPKM0.3210.0030.335
calculateQCMetrics0.4750.0030.486
calculateTPM0.4970.0040.523
cellNames0.8430.0250.890
cellPairwiseDistances0.2570.0020.260
counts0.3970.1770.593
cpm0.2050.0030.208
fData0.0010.0000.001
featureControlInfo0.2880.0020.301
featurePairwiseDistances0.2550.0020.266
filter0.3420.0030.357
findImportantPCs2.8970.0223.012
fpkm0.3170.0030.326
fromCellDataSet0.6700.0140.709
getBMFeatureAnnos0.0010.0000.000
get_exprs0.5450.2050.776
isOutlier0.3950.0030.404
isSpike0.3430.0070.355
is_exprs0.2840.0010.289
mergeSCESet2.7670.0102.878
multiplot2.8260.0092.947
mutate0.3060.0030.324
newSCESet0.3030.0020.313
nexprs0.3140.0030.320
norm_counts0.2680.0020.286
norm_cpm0.2870.0010.296
norm_exprs0.3120.0020.326
norm_fpkm0.2890.0030.308
norm_tpm0.2450.0030.261
normaliseExprs1.2750.0081.312
normalize1.2760.0071.347
pData0.0010.0000.001
plot4.7640.1175.048
plotDiffusionMap5.1770.0685.445
plotExplanatoryVariables1.1740.0211.233
plotExpression8.2300.0598.594
plotExprsFreqVsMean3.1480.0183.262
plotExprsVsTxLength2.6620.0302.789
plotFeatureData1.1830.0171.229
plotHighestExprs1.3930.0081.430
plotMDS1.8480.0091.945
plotMetadata0.5510.0050.560
plotPCA6.4890.0376.716
plotPhenoData0.6940.0040.718
plotPlatePosition1.0500.0071.094
plotQC2.8630.0573.010
plotRLE5.7790.1966.167
plotReducedDim5.5810.0345.839
plotTSNE4.2670.0224.624
read10XResults0.0010.0000.000
readKallistoResults0.0000.0000.001
readKallistoResultsOneSample0.0010.0000.001
readSalmonResults0.0010.0000.001
readSalmonResultsOneSample0.0000.0000.001
readTxResults0.0010.0000.002
reducedDimension0.2750.0030.294
rename0.2900.0030.306
runKallisto0.0010.0000.001
runSalmon0.0010.0000.001
scater_gui0.5690.0030.644
setSpike0.3130.0030.323
set_exprs0.4650.0040.497
sizeFactors0.5860.0030.671
spikes0.3760.0030.439
stand_exprs0.3380.0040.386
summariseExprsAcrossFeatures2.8830.0873.561
toCellDataSet0.6060.0070.774
tpm0.3230.0020.415
updateSCESet0.5470.0040.750
whichSpike0.3800.0020.493
writeSCESet0.3340.0040.433