Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:06:04 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for DAPAR on lconway


To the developers/maintainers of the DAPAR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/DAPAR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 476/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DAPAR 1.30.6  (landing page)
Samuel Wieczorek
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/DAPAR
git_branch: RELEASE_3_16
git_last_commit: 3984ff9
git_last_commit_date: 2023-02-23 05:52:45 -0400 (Thu, 23 Feb 2023)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: DAPAR
Version: 1.30.6
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings DAPAR_1.30.6.tar.gz
StartedAt: 2023-04-10 19:44:31 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 19:50:37 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 365.8 seconds
RetCode: 0
Status:   OK  
CheckDir: DAPAR.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings DAPAR_1.30.6.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.16-bioc/meat/DAPAR.Rcheck’
* using R version 4.2.3 (2023-03-15)
* using platform: x86_64-apple-darwin17.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.30.6’
* package encoding: UTF-8
* 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 ... NOTE
aggregateIterParallel: no visible binding for global variable ‘cond’
averageIntensities: no visible binding for global variable ‘condition’
averageIntensities: no visible binding for global variable ‘feature’
averageIntensities: no visible binding for global variable ‘intensity’
createMSnset: no visible global function definition for
  ‘installed.packages’
createMSnset: no visible binding for global variable ‘Prostar.loc’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘x’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘y’
diffAnaVolcanoplot_rCharts: no visible binding for global variable ‘g’
display.CC.visNet: no visible binding for global variable
  ‘layout_nicely’
getTextForGOAnalysis: no visible binding for global variable
  ‘textGOParams’
getTextForGOAnalysis: no visible binding for global variable ‘input’
heatmapForMissingValues: no visible binding for global variable ‘par’
limmaCompleteTest: no visible binding for global variable ‘A’
limmaCompleteTest: no visible binding for global variable ‘B’
limmaCompleteTest: no visible binding for global variable ‘P.Value’
pepa.test: no visible global function definition for ‘nodes<-’
visualizeClusters: no visible binding for global variable
  ‘adjusted_pvalues’
visualizeClusters: no visible binding for global variable ‘Condition’
visualizeClusters: no visible binding for global variable ‘Intensity’
visualizeClusters: no visible binding for global variable
  ‘FDR_threshold’
visualizeClusters: no visible binding for global variable ‘feature’
wrapperClassic1wayAnova: no visible binding for global variable
  ‘Pr(>F)1’
wrapperRunClustering: no visible global function definition for ‘str_c’
Undefined global functions or variables:
  A B Condition FDR_threshold Intensity P.Value Pr(>F)1 Prostar.loc
  adjusted_pvalues cond condition feature g input installed.packages
  intensity layout_nicely nodes<- par str_c textGOParams x y
Consider adding
  importFrom("graphics", "par")
  importFrom("utils", "installed.packages")
to your NAMESPACE file.
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                   user system elapsed
wrapper.compareNormalizationD_HC 52.477 27.924  80.103
wrapper.dapar.impute.mi          14.467  0.967  15.512
barplotEnrichGO_HC               10.065  1.980  12.099
enrich_GO                         5.838  0.632   6.529
barplotGroupGO_HC                 5.616  0.705   6.367
checkClusterability               3.379  2.075   5.431
group_GO                          4.710  0.566   5.318
scatterplotEnrichGO_HC            4.549  0.520   5.099
* 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: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.16-bioc/meat/DAPAR.Rcheck/00check.log’
for details.



Installation output

DAPAR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL DAPAR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’
* installing *source* package ‘DAPAR’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (DAPAR)

Tests output

DAPAR.Rcheck/tests/testthat.Rout


R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(DAPAR)

This is the 'DAPAR' version 1.30.6.

  To get started, visit
    http://www.prostar-proteomics.org/


> 
> test_check("DAPAR")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 14 ]
> 
> proc.time()
   user  system elapsed 
  6.567   0.416   7.007 

Example timings

DAPAR.Rcheck/DAPAR-Ex.timings

nameusersystemelapsed
AggregateMetacell1.5960.0541.655
BuildAdjacencyMatrix0.2900.0050.297
BuildColumnToProteinDataset0.8290.0100.841
BuildMetaCell0.5890.0300.622
CVDistD_HC2.1110.1252.255
CountPep0.3590.0040.364
ExtendPalette0.0240.0010.026
GOAnalysisSave000
GetCC1.4450.0151.463
GetColorsForConditions0.2420.0030.246
GetDetailedNbPeptides0.2320.0030.236
GetDetailedNbPeptidesUsed000
GetIndices_BasedOnConditions0.2340.0030.238
GetIndices_MetacellFiltering0.2810.0030.286
GetIndices_WholeLine0.2280.0030.262
GetIndices_WholeMatrix0.2850.0040.289
GetKeyId0.2650.0100.276
GetMatAdj0.2960.0030.299
GetMetacell0.0010.0000.000
GetMetacellTags0.2200.0040.225
GetNbPeptidesUsed0.2070.0040.211
GetSoftAvailables0.0010.0000.000
GetTypeofData0.2210.0030.224
Get_AllComparisons0.2170.0120.231
GlobalQuantileAlignment0.2760.0030.280
GraphPepProt0.2590.0050.265
LH0000
LH0.lm000
LH1000
LH1.lm000
LOESS0.8410.0210.864
MeanCentering0.2060.0020.209
MetaCellFiltering0.2360.0040.241
MetacellFilteringScope0.0010.0010.000
Metacell_DIA_NN0.4360.0140.453
Metacell_generic0.4830.0170.500
Metacell_maxquant0.4190.0090.429
Metacell_proline0.4520.0120.466
NumericalFiltering0.3020.0050.307
NumericalgetIndicesOfLinesToRemove0.2690.0030.273
QuantileCentering0.2290.0020.231
SetCC1.1920.0101.201
SetMatAdj0.2300.0010.233
Set_POV_MEC_tags0.2150.0010.217
StringBasedFiltering0.2880.0030.291
StringBasedFiltering20.2440.0020.247
SumByColumns0.9680.0150.984
SymFilteringOperators000
UpdateMetacell000
aggregateIter0.4160.0050.420
aggregateIterParallel000
aggregateMean0.3350.0040.339
aggregateSum0.3130.0040.318
aggregateTopn0.3210.0050.326
averageIntensities0.4810.0850.570
barplotEnrichGO_HC10.065 1.98012.099
barplotGroupGO_HC5.6160.7056.367
boxPlotD_HC0.2780.0900.369
buildGraph1.1040.0361.141
check.conditions0.2280.0030.232
check.design0.2050.0030.208
checkClusterability3.3792.0755.431
classic1wayAnova1.1790.2251.402
compareNormalizationD_HC0.1470.0590.206
compute_t_tests0.9880.2241.211
corrMatrixD_HC0.3060.0700.376
createMSnset1.8790.1472.034
dapar_hc_ExportMenu0.1340.1420.279
dapar_hc_chart0.0550.0470.102
deleteLinesFromIndices0.3090.0170.327
densityPlotD_HC3.0771.4984.567
diffAnaComputeFDR0.3950.0990.497
diffAnaGetSignificant0.2500.0610.311
diffAnaSave0.2290.0540.283
diffAnaVolcanoplot0.1370.0250.163
diffAnaVolcanoplot_rCharts0.3870.1340.523
display.CC.visNet1.2560.0821.340
enrich_GO5.8380.6326.529
finalizeAggregation000
findMECBlock0.2970.0120.311
formatLimmaResult0.1280.0250.154
formatPHResults3.3100.6743.992
fudge2LRT0.0010.0000.000
get.pep.prot.cc1.0280.0171.048
getIndicesConditions0.2280.0030.232
getIndicesOfLinesToRemove0.2800.0110.291
getListNbValuesInLines0.2380.0030.242
getNumberOf0.2430.0090.252
getNumberOfEmptyLines0.2370.0060.244
getPourcentageOfMV0.2350.0090.246
getProcessingInfo0.2570.0030.260
getProteinsStats0.2760.0160.292
getQuantile4Imp0.0600.0020.062
getTextForAggregation0.0000.0000.001
getTextForAnaDiff0.0010.0010.000
getTextForFiltering000
getTextForGOAnalysis000
getTextForHypothesisTest0.0010.0000.000
getTextForNewDataset0.0020.0000.001
getTextForNormalization0.0000.0010.001
getTextForpeptideImputation000
getTextForproteinImputation000
group_GO4.7100.5665.318
hc_logFC_DensityPlot0.5970.3010.900
hc_mvTypePlot20.8360.2961.132
heatmapD0.4680.0420.511
heatmapForMissingValues0.1470.0230.171
histPValue_HC0.1920.0770.270
impute.pa20.4840.0460.530
inner.aggregate.iter0.3260.0180.345
inner.aggregate.topn0.2970.0100.307
inner.mean0.3040.0110.315
inner.sum0.2670.0100.276
limmaCompleteTest1.1700.0751.249
listSheets0.0010.0010.000
make.contrast0.2590.0030.262
make.design.10.2430.0030.247
make.design.20.2290.0030.232
make.design.30.2880.0030.292
make.design0.2690.0030.273
match.metacell0.2520.0100.262
metacell.def0.0040.0010.005
metacellHisto_HC0.3660.0600.427
metacellPerLinesHistoPerCondition_HC0.4380.1090.553
metacellPerLinesHisto_HC0.3140.0600.373
metacombine0.0590.0090.067
mvImage2.1290.2122.357
my_hc_ExportMenu0.1460.1450.293
my_hc_chart0.1550.1670.327
nonzero0.0240.0020.025
normalizeMethods.dapar0.0010.0000.001
pepa.test0.3120.0100.322
pkgs.require000
plotJitter1.1810.0651.261
plotJitter_rCharts1.0420.0741.119
plotPCA_Eigen0.3300.0350.365
plotPCA_Eigen_hc0.2520.0040.257
plotPCA_Ind0.2370.0050.243
plotPCA_Var0.2210.0020.224
postHocTest3.2030.6703.869
proportionConRev_HC0.0470.0510.099
rbindMSnset0.3300.0360.370
reIntroduceMEC0.3040.0320.337
readExcel0.0000.0000.001
removeLines0.2940.0210.317
samLRT000
saveParameters0.2070.0040.211
scatterplotEnrichGO_HC4.5490.5205.099
search.metacell.tags0.0080.0030.011
splitAdjacencyMat0.2630.0090.273
test.design0.3170.0080.326
translatedRandomBeta0.0020.0080.009
univ_AnnotDbPkg0.1630.0460.209
violinPlotD0.1910.0160.207
visualizeClusters1.3600.2831.646
vsn0.4540.0130.468
wrapper.CVDistD_HC2.4611.6944.120
wrapper.compareNormalizationD_HC52.47727.92480.103
wrapper.corrMatrixD_HC0.3290.0690.402
wrapper.dapar.impute.mi14.467 0.96715.512
wrapper.heatmapD0.4490.0420.494
wrapper.impute.KNN0.2520.0170.269
wrapper.impute.detQuant0.4410.0700.511
wrapper.impute.fixedValue0.3600.0390.400
wrapper.impute.mle0.2660.0180.285
wrapper.impute.pa0.1030.0200.124
wrapper.impute.pa20.3280.0320.362
wrapper.impute.slsa0.4700.0430.515
wrapper.mvImage0.1560.0350.191
wrapper.normalizeD0.2640.0040.269
wrapper.pca0.1130.0230.138
wrapperCalibrationPlot0.9080.0590.971
wrapperClassic1wayAnova1.7290.3482.084
wrapperRunClustering2.9410.4933.447
write.excel0.6450.1530.803
writeMSnsetToCSV0.2480.0180.277
writeMSnsetToExcel0.9160.2481.174