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 2.13: CHECK report for phenoTest on moscato1

This page was generated on 2014-04-05 09:50:14 -0700 (Sat, 05 Apr 2014).

Package 525/750HostnameOS / ArchBUILDCHECKBUILD BIN
phenoTest 1.10.0
Evarist Planet
Snapshot Date: 2014-04-04 16:20:29 -0700 (Fri, 04 Apr 2014)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_13/madman/Rpacks/phenoTest
Last Changed Rev: 81642 / Revision: 88450
Last Changed Date: 2013-10-14 14:29:21 -0700 (Mon, 14 Oct 2013)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  OK  OK 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  OK [ OK ] OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK  OK 

Summary

Package: phenoTest
Version: 1.10.0
Command: rm -rf phenoTest.buildbin-libdir && mkdir phenoTest.buildbin-libdir && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=phenoTest.buildbin-libdir phenoTest_1.10.0.tar.gz >phenoTest-install.out 2>&1 && D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD check --library=phenoTest.buildbin-libdir --install="check:phenoTest-install.out" --force-multiarch --no-vignettes --timings phenoTest_1.10.0.tar.gz && mv phenoTest.buildbin-libdir/* phenoTest.Rcheck/ && rmdir phenoTest.buildbin-libdir
StartedAt: 2014-04-05 05:49:32 -0700 (Sat, 05 Apr 2014)
EndedAt: 2014-04-05 05:59:25 -0700 (Sat, 05 Apr 2014)
EllapsedTime: 592.4 seconds
RetCode: 0
Status:  OK  
CheckDir: phenoTest.Rcheck
Warnings: 0

Command output

* using log directory 'D:/biocbld/bbs-2.13-bioc/meat/phenoTest.Rcheck'
* using R version 3.0.3 (2014-03-06)
* using platform: i386-w64-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'phenoTest/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'phenoTest' version '1.10.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 whether package 'phenoTest' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  'annotate' 'GSEABase'
A package should be listed in only one of these fields.
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... NOTE
'library' or 'require' calls to packages already attached by Depends:
  'ggplot2' 'gridExtra'
  Please remove these calls from your code.
Namespace in Imports field not imported from: 'annotate'
  All declared Imports should be used.
Packages in Depends field not imported from:
  'BMA' 'Heatplus' 'annotate' 'ggplot2' 'gridExtra' 'methods'
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  'sortDragHtmlTable'
See the information on DESCRIPTION files in the chapter 'Creating R
packages' of the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
ExpressionPhenoTest: no visible binding for global variable 'y'
pca.2d: no visible binding for global variable 'pc1'
pca.2d: no visible binding for global variable 'pc2'
pca.multipleDim: no visible binding for global variable 'dummy1'
pca.multipleDim: no visible binding for global variable 'dummy2'
pca.multipleDim: no visible binding for global variable 'colour'
* 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 'plot.gseaData':
  'plot.gseaData'

S3 methods shown with full name in documentation object 'plot.gseaSignatures':
  'plot.gseaSignaturesSign'

S3 methods shown with full name in documentation object 'summary.gseaData':
  'summary.gseaData'

S3 methods shown with full name in documentation object 'summary.gseaSignificance':
  'summary.gseaSignificanceSign'

The \usage entries for S3 methods should use the \method markup and not
their full name.
See the 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 installed files from 'inst/doc' ... OK
* checking for old-style vignette sources ... NOTE
Vignette sources only in 'inst/doc':
  'phenoTest.Rnw'
A 'vignettes' directory will be required as from R 3.1.0
* checking examples ...
** running examples for arch 'i386' ... [33s] OK
Examples with CPU or elapsed time > 5s
                    user system elapsed
findCopyNumber      6.39   0.04    6.41
ExpressionPhenoTest 5.99   0.04    6.03
** running examples for arch 'x64' ... [40s] OK
Examples with CPU or elapsed time > 5s
                    user system elapsed
ExpressionPhenoTest 7.43   0.05    7.59
findCopyNumber      6.78   0.04    7.19
* 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

NOTE: There were 5 notes.
See
  'D:/biocbld/bbs-2.13-bioc/meat/phenoTest.Rcheck/00check.log'
for details.

phenoTest.Rcheck/00install.out:


install for i386

* installing *source* package 'phenoTest' ...
** R
** data
** inst
** preparing package for lazy loading
Warning: replacing previous import by 'graphics::image' when loading 'hopach'
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import by 'graphics::image' when loading 'hopach'

install for x64

* installing *source* package 'phenoTest' ...
** testing if installed package can be loaded
Warning: replacing previous import by 'graphics::image' when loading 'hopach'
* MD5 sums
packaged installation of 'phenoTest' as phenoTest_1.10.0.zip
* DONE (phenoTest)

phenoTest.Rcheck/examples_i386/phenoTest-Ex.timings:

nameusersystemelapsed
ClusterPhenoTest0.450.030.48
ExpressionPhenoTest5.990.046.03
epheno-class000
epheno0.030.000.03
epheno2html000
eset0.120.020.14
eset.genelevel0.080.010.09
eset2genelevel000
findCopyNumber6.390.046.41
genesInArea0.330.000.46
getEsPositions0.250.000.25
getGo0.010.000.02
getKegg0.020.000.01
getVars2test0.030.000.04
gsea0.290.000.30
gsea.kegg.go000
gsea2html0.720.010.73
gseaData-class0.020.000.02
gseaSignatures-class0.010.000.01
gseaSignatures0.050.000.05
gseaSignaturesSign-class0.010.000.02
gseaSignaturesVar-class000
gseaSignificance000
gseaSignificanceSign-class0.020.000.02
gseaSignificanceVar-class000
heatmapPhenoTest0.340.000.34
pAdjust0.030.020.05
pca2.090.032.12
plot.gsea0.020.000.01
plot.gseaSignatures000
plots4epheno0.060.000.06
smoothCoxph0.160.000.15
summary.gsea000
summary.gseaSignificance000
write.html0.020.000.02

phenoTest.Rcheck/examples_x64/phenoTest-Ex.timings:

nameusersystemelapsed
ClusterPhenoTest0.230.020.25
ExpressionPhenoTest7.430.057.59
epheno-class000
epheno0.030.000.03
epheno2html0.000.010.01
eset0.140.000.15
eset.genelevel0.090.020.10
eset2genelevel000
findCopyNumber6.780.047.19
genesInArea0.240.000.24
getEsPositions0.200.020.21
getGo000
getKegg0.010.000.02
getVars2test0.030.010.04
gsea0.330.000.33
gsea.kegg.go0.020.000.02
gsea2html0.680.040.71
gseaData-class000
gseaSignatures-class000
gseaSignatures0.040.000.03
gseaSignaturesSign-class000
gseaSignaturesVar-class0.020.000.01
gseaSignificance000
gseaSignificanceSign-class000
gseaSignificanceVar-class0.020.000.01
heatmapPhenoTest0.370.000.38
pAdjust0.030.020.04
pca2.520.032.55
plot.gsea000
plot.gseaSignatures000
plots4epheno0.070.010.09
smoothCoxph0.150.040.17
summary.gsea000
summary.gseaSignificance0.020.000.01
write.html0.010.000.02