Back to Build/check report for BioC 3.18:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-06-06 11:00:29 -0000 (Tue, 06 Jun 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.0 (2023-04-21) -- "Already Tomorrow" 4366
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 kunpeng2


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 485/2199HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DAPAR 1.33.0  (landing page)
Samuel Wieczorek
Snapshot Date: 2023-06-05 06:35:06 -0000 (Mon, 05 Jun 2023)
git_url: https://git.bioconductor.org/packages/DAPAR
git_branch: devel
git_last_commit: b88ad62
git_last_commit_date: 2023-04-25 14:41:46 -0000 (Tue, 25 Apr 2023)
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  

Summary

Package: DAPAR
Version: 1.33.0
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:DAPAR.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings DAPAR_1.33.0.tar.gz
StartedAt: 2023-06-05 20:45:48 -0000 (Mon, 05 Jun 2023)
EndedAt: 2023-06-05 20:52:27 -0000 (Mon, 05 Jun 2023)
EllapsedTime: 398.6 seconds
RetCode: 0
Status:   OK  
CheckDir: DAPAR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/DAPAR.Rcheck’
* using R version 4.3.0 (2023-04-21)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* checking for file ‘DAPAR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘DAPAR’ version ‘1.33.0’
* 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
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’
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 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 46.850  3.486  50.427
wrapper.dapar.impute.mi          20.158  0.164  20.364
barplotEnrichGO_HC               10.354  0.671  11.050
barplotGroupGO_HC                 6.402  0.224   6.638
enrich_GO                         6.147  0.192   6.349
group_GO                          5.454  0.219   5.681
scatterplotEnrichGO_HC            5.272  0.227   5.509
* 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.18-bioc/meat/DAPAR.Rcheck/00check.log’
for details.



Installation output

DAPAR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD INSTALL DAPAR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.3.0/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 (2023-04-21) -- "Already Tomorrow"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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.33.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 18 | SKIP 0 | PASS 66 ]

[ FAIL 0 | WARN 18 | SKIP 0 | PASS 66 ]
> 
> proc.time()
   user  system elapsed 
 30.185   0.519  30.753 

Example timings

DAPAR.Rcheck/DAPAR-Ex.timings

nameusersystemelapsed
AggregateMetacell2.2120.0962.313
BuildAdjacencyMatrix0.8600.0320.893
BuildColumnToProteinDataset0.4000.0080.408
BuildMetaCell1.1850.0081.196
CVDistD_HC3.4850.0753.613
Children0.0070.0010.007
CountPep0.3260.0160.342
ExtendPalette0.0250.0120.037
GOAnalysisSave000
GetCC1.7030.0501.755
GetColorsForConditions0.2760.0000.276
GetDetailedNbPeptides0.3070.0000.308
GetDetailedNbPeptidesUsed000
GetIndices_BasedOnConditions0.2840.0120.296
GetIndices_MetacellFiltering0.3110.0000.311
GetIndices_WholeLine0.2950.0040.299
GetIndices_WholeMatrix0.2910.0040.295
GetKeyId0.2830.0040.288
GetMatAdj0.3370.0080.345
GetMetacell000
GetMetacellTags0.2950.0000.296
GetNbPeptidesUsed0.2980.0040.303
GetSoftAvailables000
GetTypeofData0.2690.0000.269
Get_AllComparisons0.2880.0240.313
GlobalQuantileAlignment0.3050.0000.306
GraphPepProt0.2960.0030.298
LH0000
LH0.lm000
LH1000
LH1.lm000
LOESS1.7100.0401.752
MeanCentering0.3060.0160.322
MetaCellFiltering0.4900.0240.515
MetacellFilteringScope0.0000.0000.001
Metacell_DIA_NN0.5340.0000.535
Metacell_generic0.5340.0240.558
Metacell_maxquant0.5290.0080.538
Metacell_proline0.5140.0120.526
NumericalFiltering0.4080.0040.412
NumericalgetIndicesOfLinesToRemove0.3090.0040.314
OWAnova0.0080.0000.009
QuantileCentering0.2960.0080.305
SetCC1.5330.0601.595
SetMatAdj0.3250.0120.337
Set_POV_MEC_tags0.2930.0040.297
StringBasedFiltering0.3320.0000.332
StringBasedFiltering20.3230.0120.335
SumByColumns1.6780.0601.741
SymFilteringOperators000
UpdateMetacellAfterImputation0.3100.0040.315
aggregateIter0.5250.0080.534
aggregateIterParallel000
aggregateMean0.4360.0040.441
aggregateSum0.4340.0040.438
aggregateTopn0.3890.0000.390
applyAnovasOnProteins0.0940.0000.093
averageIntensities0.5230.0320.556
barplotEnrichGO_HC10.354 0.67111.050
barplotGroupGO_HC6.4020.2246.638
boxPlotD_HC0.2380.0240.262
buildGraph1.4460.0361.485
check.conditions0.2640.0000.265
check.design0.2660.0000.266
checkClusterability3.0860.2553.350
classic1wayAnova000
compareNormalizationD_HC0.1230.0040.127
compute.selection.table0.7970.0240.823
compute_t_tests1.2340.0561.292
corrMatrixD_HC0.4120.0120.425
createMSnset2.0210.0522.076
dapar_hc_ExportMenu0.1460.0160.166
dapar_hc_chart0.0650.0040.069
deleteLinesFromIndices0.3170.0000.317
densityPlotD_HC2.7370.1872.929
diffAnaComputeFDR0.1380.0080.146
diffAnaGetSignificant0.2420.0040.246
diffAnaSave0.2260.0040.230
diffAnaVolcanoplot0.1340.0040.138
diffAnaVolcanoplot_rCharts0.3950.0360.433
display.CC.visNet1.3830.0881.476
enrich_GO6.1470.1926.349
finalizeAggregation000
findMECBlock0.3140.0040.317
formatHSDResults000
formatLimmaResult0.1250.0080.133
formatPHResults000
formatPHTResults000
fudge2LRT0.0000.0000.001
get.pep.prot.cc1.2360.0081.245
getIndicesConditions0.2600.0040.264
getIndicesOfLinesToRemove0.2810.0040.285
getListNbValuesInLines0.2640.0000.264
getNumberOf0.2910.0040.295
getNumberOfEmptyLines0.3130.0000.313
getPourcentageOfMV0.2880.0000.289
getProcessingInfo0.2630.0000.264
getProteinsStats0.3180.0000.321
getQuantile4Imp0.0560.0040.060
getTextForAggregation0.0010.0000.001
getTextForAnaDiff0.0010.0000.001
getTextForFiltering0.0000.0000.001
getTextForGOAnalysis000
getTextForHypothesisTest000
getTextForNewDataset0.0030.0000.002
getTextForNormalization0.0010.0000.001
getTextForpeptideImputation0.0000.0000.001
getTextForproteinImputation000
globalAdjPval0.4810.0080.490
group_GO5.4540.2195.681
hc_logFC_DensityPlot0.5410.0680.610
hc_mvTypePlot20.8270.0640.892
heatmapD0.5610.0120.574
heatmapForMissingValues0.1510.0080.159
histPValue_HC0.1990.0080.206
impute.pa20.3370.0040.341
inner.aggregate.iter0.4050.0040.409
inner.aggregate.topn0.3160.0040.321
inner.mean0.3130.0000.313
inner.sum0.3120.0040.316
is.subset0.0010.0000.000
limmaCompleteTest1.9500.0121.965
listSheets000
make.contrast0.2770.0080.285
make.design.10.2810.0040.285
make.design.20.2820.0040.287
make.design.30.2840.0040.289
make.design0.2860.0000.287
match.metacell0.3140.0000.315
metacell.def0.0050.0000.005
metacellHisto_HC0.3500.0040.354
metacellPerLinesHistoPerCondition_HC0.5300.0240.555
metacellPerLinesHisto_HC0.6120.0200.633
metacombine0.0800.0040.084
mvImage2.8100.0242.839
my_hc_ExportMenu0.1450.0200.165
my_hc_chart0.1590.0040.162
nonzero0.0210.0000.021
normalizeMethods.dapar000
pepa.test0.3120.0000.313
pkgs.require000
plotJitter1.3650.0801.446
plotJitter_rCharts1.2520.0081.262
plotPCA_Eigen0.3610.0080.369
plotPCA_Eigen_hc0.2680.0000.269
plotPCA_Ind0.2740.0000.275
plotPCA_Var0.2660.0000.267
postHocTest0.0000.0000.001
proportionConRev_HC0.0540.0000.055
rbindMSnset0.3500.0200.371
reIntroduceMEC0.3310.0000.332
readExcel000
removeLines0.3130.0000.314
samLRT000
saveParameters0.2640.0040.268
scatterplotEnrichGO_HC5.2720.2275.509
search.metacell.tags0.0090.0000.008
separateAdjPval0.1830.0000.184
splitAdjacencyMat0.3130.0080.322
test.design0.2920.0000.292
testAnovaModels0.0850.0120.098
thresholdpval4fdr0.0000.0000.001
translatedRandomBeta0.0000.0040.004
univ_AnnotDbPkg0.1650.0300.195
violinPlotD0.2540.0040.259
visualizeClusters1.5650.0241.592
vsn0.6750.0080.684
wrapper.CVDistD_HC1.9690.1912.165
wrapper.compareNormalizationD_HC46.850 3.48650.427
wrapper.corrMatrixD_HC0.4080.0200.429
wrapper.dapar.impute.mi20.158 0.16420.364
wrapper.heatmapD0.5300.0160.548
wrapper.impute.KNN0.3090.0000.310
wrapper.impute.detQuant0.3400.0080.349
wrapper.impute.fixedValue0.3420.0120.355
wrapper.impute.mle0.3690.0040.373
wrapper.impute.pa0.0950.0120.108
wrapper.impute.pa20.3100.0070.318
wrapper.impute.slsa0.4810.0080.490
wrapper.mvImage0.1280.0070.137
wrapper.normalizeD0.3470.0040.352
wrapper.pca0.1220.0040.127
wrapperCalibrationPlot0.1660.0000.167
wrapperClassic1wayAnova000
wrapperRunClustering2.4700.0902.566
write.excel0.7610.0160.778
writeMSnsetToCSV0.2990.0040.306
writeMSnsetToExcel0.9100.0330.944