############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:adverSCarial.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings adverSCarial_1.2.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/adverSCarial.Rcheck’ * using R version 4.4.0 (2024-04-24) * using platform: x86_64-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 Monterey 12.7.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘adverSCarial/DESCRIPTION’ ... OK * this is package ‘adverSCarial’ version ‘1.2.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 ‘adverSCarial’ 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 ... 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 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 .advModificationsFunction: no visible global function definition for ‘is’ .advModificationsFunction : : no visible global function definition for ‘is’ .advModificationsNotFunction: no visible global function definition for ‘is’ .advModificationsNotFunction: no visible global function definition for ‘counts’ .advModificationsNotFunction : : no visible global function definition for ‘is’ .randWalkGetSeed: no visible global function definition for ‘SingleCellExperiment’ .randWalkGetSeed: no visible global function definition for ‘is’ .randWalkTryNewVector: no visible global function definition for ‘SingleCellExperiment’ .randWalkTryNewVector: no visible global function definition for ‘is’ MClassifier: no visible global function definition for ‘is’ MClassifier: no visible global function definition for ‘counts’ advChar: no visible global function definition for ‘new’ advGridMinChange: no visible global function definition for ‘is’ advGridMinChange: no visible global function definition for ‘counts’ advGridMinChange: no visible global function definition for ‘SingleCellExperiment’ advList: no visible global function definition for ‘new’ advMaxChange: no visible global function definition for ‘is’ advMaxChange: no visible global function definition for ‘counts’ advMaxChange: no visible global function definition for ‘new’ advModifications: no visible global function definition for ‘is’ advModifications: no visible global function definition for ‘counts’ advModifications: no visible global function definition for ‘SingleCellExperiment’ advRandWalkMinChange: no visible global function definition for ‘is’ advRandWalkMinChange: no visible global function definition for ‘counts’ advSingleGene: no visible global function definition for ‘is’ advSingleGene: no visible global function definition for ‘counts’ advSingleGene: no visible binding for '<<-' assignment to ‘lastResLength’ advSingleGene : : no visible binding for global variable ‘lastResLength’ advSingleGene : : no visible binding for '<<-' assignment to ‘lastResLength’ advSingleGene: no visible global function definition for ‘new’ matrixFromSCE: no visible global function definition for ‘is’ matrixFromSCE: no visible global function definition for ‘colData’ maxChangeOverview: no visible global function definition for ‘is’ maxChangeOverview: no visible global function definition for ‘counts’ predictWithNewValue: no visible global function definition for ‘is’ sceConvertToHGNC: no visible global function definition for ‘is’ sceConvertToHGNC: no visible global function definition for ‘SingleCellExperiment’ sceConvertToHGNC: no visible global function definition for ‘colData’ singleGeneOverview: no visible global function definition for ‘is’ singleGeneOverview: no visible global function definition for ‘counts’ Undefined global functions or variables: SingleCellExperiment colData counts is lastResLength new Consider adding importFrom("methods", "is", "new") to your NAMESPACE file (and ensure that your DESCRIPTION Imports field contains 'methods'). * checking Rd files ... NOTE checkRd: (-1) advGridMinChange.Rd:34-37: Lost braces 34 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) advMaxChange.Rd:38-41: Lost braces 38 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) advRandWalkMinChange.Rd:36-39: Lost braces 36 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) advSingleGene.Rd:42-45: Lost braces 42 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) maxChangeOverview.Rd:35-38: Lost braces 35 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) predictWithNewValue.Rd:35-38: Lost braces 35 | classifier = function(expr, clusters, target){ | ^ checkRd: (-1) singleGeneOverview.Rd:37-40: Lost braces 37 | classifier = function(expr, clusters, target){ | ^ * 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 'advGridMinChange.Rd': advGridMinChange Code: function(exprs, clusters, target, classifier, genes, modifications = list(c("perc1"), c("perc99")), returnFirstFound = FALSE, argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE, iamsure = FALSE) Docs: function(exprs, clusters, target, classifier, genes, modifications = list(c("perc1"), c("perc99")), returnFirstFound = FALSE, argForClassif = "DelayedMatrix", argForModif = "DelayedMatrix", verbose = FALSE, iamsure = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" Name: 'argForModif' Code: "data.frame" Docs: "DelayedMatrix" Codoc mismatches from Rd file 'advMaxChange.Rd': advMaxChange Code: function(exprs, clusters, target, classifier, exclGenes = c(), genes = c(), advMethod = "perc99", advFixedValue = 3, advFct = NULL, maxSplitSize = 1, argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE) Docs: function(exprs, clusters, target, classifier, exclGenes = c(), genes = c(), advMethod = "perc99", advFixedValue = 3, advFct = NULL, maxSplitSize = 1, argForClassif = "DelayedMatrix", argForModif = "data.frame", verbose = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" Codoc mismatches from Rd file 'advRandWalkMinChange.Rd': advRandWalkMinChange Code: function(exprs, clusters, target, classifier, genes, modifications = list(c("perc1"), c("perc99")), firstBatch = 100, walkLength = 100, stepChangeRatio = 0.2, whileMaxCount = 10000, changeType = "any", argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE) Docs: function(exprs, clusters, target, classifier, genes, modifications = list(c("perc1"), c("perc99")), firstBatch = 100, walkLength = 100, stepChangeRatio = 0.2, whileMaxCount = 10000, changeType = "any", argForClassif = "DelayedMatrix", argForModif = "DelayedMatrix", verbose = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" Name: 'argForModif' Code: "data.frame" Docs: "DelayedMatrix" Codoc mismatches from Rd file 'advSingleGene.Rd': advSingleGene Code: function(exprs, clusters, target, classifier, exclGenes = c(), genes = c(), advMethod = "perc99", advFixedValue = 3, advFct = NULL, firstDichot = 100, maxSplitSize = 1, returnFirstFound = FALSE, changeType = "any", argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE) Docs: function(exprs, clusters, target, classifier, exclGenes = c(), genes = c(), advMethod = "perc99", advFixedValue = 3, advFct = NULL, firstDichot = 100, maxSplitSize = 1, returnFirstFound = FALSE, changeType = "any", argForClassif = "DelayedMatrix", argForModif = "data.frame", verbose = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" Codoc mismatches from Rd file 'maxChangeOverview.Rd': maxChangeOverview Code: function(exprs, clusters, classifier, exclGenes = c(), genes = c(), modifications = list(c("perc1"), c("perc99")), advMethod = "perc99", advFixedValue = 3, advFct = NULL, maxSplitSize = 100, argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE) Docs: function(exprs, clusters, classifier, exclGenes = c(), genes = c(), modifications = list(c("perc1"), c("perc99")), advMethod = "perc99", advFixedValue = 3, advFct = NULL, maxSplitSize = 100, argForClassif = "DelayedMatrix", argForModif = "data.frame", verbose = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" Codoc mismatches from Rd file 'singleGeneOverview.Rd': singleGeneOverview Code: function(exprs, clusters, classifier, exclGenes = c(), genes = c(), modifications = list(c("perc1"), c("perc99")), advMethod = "perc99", advFixedValue = 3, advFct = NULL, firstDichot = 100, maxSplitSize = 100, changeType = "any", argForClassif = "data.frame", argForModif = "data.frame", verbose = FALSE) Docs: function(exprs, clusters, classifier, exclGenes = c(), genes = c(), modifications = list(c("perc1"), c("perc99")), advMethod = "perc99", advFixedValue = 3, advFct = NULL, firstDichot = 100, maxSplitSize = 100, changeType = "any", argForClassif = "DelayedMatrix", argForModif = "data.frame", verbose = FALSE) Mismatches in argument default values: Name: 'argForClassif' Code: "data.frame" Docs: "DelayedMatrix" * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking files in ‘vignettes’ ... NOTE The following directory looks like a leftover from 'knitr': ‘figure’ Please remove from your package. * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed MClassifier 22.567 2.399 31.854 advChar 8.967 1.825 10.863 sceConvertToHGNC 8.626 1.294 10.338 matrixFromSCE 7.346 1.084 8.901 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘runTests.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: 1 WARNING, 3 NOTEs See ‘/Users/biocbuild/bbs-3.19-bioc/meat/adverSCarial.Rcheck/00check.log’ for details.