############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:evaluomeR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings evaluomeR_1.21.4.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/evaluomeR.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 ‘evaluomeR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘evaluomeR’ version ‘1.21.4’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... NOTE Depends: includes the non-default packages: 'SummarizedExperiment', 'MultiAssayExperiment', 'cluster', 'fpc', 'randomForest', 'flexmix', 'RSKC', 'sparcl' Adding so many packages to the search path is excessive and importing selectively is preferable. * 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 ‘evaluomeR’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... NOTE File LICENSE is not mentioned in the DESCRIPTION file. * 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 dependencies in R code ... NOTE Namespace in Imports field not imported from: ‘kableExtra’ All declared Imports should be used. Packages in Depends field not imported from: ‘RSKC’ ‘sparcl’ These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE getMetricRangeByCluster: no visible global function definition for ‘%>%’ getMetricRangeByCluster: no visible binding for global variable ‘cluster’ getMetricsRelevancy: no visible global function definition for ‘RSKC’ kmeansruns: no visible global function definition for ‘pairs’ kmeansruns: no visible global function definition for ‘calinhara’ kmeansruns: no visible global function definition for ‘dudahart2’ plotMetricsCluster: no visible global function definition for ‘as.dendrogram’ rskcCBI: no visible global function definition for ‘RSKC’ speccCBI: no visible global function definition for ‘specc’ Undefined global functions or variables: %>% RSKC as.dendrogram calinhara cluster dudahart2 pairs specc Consider adding importFrom("graphics", "pairs") importFrom("stats", "as.dendrogram") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... WARNING Rd files with duplicated alias 'getMetricRangeByCluster': ‘getMetricRangeByCluster.Rd’ ‘getMetricsRelevancy.Rd’ * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: ‘clusterbootWrapper’ ‘standardizeQualityData’ ‘standardizeStabilityData’ All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'quality.Rd' ‘...’ Undocumented arguments in Rd file 'qualityRange.Rd' ‘...’ Undocumented arguments in Rd file 'qualitySet.Rd' ‘...’ Undocumented arguments in Rd file 'stability.Rd' ‘...’ Undocumented arguments in Rd file 'stabilityRange.Rd' ‘...’ Undocumented arguments in Rd file 'stabilitySet.Rd' ‘...’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testAll.R’ Running ‘testAnalysis.R’ Running ‘testCBI.R’ ERROR Running the tests in ‘tests/testCBI.R’ failed. Last 13 lines of output: [18,] "WMCOnto" "0.85715656831332" [19,] "WMCOnto2" "0.904134166028688" > > dataFrame <- stabilityRange(data=ontMetrics, cbi="rskc", k.range=c(3,4), all_metrics=TRUE, bs=100, L1=2) Data loaded. Number of rows: 80 Number of columns: 20 Processing all metrics, 'merge', in dataframe (19) Calculation of k = 3 Error in xtfrm.data.frame(x) : cannot xtfrm data frames Calls: stabilityRange ... lapply -> FUN -> as.vector -> xtfrm -> xtfrm.data.frame Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 3 WARNINGs, 4 NOTEs See ‘/Users/biocbuild/bbs-3.20-bioc/meat/evaluomeR.Rcheck/00check.log’ for details.