############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:mitoClone2.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings mitoClone2_1.12.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/mitoClone2.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14) GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘mitoClone2/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘mitoClone2’ version ‘1.12.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 ‘mitoClone2’ can be installed ... OK * used C++ compiler: ‘g++ (conda-forge gcc 14.2.0-1) 14.2.0’ * checking installed package size ... NOTE installed size is 6.3Mb sub-directories of 1Mb or more: libs 4.8Mb * checking package directory ... OK * checking ‘build’ 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 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 mitoPlot: no visible binding for global variable ‘gene’ Undefined global functions or variables: gene * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... WARNING Codoc mismatches from Rd file 'mitoPlot.Rd': mitoPlot Code: function(variants, patient = NULL, genome = "hg38", customGenome = NULL, showLegend = TRUE, showLabel = TRUE) Docs: function(variants, patient = NULL, genome = "hg38", showLegend = TRUE, showLabel = TRUE) Argument names in code not in docs: customGenome Mismatches in argument names: Position: 4 Code: customGenome Docs: showLegend Position: 5 Code: showLegend Docs: showLabel Codoc mismatches from Rd file 'mutationCallsFromCohort.Rd': mutationCallsFromCohort Code: function(BaseCounts, sites, patient, MINREADS = 5, MINCELL = 20, MINFRAC = 0.1, MINCELLS.PATIENT = 10, MINFRAC.PATIENT = 0.01, MINFRAC.OTHER = 0.1, USE.REFERENCE = TRUE, genome = "hg38", customGenome = NULL) Docs: function(BaseCounts, sites, patient, MINREADS = 5, MINCELL = 20, MINFRAC = 0.1, MINCELLS.PATIENT = 10, MINFRAC.PATIENT = 0.01, MINFRAC.OTHER = 0.1, USE.REFERENCE = TRUE, genome = "hg38") Argument names in code not in docs: customGenome Codoc mismatches from Rd file 'mutationCallsFromExclusionlist.Rd': mutationCallsFromExclusionlist Code: function(BaseCounts, lim.cov = 20, min.af = 0.2, min.num.samples = 0.01 * length(BaseCounts), min.af.universal = min.af, universal.var.cells = 0.95 * length(BaseCounts), exclusionlists.use = exclusionlists, max.var.na = 0.5, max.cell.na = 0.95, genome = "hg38", customDNA = NULL, ncores = 1, ...) Docs: function(BaseCounts, lim.cov = 20, min.af = 0.2, min.num.samples = 0.01 * length(BaseCounts), min.af.universal = min.af, universal.var.cells = 0.95 * length(BaseCounts), exclusionlists.use = exclusionlists, max.var.na = 0.5, max.cell.na = 0.95, genome = "hg38", ncores = 1, ...) Argument names in code not in docs: customDNA Mismatches in argument names: Position: 11 Code: customDNA Docs: ncores Position: 12 Code: ncores Docs: ... * checking Rd \usage sections ... OK * 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 data for ASCII and uncompressed saves ... OK * checking R/sysdata.rda ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... WARNING Note: information on .o files is not available File ‘/home/biocbuild/R/R-4.4.1/site-library/mitoClone2/libs/mitoClone2.so’: Found ‘abort’, possibly from ‘abort’ (C) Found ‘exit’, possibly from ‘exit’ (C) Found ‘sprintf’, possibly from ‘sprintf’ (C) Found ‘stderr’, possibly from ‘stderr’ (C) Found ‘stdout’, possibly from ‘stdout’ (C) Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. The detected symbols are linked into the code but might come from libraries and not actually be called. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed varCluster 77.412 0.155 77.707 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * 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: 2 WARNINGs, 3 NOTEs See ‘/home/biocbuild/bbs-3.20-bioc/meat/mitoClone2.Rcheck/00check.log’ for details.