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.3: CHECK report for scater on morelia

This page was generated on 2016-04-21 13:27:49 -0700 (Thu, 21 Apr 2016).

Package 1041/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
scater 0.99.10
Davis McCarthy
Snapshot Date: 2016-04-20 17:20:35 -0700 (Wed, 20 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/scater
Last Changed Rev: 115933 / Revision: 116626
Last Changed Date: 2016-04-06 15:44:06 -0700 (Wed, 06 Apr 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK  ERROR 
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  OK  ERROR  OK 
morelia Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ ERROR ] OK 

Summary

Package: scater
Version: 0.99.10
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings scater_0.99.10.tar.gz
StartedAt: 2016-04-21 07:20:18 -0700 (Thu, 21 Apr 2016)
EndedAt: 2016-04-21 07:24:15 -0700 (Thu, 21 Apr 2016)
EllapsedTime: 237.3 seconds
RetCode: 1
Status:  ERROR 
CheckDir: scater.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.3-bioc/meat/scater.Rcheck’
* using R version 3.3.0 beta (2016-04-06 r70435)
* using platform: x86_64-apple-darwin13.4.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 ‘0.99.10’
* 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 ... [11s/11s] OK
* checking installed package size ... NOTE
  installed size is  6.1Mb
  sub-directories of 1Mb or more:
    doc   3.9Mb
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [81s/87s] OK
Examples with CPU or elapsed time > 5s
                user system elapsed
plotPCA        7.776  0.081   7.879
plotTSNE       7.494  0.053  10.774
plotReducedDim 6.035  0.046   7.971
plotExpression 5.348  0.046   5.413
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’ [33s/35s]
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  
  Collapsing expression to 500 features.Kallisto log not provided - assuming all runs successfultestthat results ================================================================
  OK: 29 SKIPPED: 0 FAILED: 7
  1. Failure: we can produce PCA plots with different expression values (@test-plotting.R#12) 
  2. Failure: we can produce t-SNE plots with different expression values (@test-plotting.R#22) 
  3. Failure: we can produce Diffusion Map plots with different expression values (@test-plotting.R#34) 
  4. Failure: we can produce MDS plots with different expression values (@test-plotting.R#48) 
  5. Failure: we can produce MDS plots with different expression values (@test-plotting.R#49) 
  6. Failure: we can produce expression plots with different expression values (@test-plotting.R#65) 
  7. Failure: we can produce expression plots with different expression values (@test-plotting.R#66) 
  
  Error: testthat unit tests failed
  Execution halted
* 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: 1 ERROR, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.3-bioc/meat/scater.Rcheck/00check.log’
for details.

testthat.Rout.fail:


R version 3.3.0 beta (2016-04-06 r70435) -- "Supposedly Educational"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(scater)
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colnames, do.call, duplicated, eval, evalq,
    get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply,
    match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank,
    rbind, rownames, sapply, setdiff, sort, table, tapply, union,
    unique, unsplit

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: ggplot2

Attaching package: 'scater'

The following objects are masked from 'package:Biobase':

    fData<-, pData<-

> 
> test_check("scater")
Kallisto log not provided - assuming all runs successful1. Failure: we can produce PCA plots with different expression values (@test-plotting.R#12) 
class(plotPCA(example_sceset)) produced no output


2. Failure: we can produce t-SNE plots with different expression values (@test-plotting.R#22) 
class(plotTSNE(example_sceset)) produced no output


3. Failure: we can produce Diffusion Map plots with different expression values (@test-plotting.R#34) 
class(plotDiffusionMap(example_sceset)) produced no output


4. Failure: we can produce MDS plots with different expression values (@test-plotting.R#48) 
class(plotMDS(example_sceset)) produced no output


5. Failure: we can produce MDS plots with different expression values (@test-plotting.R#49) 
class(...) produced no output


6. Failure: we can produce expression plots with different expression values (@test-plotting.R#65) 
class(plotExpression(example_sceset, 1:4, "Cell_Cycle")) produced no output


7. Failure: we can produce expression plots with different expression values (@test-plotting.R#66) 
class(plotExpression(example_sceset, 1:4, "Gene_0004")) produced no output


Collapsing expression to 500 features.Kallisto log not provided - assuming all runs successfultestthat results ================================================================
OK: 29 SKIPPED: 0 FAILED: 7
1. Failure: we can produce PCA plots with different expression values (@test-plotting.R#12) 
2. Failure: we can produce t-SNE plots with different expression values (@test-plotting.R#22) 
3. Failure: we can produce Diffusion Map plots with different expression values (@test-plotting.R#34) 
4. Failure: we can produce MDS plots with different expression values (@test-plotting.R#48) 
5. Failure: we can produce MDS plots with different expression values (@test-plotting.R#49) 
6. Failure: we can produce expression plots with different expression values (@test-plotting.R#65) 
7. Failure: we can produce expression plots with different expression values (@test-plotting.R#66) 

Error: testthat unit tests failed
Execution halted

scater.Rcheck/00install.out:

* installing *source* package ‘scater’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Creating a new generic function for ‘pData<-’ in package ‘scater’
Creating a new generic function for ‘fData<-’ 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
bootstraps0.7340.0160.752
calcIsExprs0.7840.0130.798
calculateFPKM0.5620.0040.566
calculateQCMetrics0.5900.0050.596
calculateTPM1.0180.0101.030
cellNames0.5240.0030.527
cellPairwiseDistances0.6140.0100.624
counts0.8290.2241.053
cpm0.4380.0050.443
fData0.0000.0000.001
featurePairwiseDistances0.5400.0040.546
findImportantPCs1.4330.0111.443
fpkm0.6620.0080.672
fromCellDataSet1.7130.0321.744
getBMFeatureAnnos0.0000.0000.001
getExprs1.3190.0281.350
get_exprs0.9170.2271.147
is_exprs0.6960.1890.885
multiplot1.3100.0121.324
newSCESet0.5380.0020.542
norm_counts0.5810.0040.587
norm_cpm0.5670.0040.572
norm_exprs0.4650.0030.468
norm_fpkm0.4410.0030.444
norm_tpm0.5010.0040.504
normaliseExprs1.6880.0191.725
pData0.0010.0000.000
plot4.0720.1544.268
plotDiffusionMap4.2580.0574.358
plotExplanatoryVariables1.6110.0261.639
plotExpression5.3480.0465.413
plotExprsFreqVsMean1.0440.0091.053
plotFeatureData1.0800.0271.108
plotHighestExprs1.4570.0221.482
plotMDS1.9600.0151.979
plotMetadata0.8070.0050.814
plotPCA7.7760.0817.879
plotPhenoData1.1500.0091.161
plotQC2.6060.0492.675
plotReducedDim6.0350.0467.971
plotTSNE 7.494 0.05310.774
readKallistoResults0.0000.0010.001
readKallistoResultsOneSample0.0010.0000.000
readSalmonResults0.0010.0000.001
readSalmonResultsOneSample0.0000.0010.001
readTxResults0.0010.0000.001
reducedDimension0.8190.0090.842
runKallisto0.0000.0000.001
scater_gui1.3290.0111.347
set_exprs1.4180.0241.445
stand_exprs0.8220.0180.851
summariseExprsAcrossFeatures2.7450.0492.799
toCellDataSet1.0870.0111.098
tpm0.5920.0030.595