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 veracruz2

This page was generated on 2017-08-16 13:34:16 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings scater_1.4.0.tar.gz
StartedAt: 2017-08-16 07:58:49 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 08:04:13 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 323.3 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.4.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-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.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 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   10.889  0.088  11.297
plotPCA           8.091  0.047   9.926
plotDiffusionMap  6.453  0.070   6.733
plotRLE           5.688  0.186   7.489
plotReducedDim    5.548  0.036   7.158
plot              4.992  0.112   5.264
plotTSNE          4.706  0.020   6.000
* 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.5-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.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
areSizeFactorsCentred1.0210.0041.057
arrange0.6120.0040.631
bootstraps0.3140.0020.333
calcAverage0.2740.0020.284
calcIsExprs0.3900.0020.402
calculateCPM0.3800.0030.387
calculateFPKM0.4640.0040.488
calculateQCMetrics0.6950.0040.733
calculateTPM0.7980.0260.851
cellNames0.6550.0060.691
cellPairwiseDistances0.2870.0020.297
counts0.4730.2020.688
cpm0.2960.0020.313
fData0.0010.0000.000
featureControlInfo0.3090.0030.321
featurePairwiseDistances0.3080.0020.330
filter0.4190.0050.436
findImportantPCs3.0240.0223.152
fpkm0.3140.0020.317
fromCellDataSet0.5810.0130.606
getBMFeatureAnnos0.0010.0000.001
get_exprs0.5770.2000.790
isOutlier0.3530.0030.366
isSpike0.3550.0030.363
is_exprs0.3390.0030.351
mergeSCESet2.8200.0082.901
multiplot2.9010.0122.955
mutate0.2850.0020.304
newSCESet0.2980.0020.320
nexprs0.3180.0020.323
norm_counts0.2950.0020.307
norm_cpm0.3090.0040.338
norm_exprs0.2770.0020.281
norm_fpkm0.2870.0010.293
norm_tpm0.3170.0020.328
normaliseExprs1.3450.0101.373
normalize1.2570.0111.296
pData0.0010.0000.001
plot4.9920.1125.264
plotDiffusionMap6.4530.0706.733
plotExplanatoryVariables1.5810.0301.668
plotExpression10.889 0.08811.297
plotExprsFreqVsMean3.8500.0244.003
plotExprsVsTxLength2.4680.0322.557
plotFeatureData1.2490.0101.271
plotHighestExprs1.4590.0071.515
plotMDS2.0830.0112.168
plotMetadata0.6690.0030.727
plotPCA8.0910.0479.926
plotPhenoData0.6760.0050.775
plotPlatePosition1.2420.0081.436
plotQC3.0510.0333.679
plotRLE5.6880.1867.489
plotReducedDim5.5480.0367.158
plotTSNE4.7060.0206.000
read10XResults0.0010.0000.000
readKallistoResults000
readKallistoResultsOneSample000
readSalmonResults0.0000.0000.001
readSalmonResultsOneSample0.0000.0010.000
readTxResults0.0010.0000.001
reducedDimension0.3370.0040.423
rename0.3380.0040.434
runKallisto0.0010.0000.001
runSalmon0.0010.0000.001
scater_gui0.5910.0030.798
setSpike0.3990.0040.518
set_exprs0.5540.0040.717
sizeFactors0.5840.0030.742
spikes0.3730.0030.479
stand_exprs0.3440.0040.450
summariseExprsAcrossFeatures2.9790.0863.714
toCellDataSet0.5900.0070.675
tpm0.3280.0020.374
updateSCESet0.5490.0060.630
whichSpike0.3760.0030.431
writeSCESet0.3320.0030.380