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.5: CHECK report for DAPAR on oaxaca

This page was generated on 2017-03-04 16:50:42 -0500 (Sat, 04 Mar 2017).

Package 301/1339HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DAPAR 1.7.7
Samuel Wieczorek
Snapshot Date: 2017-03-03 17:15:47 -0500 (Fri, 03 Mar 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DAPAR
Last Changed Rev: 126016 / Revision: 127142
Last Changed Date: 2017-01-19 04:57:23 -0500 (Thu, 19 Jan 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ WARNINGS ] OK 

Summary

Package: DAPAR
Version: 1.7.7
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings DAPAR_1.7.7.tar.gz
StartedAt: 2017-03-04 01:34:00 -0800 (Sat, 04 Mar 2017)
EndedAt: 2017-03-04 01:38:16 -0800 (Sat, 04 Mar 2017)
EllapsedTime: 255.8 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: DAPAR.Rcheck
Warnings: 2

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/DAPAR.Rcheck’
* using R Under development (unstable) (2017-02-15 r72177)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.7.7’
* 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 ‘DAPAR’ can be installed ... 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 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 ... WARNING
Codoc mismatches from documentation object 'wrapper.dapar.impute.mi':
wrapper.dapar.impute.mi
  Code: function(obj, nb.iter = 3, nknn = 15, selec = 600, siz = 500,
                 weight = 1, ind.comp = 1, progress.bar = TRUE, x.min =
                 10, x.max = 35, x.step.mod = 300, x.step.pi = 300,
                 nb.rei = 100, method = 4, gridsize = 300, q = 0.95,
                 q.min = 0, q.norm = 3, eps = 2, methodi = "slsa",
                 lapala = TRUE)
  Docs: function(obj, nb.iter = 3, nknn = 15, selec = 600, siz = 500,
                 weight = 1, ind.comp = 1, progress.bar = TRUE, x.min =
                 20, x.max = 30, x.step.mod = 300, x.step.pi = 300,
                 nb.rei = 100, method = 4, gridsize = 300, q = 0.95,
                 q.min = 0, q.norm = 3, eps = 2, methodi = "slsa",
                 lapala = TRUE)
  Mismatches in argument default values:
    Name: 'x.min' Code: 10 Docs: 20
    Name: 'x.max' Code: 35 Docs: 30

* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'wrapper.dapar.impute.mi'
  ‘nb.iter’ ‘nknn’ ‘siz’ ‘weight’ ‘ind.comp’ ‘progress.bar’ ‘x.min’
  ‘x.max’ ‘x.step.mod’ ‘x.step.pi’ ‘nb.rei’ ‘method’ ‘gridsize’ ‘q’
  ‘q.min’ ‘q.norm’ ‘eps’ ‘methodi’ ‘lapala’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                          user system elapsed
wrapper.dapar.impute.mi 57.768   1.24  59.053
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* 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: 2 WARNINGs
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/DAPAR.Rcheck/00check.log’
for details.


DAPAR.Rcheck/00install.out:

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

DAPAR.Rcheck/DAPAR-Ex.timings:

nameusersystemelapsed
BuildAdjacencyMatrix0.1960.0600.256
BuildColumnToProteinDataset0.4120.0110.423
CountPep0.1520.0540.207
GraphPepProt0.0590.0050.063
MeanPeptides0.0590.0220.080
SumPeptides0.0490.0210.071
TopnPeptides1.7870.0571.844
boxPlotD0.0500.0050.055
compareNormalizationD0.9010.0200.922
corrMatrixD0.9480.0100.968
createMSnset0.3680.0020.369
deleteLinesFromIndices0.0270.0040.030
densityPlotD0.0380.0040.042
diffAna0.3200.0220.342
diffAnaComputeFDR0.9180.0060.925
diffAnaGetSignificant0.0600.0040.065
diffAnaLimma0.0260.0030.030
diffAnaSave0.0590.0030.062
diffAnaVolcanoplot0.0400.0040.044
diffAnaWelch0.0320.0030.036
getIndicesConditions0.0310.0040.035
getIndicesOfLinesToRemove0.0380.0040.042
getNumberOf0.0390.0040.044
getNumberOfEmptyLines0.0440.0050.049
getPaletteForLabels0.0390.0040.044
getPaletteForReplicates0.0400.0050.044
getPourcentageOfMV0.0450.0050.050
getProcessingInfo0.0390.0040.044
getProteinsStats0.0540.0040.059
heatmap.DAPAR0.2360.0200.256
heatmapD0.8910.0250.927
limmaCompleteTest0.1450.0040.150
mvFilter0.1240.0040.128
mvFilterFromIndices0.0390.0040.042
mvFilterGetIndices0.0440.0060.050
mvHisto0.0620.0070.079
mvImage0.2870.0070.295
mvImputation0.0790.0240.104
mvPerLinesHisto0.0480.0050.055
mvPerLinesHistoPerCondition0.0390.0040.044
mvTypePlot0.1340.0050.139
normalizeD0.1240.0240.149
pepAgregate0.2090.0130.222
proportionConRev0.0760.0040.082
removeLines0.0460.0040.050
varianceDistD0.0360.0030.041
violinPlotD0.9200.0091.055
wrapper.boxPlotD0.0380.0040.042
wrapper.compareNormalizationD0.0750.0040.102
wrapper.corrMatrixD1.6400.0061.648
wrapper.dapar.impute.mi57.768 1.24059.053
wrapper.densityPlotD0.0880.0030.092
wrapper.diffAnaLimma0.0360.0020.037
wrapper.diffAnaWelch0.0660.0030.069
wrapper.heatmapD0.1550.0180.173
wrapper.impute.pa0.1420.0020.144
wrapper.mvHisto0.0840.0060.101
wrapper.mvImage0.3990.0070.406
wrapper.mvImputation0.0390.0040.044
wrapper.mvPerLinesHisto0.0680.0050.075
wrapper.mvPerLinesHistoPerCondition0.0820.0040.086
wrapper.mvTypePlot0.1600.0050.166
wrapper.normalizeD0.0510.0040.056
wrapper.varianceDistD0.3080.0070.317
wrapper.violinPlotD0.1780.0050.183
wrapperCalibrationPlot0.0250.0040.030
writeMSnsetToExcel0.9410.0381.050