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.0: CHECK report for compEpiTools on perceval

This page was generated on 2015-04-10 10:00:13 -0700 (Fri, 10 Apr 2015).

Package 191/933HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
compEpiTools 1.0.4
Kamal Kishore
Snapshot Date: 2015-04-09 16:20:12 -0700 (Thu, 09 Apr 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_0/madman/Rpacks/compEpiTools
Last Changed Rev: 101596 / Revision: 102249
Last Changed Date: 2015-03-30 07:52:59 -0700 (Mon, 30 Mar 2015)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  NotNeeded  OK  ERROR 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  ERROR  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK [ ERROR ] OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  ERROR  OK 

Summary

Package: compEpiTools
Version: 1.0.4
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch compEpiTools_1.0.4.tar.gz
StartedAt: 2015-04-10 00:14:32 -0700 (Fri, 10 Apr 2015)
EndedAt: 2015-04-10 00:28:08 -0700 (Fri, 10 Apr 2015)
EllapsedTime: 815.3 seconds
RetCode: 1
Status:  ERROR 
CheckDir: compEpiTools.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.0-bioc/meat/compEpiTools.Rcheck’
* using R version 3.1.3 (2015-03-09)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘compEpiTools/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘compEpiTools’ version ‘1.0.4’
* 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 ‘compEpiTools’ can be installed ... [55s/99s] OK
* checking installed package size ... OK
* 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 loading without being on the library search path ... 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘compEpiTools-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plotStallingIndex
> ### Title: Stalling Index plots
> ### Aliases: plotStallingIndex
> 
> ### ** Examples
> 
>   require(TxDb.Mmusculus.UCSC.mm9.knownGene)
Loading required package: TxDb.Mmusculus.UCSC.mm9.knownGene
Loading required package: GenomicFeatures

Attaching package: ‘GenomicFeatures’

The following object is masked from ‘package:topGO’:

    genes

>   require(org.Mm.eg.db)
Loading required package: org.Mm.eg.db
>   txdb <- TxDb.Mmusculus.UCSC.mm9.knownGene
>   isActiveSeq(txdb) <- c(rep(FALSE,18), TRUE, rep(FALSE, length(isActiveSeq(txdb))-19))
>   # pointing to Pol2 BAM file
>   # BAM file from the GEO GSM1234478 sample, limited to chr19:3200000-4000000
>   Pol2bam <- system.file("extdata", "Pol2.bam", package="compEpiTools")
>   # loading Pol2 peaks as a GRanges object
>   # built based on the BED file from the GEO GSM1234478 sample
>   # limited to chr19:3200000-4000000
>   Pol2GR <- system.file("extdata", "Pol2GR.Rda", package="compEpiTools")
>   load(Pol2GR)
>   egs <- distanceFromTSS(Pol2GR, txdb=txdb)
>   egs <- unique(egs$nearest_gene_id)
>   SI_matrix <- stallingIndex(BAMlist=list(Pol2bam), peakGRlist=list(Pol2GR), 
+     genesList=list(egs), transcriptDB=txdb, countMode='gene')
Error in stallingIndex(BAMlist = list(Pol2bam), peakGRlist = list(Pol2GR),  : 
  genesList has to contain characters ...
Execution halted

compEpiTools.Rcheck/00install.out:

* installing *source* package ‘compEpiTools’ ...
** R
** inst
** preparing package for lazy loading

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

groupGOTerms: 	GOBPTerm, GOMFTerm, GOCCTerm environments built.
* DONE (compEpiTools)

compEpiTools.Rcheck/compEpiTools-Ex.timings:

nameusersystemelapsed
GR2fasta-methods2.4160.0512.857
GRanges2ucsc-methods0.0140.0010.013
GRangesInPromoters-methods8.3570.3418.881
GRannotate-methods 7.141 0.18110.041
GRannotateSimple1.8540.1392.162
GRbaseCoverage-methods0.2410.0050.623
GRcoverage-methods0.4040.0450.524
GRcoverageSummit-methods0.2520.0200.282
GRenrichment-methods0.1790.0040.192
GRmidpoint-methods0.0310.0010.030
GRsetwidth0.0510.0010.052
TSS3.6870.1814.951
countOverlapsInBins-methods0.3330.0020.335
distanceFromTSS-methods3.7420.0484.235
enhancers1.1860.0731.625
findLncRNA2.2420.0432.474
getPromoterClass-methods 1.373 0.03931.377
heatmapData2.4870.0542.543
heatmapPlot6.4190.1116.658
makeGtfFromDb2.5000.4594.157
matchEnhancers4.990.305.33
overlapOfGRanges-methods0.2190.0030.221
palette2d0.0920.0020.102