############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:flagme.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings flagme_1.58.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/flagme.Rcheck’ * using R version 4.3.1 (2023-06-16) * using platform: aarch64-unknown-linux-gnu (64-bit) * R was compiled by gcc (GCC) 10.3.1 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 ‘flagme/DESCRIPTION’ ... OK * this is package ‘flagme’ version ‘1.58.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 ‘flagme’ can be installed ... OK * used C compiler: ‘gcc (GCC) 10.3.1’ * 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 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 loading without being on the library search path ... OK * checking startup messages can be suppressed ... OK * checking dependencies in R code ... NOTE Unexported object imported by a ':::' call: ‘xcms:::rectUnique’ See the note in ?`:::` about the use of this operator. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE addXCMSPeaks: no visible global function definition for ‘bpparam’ addXCMSPeaks: no visible global function definition for ‘sampnames’ addXCMSPeaks : : : no visible global function definition for ‘setNames’ importSpec : : no visible global function definition for ‘setNames’ Undefined global functions or variables: bpparam sampnames setNames Consider adding importFrom("stats", "setNames") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... WARNING Missing link or links in documentation object 'addXCMSPeaks.Rd': ‘[xcms]{findPeaks-matchedFilter}’ ‘[xcms]{findPeaks-centWave}’ ‘[xcms]{peaksDataset}’ Missing link or links in documentation object 'plotAlignment-peaksAlignment-method.Rd': ‘plotAlignment’ Missing link or links in documentation object 'plotClustAlignment-clusterAlignment-method.Rd': ‘plotAlignment’ See section 'Cross-references' in the 'Writing R Extensions' manual. * checking for missing documentation entries ... WARNING Undocumented code objects: ‘plotAlignment’ ‘plotChrom’ ‘plotClustAlignment’ Undocumented S4 methods: generic 'show' and siglist 'betweenAlignment' All user-level objects in a package (including S4 classes and methods) 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 ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘flagme-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: corPrt > ### Title: Retention Time Penalized Correlation > ### Aliases: corPrt > ### Keywords: manip > > ### ** Examples > > > ## Not Run > require(gcspikelite) > files <- list.files(path = paste(find.package("gcspikelite"), "data", + sep = "/"),"CDF", full = TRUE) > data <- peaksDataset(files[1:2], mz = seq(50, 550), rtrange = c(7.5, 8.5)) Reading /home/biocbuild/R/R-4.3.1/site-library/gcspikelite/data/0709_468.CDF Create profile matrix with method 'bin' and step 1 ... OK Reading /home/biocbuild/R/R-4.3.1/site-library/gcspikelite/data/0709_470.CDF Create profile matrix with method 'bin' and step 1 ... OK > ## create settings object > mfp <- xcms::MatchedFilterParam(fwhm = 10, snthresh = 5) > cwt <- xcms::CentWaveParam() > data <- addXCMSPeaks(files[1:2], data, settings = mfp, multipleMF = FALSE) Error in reducer$value.cache[[as.character(idx)]] <- values : wrong args for environment subassignment Calls: addXCMSPeaks ... .bploop_impl -> .collect_result -> .reducer_add -> .reducer_add Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... 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, 2 WARNINGs, 3 NOTEs See ‘/home/biocbuild/bbs-3.18-bioc/meat/flagme.Rcheck/00check.log’ for details.