Back to Mac ARM64 build report for BioC 3.18
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-04-18 11:32:08 -0400 (Thu, 18 Apr 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4388
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 500/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DAPAR 1.34.6  (landing page)
Samuel Wieczorek
Snapshot Date: 2024-04-16 09:00:03 -0400 (Tue, 16 Apr 2024)
git_url: https://git.bioconductor.org/packages/DAPAR
git_branch: RELEASE_3_18
git_last_commit: 829b5ff
git_last_commit_date: 2024-02-15 01:08:59 -0400 (Thu, 15 Feb 2024)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for DAPAR on kjohnson1


To the developers/maintainers of the DAPAR package:
- 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.

raw results


Summary

Package: DAPAR
Version: 1.34.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.34.6.tar.gz
StartedAt: 2024-04-17 11:06:11 -0400 (Wed, 17 Apr 2024)
EndedAt: 2024-04-17 11:12:43 -0400 (Wed, 17 Apr 2024)
EllapsedTime: 392.6 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.34.6.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/DAPAR.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.1
* 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.34.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 startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
  ‘knitr’ ‘norm’ ‘org.Sc.sgd.db’ ‘parallel’ ‘scales’ ‘tidyverse’
  All declared Imports should be used.
* 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’
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 37.031  3.908  41.346
wrapper.dapar.impute.mi          15.345  0.809  16.428
barplotEnrichGO_HC               10.507  0.808  11.373
group_GO                          7.248  0.417   7.788
barplotGroupGO_HC                 7.147  0.417   7.636
enrich_GO                         6.243  0.332   6.627
scatterplotEnrichGO_HC            6.075  0.405   6.568
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking PDF version of manual ... OK
* DONE

Status: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/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.3-arm64/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
** 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.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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.34.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 % - 100 % - 
 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 % - 100 % - 
 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 
 29.167   1.643  31.178 

Example timings

DAPAR.Rcheck/DAPAR-Ex.timings

nameusersystemelapsed
AggregateMetacell2.8030.0542.871
BuildAdjacencyMatrix0.4800.0050.487
BuildColumnToProteinDataset0.5270.0080.536
BuildMetaCell0.7860.0280.816
CVDistD_HC3.0630.1063.253
Children0.0040.0000.004
CountPep0.4780.0050.486
ExtendPalette0.0280.0020.030
GOAnalysisSave0.0000.0000.001
GetCC1.9640.0231.998
GetColorsForConditions0.4300.0040.435
GetDetailedNbPeptides0.4540.0060.460
GetDetailedNbPeptidesUsed000
GetIndices_BasedOnConditions0.4480.0050.454
GetIndices_MetacellFiltering0.4450.0050.449
GetIndices_WholeLine0.4330.0040.437
GetIndices_WholeMatrix0.4490.0040.454
GetKeyId0.4480.0070.455
GetMatAdj0.4530.0060.480
GetMetacell000
GetMetacellTags0.4000.0070.414
GetNbPeptidesUsed0.4270.0070.440
GetNbTags0.0000.0000.001
GetSoftAvailables0.0010.0000.001
GetTypeofData0.4170.0070.426
Get_AllComparisons0.2760.0090.287
GlobalQuantileAlignment0.4470.0080.458
GraphPepProt0.4390.0070.451
LH0000
LH0.lm0.0000.0000.001
LH1000
LH1.lm000
LOESS1.3220.0331.364
MeanCentering0.4410.0100.455
MetaCellFiltering0.5720.0070.583
MetacellFilteringScope0.0000.0000.001
Metacell_DIA_NN0.6730.0230.703
Metacell_generic0.6490.0200.676
Metacell_maxquant0.6810.0180.708
Metacell_proline0.6160.0190.643
NumericalFiltering0.5480.0080.561
NumericalgetIndicesOfLinesToRemove0.4910.0060.505
OWAnova0.0090.0000.009
QuantileCentering0.4760.0080.487
SetCC1.8510.0151.893
SetMatAdj0.4640.0040.471
Set_POV_MEC_tags0.4340.0040.445
StringBasedFiltering0.4650.0060.472
StringBasedFiltering20.4610.0050.471
SumByColumns1.2910.0141.312
SymFilteringOperators000
UpdateMetacellAfterImputation0.4710.0040.475
aggregateIter0.5970.0060.606
aggregateIterParallel000
aggregateMean0.5230.0050.536
aggregateSum0.5400.0070.552
aggregateTopn0.5050.0050.510
applyAnovasOnProteins0.1210.0020.124
averageIntensities0.6350.0490.687
barplotEnrichGO_HC10.507 0.80811.373
barplotGroupGO_HC7.1470.4177.636
boxPlotD_HC0.2860.0430.337
buildGraph1.5540.0201.586
check.conditions0.4000.0040.411
check.design0.4070.0050.412
checkClusterability2.4160.3452.764
classic1wayAnova000
compareNormalizationD_HC0.1410.0310.172
compute.selection.table0.6920.0570.761
compute_t_tests0.8370.0570.895
corrMatrixD_HC0.5070.0350.543
createMSnset2.2500.0742.332
dapar_hc_ExportMenu0.1140.0860.201
dapar_hc_chart0.0500.0270.077
deleteLinesFromIndices0.4560.0060.467
densityPlotD_HC2.0900.2752.392
diffAnaComputeAdjustedPValues0.1650.0140.181
diffAnaComputeFDR000
diffAnaGetSignificant0.2720.0110.288
diffAnaSave0.2150.0100.225
diffAnaVolcanoplot0.1640.0070.174
diffAnaVolcanoplot_rCharts0.3230.0420.367
display.CC.visNet1.6040.0311.654
enrich_GO6.2430.3326.627
finalizeAggregation000
findMECBlock0.4590.0050.469
formatHSDResults0.0000.0010.000
formatLimmaResult1.1760.0231.237
formatPHResults000
formatPHTResults0.0000.0010.000
fudge2LRT000
get.pep.prot.cc1.3880.0111.461
getDesignLevel0.4020.0060.417
getIndicesConditions0.4010.0050.434
getIndicesOfLinesToRemove0.4110.0080.439
getListNbValuesInLines0.4030.0070.418
getNumberOf0.4200.0080.436
getNumberOfEmptyLines0.4290.0080.451
getPourcentageOfMV0.4120.0080.423
getProcessingInfo0.3960.0070.407
getProteinsStats0.4540.0120.470
getQuantile4Imp0.0950.0010.098
getTextForAggregation000
getTextForAnaDiff0.0010.0000.000
getTextForFiltering000
getTextForGOAnalysis000
getTextForHypothesisTest0.0010.0010.000
getTextForNewDataset0.0020.0000.002
getTextForNormalization000
getTextForpeptideImputation0.0010.0000.000
getTextForproteinImputation0.0000.0010.000
globalAdjPval0.3620.0100.378
group_GO7.2480.4177.788
hc_logFC_DensityPlot0.4320.0650.500
hc_mvTypePlot20.7470.0680.834
heatmapD0.6820.0360.730
heatmapForMissingValues0.2010.0110.216
histPValue_HC0.2880.0390.333
impute.pa20.4490.0070.460
inner.aggregate.iter0.4580.0090.477
inner.aggregate.topn0.4280.0060.437
inner.mean0.4190.0070.433
inner.sum0.4200.0070.429
is.subset0.0000.0000.001
limmaCompleteTest1.2480.0281.281
listSheets000
make.contrast0.4100.0040.418
make.design.10.4040.0050.414
make.design.20.4140.0060.420
make.design.30.4170.0050.425
make.design0.4210.0050.428
match.metacell0.4360.0050.443
metacell.def0.0030.0010.004
metacellHisto_HC0.5030.0360.541
metacellPerLinesHistoPerCondition_HC0.5490.0630.616
metacellPerLinesHisto_HC0.6300.1520.811
metacombine0.0550.0020.058
mvImage2.0350.0512.107
my_hc_ExportMenu0.1090.0820.193
my_hc_chart0.1040.0770.183
nonzero0.0190.0010.019
normalizeMethods.dapar000
pepa.test0.4270.0060.439
pkgs.require000
plotJitter1.6420.0241.675
plotJitter_rCharts1.4640.0501.533
plotPCA_Eigen0.4970.0210.522
plotPCA_Eigen_hc0.3970.0070.409
plotPCA_Ind0.4110.0080.423
plotPCA_Var0.4030.0070.416
postHocTest0.0000.0000.001
proportionConRev_HC0.0370.0290.068
rbindMSnset0.4610.0110.477
reIntroduceMEC0.4430.0110.457
readExcel0.0000.0010.000
removeLines0.4300.0100.442
samLRT0.0000.0000.001
saveParameters0.3890.0090.404
scatterplotEnrichGO_HC6.0750.4056.568
search.metacell.tags0.0070.0000.010
separateAdjPval0.1810.0040.185
splitAdjacencyMat0.4580.0050.467
test.design0.4460.0050.454
testAnovaModels0.1240.0030.127
thresholdpval4fdr000
translatedRandomBeta0.0010.0050.008
univ_AnnotDbPkg0.1850.0500.238
violinPlotD0.2720.0130.286
visualizeClusters1.2380.0461.293
vsn0.6860.0310.738
wrapper.CVDistD_HC1.6220.2791.958
wrapper.compareNormalizationD_HC37.031 3.90841.346
wrapper.corrMatrixD_HC0.4760.0390.522
wrapper.dapar.impute.mi15.345 0.80916.428
wrapper.heatmapD0.6170.0280.647
wrapper.impute.KNN0.4350.0070.445
wrapper.impute.detQuant0.4570.0080.468
wrapper.impute.fixedValue0.4650.0070.474
wrapper.impute.mle0.4840.0120.496
wrapper.impute.pa0.1290.0050.134
wrapper.impute.pa20.4300.0070.439
wrapper.impute.slsa0.5510.0100.561
wrapper.mvImage0.1420.0040.147
wrapper.normalizeD0.4230.0060.428
wrapper.pca0.1380.0050.143
wrapperCalibrationPlot0.1960.0110.208
wrapperClassic1wayAnova0.0000.0010.000
wrapperRunClustering1.6730.0921.771
write.excel0.7250.0430.769
writeMSnsetToCSV0.4330.0160.456
writeMSnsetToExcel0.9030.0640.969