############################################################################## ############################################################################## ### ### 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.37.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/DAPAR.Rcheck’ * using R version 4.4.1 RC (2024-06-06 r86719) * using platform: aarch64-apple-darwin20 * 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.5 * 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.37.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE 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 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 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’ Check_Dataset_Validity: no visible global function definition for ‘exprs’ 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’ OWAnova: no visible global function definition for ‘aov’ pepa.test: no visible global function definition for ‘nodes<-’ testAnovaModels : : 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 adjusted_pvalues aov B cond condition Condition exprs FDR_threshold feature g input installed.packages intensity Intensity layout_nicely nodes<- P.Value par Pr(>F)1 Prostar.loc stack str_c textGOParams TukeyHSD x y Consider adding importFrom("graphics", "par") importFrom("stats", "aov", "TukeyHSD") 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 ... ERROR Running examples in ‘DAPAR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: compute.selection.table > ### Title: Applies an FDR threshold on a table of adjusted p-values and > ### summarizes the results > ### Aliases: compute.selection.table > > ### ** Examples > > data(Exp1_R25_prot, package='DAPARdata') > exdata <- Exp1_R25_prot[1:5,] > adjpvaltab <- globalAdjPval(testAnovaModels(applyAnovasOnProteins(exdata), "TukeyHSD")$P_Value) Error in FUN(X[[i]], ...) : Please install cp4p: BiocManager::install('cp4p') Calls: globalAdjPval -> pkgs.require -> lapply -> FUN Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs See ‘/Users/biocbuild/bbs-3.20-bioc/meat/DAPAR.Rcheck/00check.log’ for details.