| Back to Build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-01 11:32 -0400 (Sat, 01 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4774 |
| 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 | ||||
| Package 513/2321 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| DAPAR 1.43.0 (landing page) Samuel Wieczorek
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
|
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. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
| Package: DAPAR |
| Version: 1.43.0 |
| Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DAPAR_1.43.0.tar.gz |
| StartedAt: 2025-10-31 22:32:19 -0400 (Fri, 31 Oct 2025) |
| EndedAt: 2025-10-31 22:41:03 -0400 (Fri, 31 Oct 2025) |
| EllapsedTime: 524.5 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: DAPAR.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings DAPAR_1.43.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/DAPAR.Rcheck’
* using R Under development (unstable) (2025-10-20 r88955)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.3 LTS
* using session charset: UTF-8
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.43.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Vignette dependency required without any vignettes: ‘knitr’
* 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 code 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 whether 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
Check_Dataset_Validity: no visible global function definition for
‘exprs’
OWAnova: no visible global function definition for ‘aov’
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’
createMSnset2: no visible global function definition for
‘installed.packages’
createMSnset2: 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’
globalAdjPval: no visible global function definition for ‘stack’
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<-’
testAnovaModels : <anonymous>: no visible global function definition
for ‘TukeyHSD’
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
TukeyHSD adjusted_pvalues aov cond condition exprs feature g input
installed.packages intensity layout_nicely nodes<- par stack str_c
textGOParams x y
Consider adding
importFrom("graphics", "par")
importFrom("stats", "TukeyHSD", "aov")
importFrom("utils", "installed.packages", "stack")
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 36.738 11.633 48.780
wrapper.dapar.impute.mi 14.671 0.399 15.083
barplotEnrichGO_HC 7.972 1.229 9.227
* 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.23-bioc/meat/DAPAR.Rcheck/00check.log’
for details.
DAPAR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL DAPAR ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’ * installing *source* package ‘DAPAR’ ... ** this is package ‘DAPAR’ version ‘1.43.0’ ** 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)
DAPAR.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu
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.43.0.
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
32.034 1.156 33.184
DAPAR.Rcheck/DAPAR-Ex.timings
| name | user | system | elapsed | |
| AggregateMetacell | 0.568 | 0.008 | 0.576 | |
| BuildAdjacencyMatrix | 0.475 | 0.010 | 0.486 | |
| BuildColumnToProteinDataset | 0.584 | 0.009 | 0.593 | |
| BuildMetaCell | 1.692 | 0.118 | 1.812 | |
| CVDistD_HC | 2.089 | 0.234 | 2.331 | |
| Children | 0.004 | 0.001 | 0.005 | |
| CountPep | 0.534 | 0.014 | 0.548 | |
| ExtendPalette | 0.025 | 0.001 | 0.026 | |
| GOAnalysisSave | 0.000 | 0.000 | 0.001 | |
| GetCC | 3.107 | 0.033 | 3.140 | |
| GetColorsForConditions | 0.441 | 0.011 | 0.452 | |
| GetDetailedNbPeptides | 0.464 | 0.008 | 0.472 | |
| GetDetailedNbPeptidesUsed | 0 | 0 | 0 | |
| GetIndices_BasedOnConditions | 0.454 | 0.015 | 0.468 | |
| GetIndices_MetacellFiltering | 0.466 | 0.008 | 0.474 | |
| GetIndices_WholeLine | 0.447 | 0.016 | 0.463 | |
| GetIndices_WholeMatrix | 0.451 | 0.009 | 0.460 | |
| GetKeyId | 0.434 | 0.014 | 0.448 | |
| GetMatAdj | 0.504 | 0.024 | 0.528 | |
| GetMetacell | 0 | 0 | 0 | |
| GetMetacellTags | 0.457 | 0.007 | 0.464 | |
| GetNbPeptidesUsed | 0.462 | 0.006 | 0.469 | |
| GetNbTags | 0.001 | 0.000 | 0.000 | |
| GetSoftAvailables | 0.001 | 0.000 | 0.001 | |
| GetTypeofData | 0.443 | 0.009 | 0.452 | |
| Get_AllComparisons | 0.283 | 0.016 | 0.300 | |
| GlobalQuantileAlignment | 0.476 | 0.011 | 0.486 | |
| GraphPepProt | 0.477 | 0.009 | 0.485 | |
| LH0 | 0 | 0 | 0 | |
| LH0.lm | 0 | 0 | 0 | |
| LH1 | 0.000 | 0.000 | 0.001 | |
| LH1.lm | 0 | 0 | 0 | |
| LOESS | 1.154 | 0.015 | 1.168 | |
| MeanCentering | 0.454 | 0.018 | 0.473 | |
| MetaCellFiltering | 0.603 | 0.009 | 0.612 | |
| MetacellFilteringScope | 0.001 | 0.000 | 0.000 | |
| Metacell_DIA_NN | 0.451 | 0.004 | 0.455 | |
| Metacell_generic | 0.389 | 0.003 | 0.392 | |
| Metacell_maxquant | 0.413 | 0.007 | 0.420 | |
| Metacell_proline | 0.412 | 0.003 | 0.417 | |
| NumericalFiltering | 0.476 | 0.019 | 0.495 | |
| NumericalgetIndicesOfLinesToRemove | 0.440 | 0.013 | 0.453 | |
| OWAnova | 0.005 | 0.000 | 0.006 | |
| QuantileCentering | 0.488 | 0.015 | 0.504 | |
| SetCC | 2.412 | 0.178 | 2.591 | |
| SetMatAdj | 0.466 | 0.013 | 0.480 | |
| Set_POV_MEC_tags | 0.436 | 0.009 | 0.446 | |
| StringBasedFiltering | 0.455 | 0.015 | 0.468 | |
| StringBasedFiltering2 | 0.463 | 0.007 | 0.470 | |
| SumByColumns | 1.273 | 0.041 | 1.315 | |
| SymFilteringOperators | 0 | 0 | 0 | |
| UpdateMetacellAfterImputation | 0.466 | 0.013 | 0.478 | |
| aggregateIter | 0.590 | 0.016 | 0.608 | |
| aggregateIterParallel | 0 | 0 | 0 | |
| aggregateMean | 0.528 | 0.017 | 0.556 | |
| aggregateSum | 0.541 | 0.014 | 0.555 | |
| aggregateTopn | 0.510 | 0.013 | 0.523 | |
| applyAnovasOnProteins | 0.139 | 0.005 | 0.144 | |
| averageIntensities | 0.469 | 0.071 | 0.544 | |
| barplotEnrichGO_HC | 7.972 | 1.229 | 9.227 | |
| barplotGroupGO_HC | 4.108 | 0.298 | 4.413 | |
| boxPlotD_HC | 0.259 | 0.024 | 0.283 | |
| buildGraph | 1.758 | 0.100 | 1.858 | |
| check.conditions | 0.440 | 0.012 | 0.451 | |
| check.design | 0.437 | 0.015 | 0.452 | |
| checkClusterability | 2.486 | 1.056 | 3.575 | |
| classic1wayAnova | 0 | 0 | 0 | |
| compareNormalizationD_HC | 0.161 | 0.031 | 0.192 | |
| compute.selection.table | 0.626 | 0.080 | 0.708 | |
| compute_t_tests | 1.015 | 0.070 | 1.087 | |
| corrMatrixD_HC | 0.513 | 0.027 | 0.540 | |
| createMSnset | 1.550 | 0.065 | 1.616 | |
| createMSnset2 | 1.576 | 0.059 | 1.636 | |
| dapar_hc_ExportMenu | 0.111 | 0.032 | 0.144 | |
| dapar_hc_chart | 0.052 | 0.010 | 0.062 | |
| deleteLinesFromIndices | 0.518 | 0.019 | 0.537 | |
| densityPlotD_HC | 2.445 | 0.687 | 3.153 | |
| diffAnaComputeAdjustedPValues | 0.198 | 0.019 | 0.218 | |
| diffAnaComputeFDR | 0.000 | 0.000 | 0.001 | |
| diffAnaGetSignificant | 0.283 | 0.018 | 0.302 | |
| diffAnaSave | 0.266 | 0.024 | 0.290 | |
| diffAnaVolcanoplot | 0.182 | 0.014 | 0.196 | |
| diffAnaVolcanoplot_rCharts | 0.362 | 0.040 | 0.404 | |
| display.CC.visNet | 1.805 | 0.172 | 1.979 | |
| enrich_GO | 4.169 | 0.232 | 4.411 | |
| finalizeAggregation | 0.000 | 0.000 | 0.001 | |
| findMECBlock | 0.495 | 0.009 | 0.504 | |
| formatHSDResults | 0 | 0 | 0 | |
| formatLimmaResult | 0.172 | 0.016 | 0.188 | |
| formatPHResults | 0.001 | 0.000 | 0.000 | |
| formatPHTResults | 0 | 0 | 0 | |
| fudge2LRT | 0 | 0 | 0 | |
| get.pep.prot.cc | 1.797 | 0.072 | 1.869 | |
| getDesignLevel | 0.434 | 0.010 | 0.446 | |
| getIndicesConditions | 0.438 | 0.009 | 0.447 | |
| getIndicesOfLinesToRemove | 0.456 | 0.011 | 0.467 | |
| getListNbValuesInLines | 0.432 | 0.015 | 0.447 | |
| getNumberOf | 0.457 | 0.006 | 0.463 | |
| getNumberOfEmptyLines | 0.464 | 0.007 | 0.472 | |
| getPourcentageOfMV | 0.453 | 0.017 | 0.470 | |
| getProcessingInfo | 0.431 | 0.011 | 0.443 | |
| getProteinsStats | 0.461 | 0.013 | 0.474 | |
| getQuantile4Imp | 0.116 | 0.007 | 0.122 | |
| getTextForAggregation | 0 | 0 | 0 | |
| getTextForAnaDiff | 0.001 | 0.000 | 0.001 | |
| getTextForFiltering | 0.001 | 0.000 | 0.000 | |
| getTextForGOAnalysis | 0 | 0 | 0 | |
| getTextForHypothesisTest | 0.001 | 0.000 | 0.000 | |
| getTextForNewDataset | 0.002 | 0.000 | 0.001 | |
| getTextForNormalization | 0.001 | 0.000 | 0.000 | |
| getTextForpeptideImputation | 0 | 0 | 0 | |
| getTextForproteinImputation | 0 | 0 | 0 | |
| globalAdjPval | 0.423 | 0.014 | 0.438 | |
| group_GO | 4.156 | 0.274 | 4.437 | |
| hc_logFC_DensityPlot | 0.561 | 0.176 | 0.739 | |
| hc_mvTypePlot2 | 0.816 | 0.156 | 0.974 | |
| heatmapD | 0.732 | 0.023 | 0.755 | |
| heatmapForMissingValues | 0.197 | 0.022 | 0.220 | |
| histPValue_HC | 0.332 | 0.038 | 0.370 | |
| impute.pa2 | 0.498 | 0.018 | 0.516 | |
| inner.aggregate.iter | 0.485 | 0.026 | 0.511 | |
| inner.aggregate.topn | 0.477 | 0.021 | 0.498 | |
| inner.mean | 0.470 | 0.014 | 0.484 | |
| inner.sum | 0.473 | 0.019 | 0.492 | |
| is.subset | 0.000 | 0.001 | 0.001 | |
| limmaCompleteTest | 1.336 | 0.059 | 1.397 | |
| listSheets | 0 | 0 | 0 | |
| make.contrast | 0.459 | 0.024 | 0.483 | |
| make.design.1 | 0.461 | 0.014 | 0.475 | |
| make.design.2 | 0.466 | 0.005 | 0.471 | |
| make.design.3 | 0.457 | 0.012 | 0.469 | |
| make.design | 0.468 | 0.009 | 0.477 | |
| match.metacell | 0.471 | 0.019 | 0.490 | |
| metacell.def | 0.005 | 0.001 | 0.006 | |
| metacellHisto_HC | 0.529 | 0.033 | 0.563 | |
| metacellPerLinesHistoPerCondition_HC | 0.608 | 0.040 | 0.648 | |
| metacellPerLinesHisto_HC | 0.687 | 0.082 | 0.770 | |
| metacombine | 0.143 | 0.010 | 0.153 | |
| mvImage | 1.986 | 0.071 | 2.059 | |
| my_hc_ExportMenu | 0.109 | 0.027 | 0.139 | |
| my_hc_chart | 0.110 | 0.027 | 0.138 | |
| nonzero | 0.019 | 0.001 | 0.019 | |
| normalizeMethods.dapar | 0.001 | 0.000 | 0.001 | |
| pepa.test | 0.477 | 0.011 | 0.489 | |
| pkgs.require | 0.001 | 0.000 | 0.001 | |
| plotJitter | 1.881 | 0.095 | 1.976 | |
| plotJitter_rCharts | 1.543 | 0.030 | 1.573 | |
| plotPCA_Eigen | 0.504 | 0.016 | 0.520 | |
| plotPCA_Eigen_hc | 0.426 | 0.010 | 0.436 | |
| plotPCA_Ind | 0.435 | 0.011 | 0.445 | |
| plotPCA_Var | 0.434 | 0.007 | 0.441 | |
| postHocTest | 0.000 | 0.001 | 0.000 | |
| proportionConRev_HC | 0.040 | 0.007 | 0.047 | |
| rbindMSnset | 0.498 | 0.022 | 0.521 | |
| reIntroduceMEC | 0.481 | 0.017 | 0.500 | |
| readExcel | 0 | 0 | 0 | |
| removeLines | 0.466 | 0.015 | 0.482 | |
| samLRT | 0 | 0 | 0 | |
| saveParameters | 0.425 | 0.014 | 0.439 | |
| scatterplotEnrichGO_HC | 4.026 | 0.212 | 4.243 | |
| search.metacell.tags | 0.006 | 0.001 | 0.007 | |
| separateAdjPval | 0.194 | 0.012 | 0.207 | |
| splitAdjacencyMat | 0.476 | 0.014 | 0.489 | |
| test.design | 0.534 | 0.007 | 0.542 | |
| testAnovaModels | 0.138 | 0.009 | 0.148 | |
| thresholdpval4fdr | 0 | 0 | 0 | |
| translatedRandomBeta | 0.001 | 0.007 | 0.009 | |
| univ_AnnotDbPkg | 0.174 | 0.053 | 0.227 | |
| violinPlotD | 0.262 | 0.011 | 0.273 | |
| visualizeClusters | 2.637 | 0.166 | 2.809 | |
| vsn | 0.651 | 0.015 | 0.667 | |
| wrapper.CVDistD_HC | 1.555 | 0.366 | 1.938 | |
| wrapper.compareNormalizationD_HC | 36.738 | 11.633 | 48.780 | |
| wrapper.corrMatrixD_HC | 0.524 | 0.029 | 0.553 | |
| wrapper.dapar.impute.mi | 14.671 | 0.399 | 15.083 | |
| wrapper.heatmapD | 0.631 | 0.020 | 0.652 | |
| wrapper.impute.KNN | 0.456 | 0.021 | 0.479 | |
| wrapper.impute.detQuant | 0.489 | 0.022 | 0.511 | |
| wrapper.impute.fixedValue | 0.525 | 0.020 | 0.547 | |
| wrapper.impute.mle | 0.453 | 0.020 | 0.473 | |
| wrapper.impute.pa | 0.143 | 0.018 | 0.162 | |
| wrapper.impute.pa2 | 0.465 | 0.014 | 0.479 | |
| wrapper.impute.slsa | 0.576 | 0.023 | 0.600 | |
| wrapper.mvImage | 0.177 | 0.006 | 0.184 | |
| wrapper.normalizeD | 0.450 | 0.004 | 0.455 | |
| wrapper.pca | 0.163 | 0.009 | 0.172 | |
| wrapperCalibrationPlot | 0.203 | 0.016 | 0.219 | |
| wrapperClassic1wayAnova | 0 | 0 | 0 | |
| wrapperRunClustering | 1.953 | 0.237 | 2.196 | |
| write.excel | 0.755 | 0.072 | 0.828 | |
| writeMSnsetToCSV | 0.452 | 0.016 | 0.469 | |
| writeMSnsetToExcel | 0.913 | 0.089 | 1.005 | |