Back to Multiple platform build/check report for BioC 3.17
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 10:55:23 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.1 LTS)x86_644.3.0 alpha (2023-04-03 r84154) 4547
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_64R Under development (unstable) (2023-02-14 r83833) -- "Unsuffered Consequences" 4333
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 nebbiolo1


To the developers/maintainers of the DAPAR package:
- 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 Troubleshooting Build Report for more information.

- Use the following Renviron settings to reproduce errors and warnings.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 489/2207HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DAPAR 1.31.6  (landing page)
Samuel Wieczorek
Snapshot Date: 2023-04-11 14:00:16 -0400 (Tue, 11 Apr 2023)
git_url: https://git.bioconductor.org/packages/DAPAR
git_branch: devel
git_last_commit: a68a828
git_last_commit_date: 2023-04-03 00:13:01 -0400 (Mon, 03 Apr 2023)
nebbiolo1Linux (Ubuntu 22.04.1 LTS) / x86_64  OK    OK    OK  
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  

Summary

Package: DAPAR
Version: 1.31.6
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings DAPAR_1.31.6.tar.gz
StartedAt: 2023-04-11 19:42:54 -0400 (Tue, 11 Apr 2023)
EndedAt: 2023-04-11 19:48:03 -0400 (Tue, 11 Apr 2023)
EllapsedTime: 308.9 seconds
RetCode: 0
Status:   OK  
CheckDir: DAPAR.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings DAPAR_1.31.6.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/DAPAR.Rcheck’
* using R version 4.3.0 alpha (2023-04-03 r84154)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.31.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 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 startup messages can be suppressed ... 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 examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                   user system elapsed
wrapper.compareNormalizationD_HC 27.574  1.584  29.158
wrapper.dapar.impute.mi          12.925  0.100  13.026
barplotEnrichGO_HC                8.255  0.920   9.175
barplotGroupGO_HC                 5.309  0.309   5.618
enrich_GO                         4.759  0.248   5.008
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/DAPAR.Rcheck/00check.log’
for details.



Installation output

DAPAR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL DAPAR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-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
** 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.3.0 alpha (2023-04-03 r84154)
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (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.31.6.

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


> 
> test_check("DAPAR")

 Iterations: 

 1 / 1  - Imputation MNAR OK - 
Imputation MCAR in progress - 
3 % - 6 % - 9 % - 12 % - 15 % - 18 % - 21 % - 24 % - 27 % - 30 % - 33 % - 36 % - 39 % - 42 % - 45 % - 48 % - 51 % - 54 % - 57 % - 60 % - 63 % - 66 % - 69 % - 72 % - 75 % - 78 % - 81 % - 84 % - 87 % - 90 % - 93 % - 96 % - 99 % - 
 Iterations: 

 1 / 1  - Imputation MNAR OK - 
Imputation MCAR in progress - 
3 % - 6 % - 9 % - 12 % - 15 % - 18 % - 21 % - 24 % - 27 % - 30 % - 33 % - 36 % - 39 % - 42 % - 45 % - 48 % - 51 % - 54 % - 57 % - 60 % - 63 % - 66 % - 69 % - 72 % - 75 % - 78 % - 81 % - 84 % - 87 % - 90 % - 93 % - 96 % - 99 % - 
 Imputation in condition  1 ...
 In progress: 10 % - 20 % - 30 % - 40 % - 50 % - 60 % - 70 % - 80 % - 90 % - 100 % - 
 Imputation in condition  2 ...
 In progress: 10 % - 20 % - 30 % - 40 % - 50 % - 60 % - 70 % - 80 % - 90 % - 100 % - [ FAIL 0 | WARN 17 | SKIP 0 | PASS 66 ]

[ FAIL 0 | WARN 17 | SKIP 0 | PASS 66 ]
> 
> proc.time()
   user  system elapsed 
 23.482   1.081  24.555 

Example timings

DAPAR.Rcheck/DAPAR-Ex.timings

nameusersystemelapsed
AggregateMetacell1.9080.0922.002
BuildAdjacencyMatrix0.8110.0720.883
BuildColumnToProteinDataset0.3360.0280.363
BuildMetaCell1.0930.1161.211
CVDistD_HC2.0940.1212.221
Children0.0040.0000.003
CountPep0.2870.0160.303
ExtendPalette0.0250.0040.028
GOAnalysisSave000
GetCC1.4870.0911.577
GetColorsForConditions0.2430.0000.244
GetDetailedNbPeptides0.2660.0040.270
GetDetailedNbPeptidesUsed000
GetIndices_BasedOnConditions0.2730.0120.285
GetIndices_MetacellFiltering0.2680.0000.267
GetIndices_WholeLine0.2610.0040.265
GetIndices_WholeMatrix0.2650.0000.266
GetKeyId0.2520.0150.267
GetMatAdj0.2850.0080.293
GetMetacell000
GetMetacellTags0.2550.0080.264
GetNbPeptidesUsed0.2530.0160.269
GetSoftAvailables0.0010.0000.000
GetTypeofData0.2460.0040.250
Get_AllComparisons0.2190.0200.240
GlobalQuantileAlignment0.2730.0000.274
GraphPepProt0.2800.0040.284
LH0000
LH0.lm0.0000.0000.001
LH1000
LH1.lm000
LOESS0.9880.0241.012
MeanCentering0.2530.0120.264
MetaCellFiltering0.3920.0080.400
MetacellFilteringScope000
Metacell_DIA_NN0.4600.0040.464
Metacell_generic0.4550.0040.460
Metacell_maxquant0.4040.0040.409
Metacell_proline0.4050.0120.417
NumericalFiltering0.3720.0200.392
NumericalgetIndicesOfLinesToRemove0.2760.0120.287
QuantileCentering0.2830.0000.284
SetCC1.7470.0361.782
SetMatAdj0.3070.0040.312
Set_POV_MEC_tags0.3130.0000.314
StringBasedFiltering0.30.00.3
StringBasedFiltering20.2950.0040.298
SumByColumns1.1340.0241.158
SymFilteringOperators000
UpdateMetacellAfterImputation0.2980.0000.298
aggregateIter0.4560.0000.456
aggregateIterParallel000
aggregateMean0.360.000.36
aggregateSum0.3590.0000.359
aggregateTopn0.3260.0000.326
averageIntensities0.4590.0960.556
barplotEnrichGO_HC8.2550.9209.175
barplotGroupGO_HC5.3090.3095.618
boxPlotD_HC0.1920.0200.212
buildGraph1.2770.0921.369
check.conditions0.2360.0000.236
check.design0.2310.0040.235
checkClusterability1.9650.1402.105
classic1wayAnova1.0220.0761.098
compareNormalizationD_HC0.1030.0120.115
compute_t_tests0.8630.0080.871
corrMatrixD_HC0.3050.0400.345
createMSnset1.6590.0881.747
dapar_hc_ExportMenu0.1050.0280.134
dapar_hc_chart0.0500.0070.058
deleteLinesFromIndices0.2790.0000.279
densityPlotD_HC1.6860.0801.767
diffAnaComputeFDR0.2750.0160.291
diffAnaGetSignificant0.1820.0000.182
diffAnaSave0.1660.0000.166
diffAnaVolcanoplot0.1060.0000.105
diffAnaVolcanoplot_rCharts0.2900.0240.313
display.CC.visNet1.220.081.30
enrich_GO4.7590.2485.008
finalizeAggregation0.0000.0000.001
findMECBlock0.2680.0040.272
formatLimmaResult0.1060.0000.106
formatPHResults2.5930.0762.670
fudge2LRT0.0000.0010.000
get.pep.prot.cc1.1810.0591.240
getIndicesConditions0.2360.0000.235
getIndicesOfLinesToRemove0.2460.0000.246
getListNbValuesInLines0.2330.0000.234
getNumberOf0.2460.0000.247
getNumberOfEmptyLines0.2580.0000.258
getPourcentageOfMV0.2460.0040.248
getProcessingInfo0.2340.0000.234
getProteinsStats0.2810.0120.293
getQuantile4Imp0.0600.0040.064
getTextForAggregation000
getTextForAnaDiff000
getTextForFiltering000
getTextForGOAnalysis0.0000.0000.001
getTextForHypothesisTest0.0000.0000.001
getTextForNewDataset0.0030.0000.003
getTextForNormalization0.0010.0000.000
getTextForpeptideImputation0.0010.0000.000
getTextForproteinImputation0.0000.0010.000
group_GO4.0780.1674.244
hc_logFC_DensityPlot0.4510.0240.475
hc_mvTypePlot20.5640.0160.579
heatmapD0.5540.0120.566
heatmapForMissingValues0.1460.0040.150
histPValue_HC0.1640.0120.175
impute.pa20.2930.0080.300
inner.aggregate.iter0.3030.0080.310
inner.aggregate.topn0.3230.0040.327
inner.mean0.2620.0120.274
inner.sum0.2630.0120.275
is.subset000
limmaCompleteTest1.0740.0161.089
listSheets0.0010.0000.000
make.contrast0.2570.0040.261
make.design.10.2390.0200.259
make.design.20.2660.0000.266
make.design.30.2590.0120.271
make.design0.3570.0020.360
match.metacell0.2760.0010.277
metacell.def0.0040.0000.004
metacellHisto_HC0.2970.0080.305
metacellPerLinesHistoPerCondition_HC0.4060.0110.418
metacellPerLinesHisto_HC0.5210.0520.574
metacombine0.0430.0040.047
mvImage1.8420.0471.890
my_hc_ExportMenu0.0940.0310.126
my_hc_chart0.1180.0110.130
nonzero0.0150.0000.014
normalizeMethods.dapar0.0010.0010.000
pepa.test0.2690.0000.269
pkgs.require000
plotJitter1.1460.0601.207
plotJitter_rCharts1.0340.0511.086
plotPCA_Eigen0.2900.0030.295
plotPCA_Eigen_hc0.2300.0010.230
plotPCA_Ind0.2390.0000.239
plotPCA_Var0.2320.0000.232
postHocTest2.5380.0632.602
proportionConRev_HC0.0360.0080.045
rbindMSnset0.3080.0050.312
reIntroduceMEC0.2790.0000.279
readExcel000
removeLines0.2610.0070.269
samLRT000
saveParameters0.2370.0000.238
scatterplotEnrichGO_HC4.1480.2004.358
search.metacell.tags0.0030.0020.005
splitAdjacencyMat0.2700.0020.273
test.design0.2650.0010.267
translatedRandomBeta0.0000.0080.008
univ_AnnotDbPkg0.1860.0560.241
violinPlotD0.2290.0000.229
visualizeClusters1.0270.0241.051
vsn0.7030.0120.714
wrapper.CVDistD_HC1.2570.1121.369
wrapper.compareNormalizationD_HC27.574 1.58429.158
wrapper.corrMatrixD_HC0.3120.0160.328
wrapper.dapar.impute.mi12.925 0.10013.026
wrapper.heatmapD0.4670.0080.474
wrapper.impute.KNN0.3130.0000.313
wrapper.impute.detQuant0.2920.0040.295
wrapper.impute.fixedValue0.2920.0040.296
wrapper.impute.mle0.2750.0000.275
wrapper.impute.pa0.0910.0040.095
wrapper.impute.pa20.2780.0000.278
wrapper.impute.slsa0.4470.0000.447
wrapper.mvImage0.1000.0080.108
wrapper.normalizeD0.2490.0040.253
wrapper.pca0.1860.0640.251
wrapperCalibrationPlot0.1510.0080.159
wrapperClassic1wayAnova2.3070.0762.383
wrapperRunClustering1.6160.0601.676
write.excel0.4900.0160.506
writeMSnsetToCSV0.2500.0000.253
writeMSnsetToExcel0.6240.0040.628