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 compcodeR on perceval

This page was generated on 2015-04-10 09:59:43 -0700 (Fri, 10 Apr 2015).

Package 190/933HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
compcodeR 1.2.1
Charlotte Soneson
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/compcodeR
Last Changed Rev: 99175 / Revision: 102249
Last Changed Date: 2015-02-07 01:02:05 -0800 (Sat, 07 Feb 2015)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  NotNeeded  OK  WARNINGS 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  WARNINGS  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK [ WARNINGS ] OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  WARNINGS  OK 

Summary

Package: compcodeR
Version: 1.2.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch compcodeR_1.2.1.tar.gz
StartedAt: 2015-04-10 00:13:46 -0700 (Fri, 10 Apr 2015)
EndedAt: 2015-04-10 00:22:02 -0700 (Fri, 10 Apr 2015)
EllapsedTime: 495.9 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: compcodeR.Rcheck
Warnings: 2

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.0-bioc/meat/compcodeR.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 ‘compcodeR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘compcodeR’ version ‘1.2.1’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: ‘rpanel’
* 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 ‘compcodeR’ can be installed ... [7s/43s] 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 ... NOTE
'library' or 'require' call to ‘rpanel’ in package code.
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in 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 ... 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 ... WARNING
Functions or methods with usage in documentation object 'HTSDiff.createRmd' but not in code:
  HTSDiff.createRmd

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... WARNING
'library' or 'require' call not declared from: ‘HTSDiff’
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [255s/317s] OK
Examples with CPU or elapsed time > 5s
                           user system elapsed
DESeq.nbinom.createRmd   73.013  5.287  79.063
show-compData-method     24.047  5.257  32.390
convertcompDataToList    22.908  5.221  32.258
DESeq.GLM.createRmd      18.917  1.612  25.086
baySeq.createRmd         16.715  1.454  27.922
EBSeq.createRmd          13.847  1.108  16.906
DESeq2.createRmd          9.840  1.418  16.164
NOISeq.prenorm.createRmd  5.828  0.685   8.592
runComparison             4.429  0.477   9.471
TCC.createRmd             4.055  0.350   6.902
DSS.createRmd             2.833  0.269   5.341
SAMseq.createRmd          2.760  0.320   6.176
checkTableConsistency     2.721  0.295   7.296
* 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

WARNING: There were 2 warnings.
NOTE: There were 2 notes.
See
  ‘/Users/biocbuild/bbs-3.0-bioc/meat/compcodeR.Rcheck/00check.log’
for details.

compcodeR.Rcheck/00install.out:

* installing *source* package ‘compcodeR’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (compcodeR)

compcodeR.Rcheck/compcodeR-Ex.timings:

nameusersystemelapsed
DESeq.GLM.createRmd18.917 1.61225.086
DESeq.nbinom.createRmd73.013 5.28779.063
DESeq2.createRmd 9.840 1.41816.164
DSS.createRmd2.8330.2695.341
EBSeq.createRmd13.847 1.10816.906
HTSDiff.createRmd0.0060.0010.007
NBPSeq.createRmd1.1430.1623.789
NOISeq.prenorm.createRmd5.8280.6858.592
SAMseq.createRmd2.7600.3206.176
TCC.createRmd4.0550.3506.902
baySeq.createRmd16.715 1.45427.922
checkDataObject0.5410.0700.605
checkTableConsistency2.7210.2957.296
check_compData0.5790.1010.670
check_compData_results1.1910.1462.327
compData0.0050.0010.005
convertListTocompData0.0090.0010.009
convertcompDataToList22.908 5.22132.258
edgeR.GLM.createRmd2.3490.2402.922
edgeR.exact.createRmd1.4690.1371.683
generateCodeHTMLs1.4580.1703.665
generateSyntheticData1.0550.0831.129
listcreateRmd0.0240.0000.024
logcpm.limma.createRmd0.9930.1411.862
runComparison4.4290.4779.471
runComparisonGUI0.0020.0000.002
runDiffExp1.3520.1621.973
show-compData-method24.047 5.25732.390
sqrtcpm.limma.createRmd1.0680.1291.913
summarizeSyntheticDataSet2.6700.2453.818
ttest.createRmd1.6900.1542.107
voom.limma.createRmd1.3020.1531.962
voom.ttest.createRmd1.0980.1521.898
vst.limma.createRmd1.6510.1762.020
vst.ttest.createRmd1.5800.1722.456