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 

Package 213/565HostnameOS / ArchBUILDCHECKBUILD BIN
GeneAnswers 1.13.1
Gang Feng , Pan Du and Tian Xia
Snapshot Date: 2012-06-20 15:22:40 -0700 (Wed, 20 Jun 2012)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GeneAnswers
Last Changed Rev: 65499 / Revision: 66885
Last Changed Date: 2012-04-27 12:36:57 -0700 (Fri, 27 Apr 2012)
lamb1 Linux (openSUSE 12.1) / x86_64  OK  ERROR 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK  ERROR  ERROR 
pitt Mac OS X Leopard (10.5.8) / i386  OK [ ERROR ] OK 
perceval Mac OS X Leopard (10.5.8) / i386  OK  ERROR  OK 

Summary

Package: GeneAnswers
Version: 1.13.1
Command: /Library/Frameworks/R.framework/Versions/2.15/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch GeneAnswers_1.13.1.tar.gz
StartedAt: 2012-06-21 00:00:56 -0700 (Thu, 21 Jun 2012)
EndedAt: 2012-06-21 00:14:29 -0700 (Thu, 21 Jun 2012)
EllapsedTime: 813.0 seconds
RetCode: 1
Status:  ERROR 
CheckDir: GeneAnswers.Rcheck
Warnings: NA

Command output

* using log directory '/Users/biocbuild/bbs-2.11-bioc/meat/GeneAnswers.Rcheck'
* using R version 2.15.0 Patched (2012-04-26 r59216)
* using platform: i386-apple-darwin9.8.0 (32-bit)
* using session charset: ASCII
* using option '--no-vignettes'
* checking for file 'GeneAnswers/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'GeneAnswers' version '1.13.1'
* 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 whether package 'GeneAnswers' can be installed ... OK
* checking installed package size ... NOTE
  installed size is 35.7Mb
  sub-directories of 1Mb or more:
    External  32.4Mb
    data       1.0Mb
    doc        1.8Mb
* checking package directory ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level 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 for unstated 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 ... NOTE
File 'GeneAnswers/R/zzz.R':
  .onLoad calls:
    require(Biobase)

Package startup functions should not change the search path.
See section 'Good practice' in ?.onAttach.

plotGeneFunSummary: warning in require(lib, character = TRUE): partial
  argument match of 'character' to 'character.only'
saveGeneFunSummary: warning in require(lib, character = TRUE): partial
  argument match of 'character' to 'character.only'
* checking Rd files ... NOTE
prepare_Rd: DO.Rd:32-34: Dropping empty section \references
prepare_Rd: geneFunSummarize.Rd:21-23: Dropping empty section \details
prepare_Rd: plotGeneFunSummary.Rd:30-32: Dropping empty section \details
prepare_Rd: plotOntologyGraph.Rd:28-30: Dropping empty section \details
prepare_Rd: saveGeneFunSummary.Rd:18-20: Dropping empty section \details
prepare_Rd: saveGeneFunSummary.Rd:24-26: Dropping empty section \references
prepare_Rd: simplifyGeneFunSummary.Rd:18-20: Dropping empty section \details
* 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 sizes of PDF files under 'inst/doc' ... OK
* checking installed files from 'inst/doc' ... OK
* checking examples ... ERROR
Running examples in 'GeneAnswers-Ex.R' failed
The error most likely occurred in:

> assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: groupReport
> ### Title: Generate a multigroup Concepts-genes analysis report
> ### Aliases: groupReport
> ### Keywords: methods
> 
> ### ** Examples
> 
> data(sampleGroupsData)
> gAKEGGL <- lapply(sampleGroupsData, geneAnswersBuilder, 'org.Hs.eg.db', categoryType='KEGG', pvalueT=0.1, verbose=FALSE)
Loading required package: org.Hs.eg.db
[1] "GeneAnswers instance has been successfully created!"
[1] "GeneAnswers instance has been successfully created!"
[1] "GeneAnswers instance has been successfully created!"
[1] "GeneAnswers instance has been successfully created!"
[1] "GeneAnswers instance has been successfully created!"
[1] "GeneAnswers instance has been successfully created!"
> output<- getConceptTable(gAKEGGL, catTerm=FALSE, items='geneNum')
> groupReport(output[[1]], gAKEGGL,  matrixOfHeatmap=output[[2]], clusterTable=NULL, fileName='KEGGtest.html',  catType='KEGG', colorValueColumn=colnames(sampleGroupsData[[1]])[-1]) 
Loading required package: KEGG.db
[1] "Warning: some genes do not have valid symbols!"
Error in graph(t(el), directed = directed) : 
  At structure_generators.c:84 : Invalid (negative) vertex id, Invalid vertex id
Calls: groupReport ... .list2graph -> .makeGraph -> graph.edgelist -> graph -> .Call
Execution halted

GeneAnswers.Rcheck/00install.out:

* installing *source* package 'GeneAnswers' ...
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
   'GeneAnswersCWAnnotation.Rnw' 
   'geneAnswers.Rnw' 
   'geneFunctionSummarize.Rnw' 
** testing if installed package can be loaded

* DONE (GeneAnswers)

GeneAnswers.Rcheck/GeneAnswers-Ex.timings:

nameusersystemelapsed
DO0.9220.0370.968
DOLite0.0570.0030.060
DOLiteTerm0.0040.0010.005
DmIALite0.1420.0070.152
GeneAnswers-class37.238 3.04342.641
GeneAnswers-package34.691 2.05538.111
HsIALite0.4360.0130.452
MmIALite0.0220.0020.024
RnIALite0.0120.0020.043
buildNet31.461 1.97333.878
caBIO.PATHGenes0.0000.0010.001
caBIO2entrez000
categoryNet0.0000.0000.001
chartPlots0.0990.0220.139
drawTable1.5730.0641.652
entrez2caBIO0.0000.0000.001
geneAnnotationHeatmap0.0010.0000.001
geneAnswersBuilder30.226 1.99532.554
geneAnswersChartPlots31.300 2.05534.316
geneAnswersConceptNet31.228 1.99134.127
geneAnswersConceptRelation31.211 2.22335.543
geneAnswersConcepts31.957 2.29536.791
geneAnswersHeatmap32.399 2.13335.720
geneAnswersHomoMapping30.533 2.08633.429
geneAnswersReadable63.890 2.42668.703
geneAnswersSort33.907 2.30337.631
geneConceptNet0.0000.0000.001
geneFunSummarize10.626 3.23715.111
getCategoryList0.3730.0340.472
getCategoryTerms0.1150.0080.126
getConceptTable1.6270.0651.721
getConnectedGraph26.553 1.96329.423
getDOLiteTerms0.0100.0020.012
getGOList17.415 2.20025.084
getHomoGeneIDs0.1600.0230.228
getMultiLayerGraphIDs28.813 1.95531.442
getNextGOIDs0.1540.0080.163
getPATHList0.0920.0050.102
getPATHTerms0.0620.0040.082
getREACTOMEPATHList000
getREACTOMEPATHTerms0.0010.0000.001
getSingleLayerGraphIDs0.0030.0000.004
getSymbols0.0640.0050.092
getTotalGeneNumber0.3170.0360.406
getcaBIOPATHList000
getcaBIOPATHTerms0.0000.0000.001