############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD check --install=check:Risa.install-out.txt --library=/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library --no-vignettes --timings Risa_1.46.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/Risa.Rcheck’ * using R version 4.4.0 beta (2024-04-15 r86425) * using platform: aarch64-unknown-linux-gnu * 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 ‘Risa/DESCRIPTION’ ... OK * this is package ‘Risa’ version ‘1.46.0’ * 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 ‘Risa’ 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 ... NOTE Problems with news in ‘NEWS’: Cannot process chunk/lines: Changes for 1.9.1 1. Added citation information. 2. The identification of investigation files now avoids editor backup files (ignoring files like "i_Investigation~") 3. Fixed issue where the investigation file wasn't fully read, due to the number of columns in higher rows being greater than the first five rows (as used by read.table) 4. Moved inst/doc to vignettes folder as required since R 3.1.0 5. Imported packages in Depends 6. Removed 'library' or 'require' calls to packages already attached by Depends. 7. Fixed no visible binding for global variable. Cannot process chunk/lines: Changes for 1.3.3 1. Fixed definitions of assay.filenames.per.sample and factors. 2. Fixed regulession of investigation file (i_) to be considered at the beginning of the string. 3. Added CITATION file. Cannot process chunk/lines: Changes for 1.1.0 1. The ISAtab-class was extended to include the definition of assay.names, factors, treatments and groups. 2. The previous processAssayXcmsSet method was split into processAssayXcmsSet.1factor and processAssayXcmsSet to consider the first factor only (as it was in the previous definition) or all the factors, respectively. 3. More methods for processing mass spectrometry assays were added: - the method getMSAssayFilenames retrieves a list with the mass spectrometry assay filenames - the method getRawDataFiles retrieves a list with all the files listed under the column 'Raw Spectral Data File' within the mass spectrometry assays. - the method is.ms receives an object from the ISAtab-class and an assay filename as parameter, and retrieves TRUE if the assay filename is a mass spectrometry assay, or FALSE otherwise. 4. A method called suggestBiocPackage was added, which retrieves a list of packages in Bioconductor that might be relevant to the ISAtab dataset, according to its assays' mesaurement and technology types. This method relies on the BiocViews annotations for each of the packages available in Bioconductor in a specific version. 5. Added AssayTab-class and subclasses for MS, Microarray, Seq and NMR. 6. Defined method getAssayRawDataFilenames and getRawDataFilenames 7. Defined method getExpressionSet for microarray assays relying on affy package. Cannot process chunk/lines: This is the first release version of the package. It contains functionality to parse ISAtab datasets into an R object from the ISAtab class. It also provides functionality to save the ISA-tab dataset, or each of its individual files. Additionally, it is also possible to update assay files. Currently, metadata associated to proteomics and metabolomics-based assays (i.e. mass spectrometry) can be processed into an xcmsSet object (from the xcms R package). * 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 getPackagesInBiocView: no visible global function definition for ‘data’ readISAtabZip: no visible global function definition for ‘unzip’ suggestBiocPackage: no visible global function definition for ‘read.csv’ write.assay.file: no visible global function definition for ‘write.table’ write.investigation.file: no visible global function definition for ‘write.table’ write.study.file: no visible global function definition for ‘write.table’ initialize,ISATab: no visible global function definition for ‘count.fields’ initialize,ISATab: no visible global function definition for ‘read.table’ initialize,ISATab : : no visible global function definition for ‘read.table’ initialize,ISATab : : : no visible global function definition for ‘read.table’ initialize,ISATab: no visible global function definition for ‘na.omit’ Undefined global functions or variables: count.fields data na.omit read.csv read.table unzip write.table Consider adding importFrom("stats", "na.omit") importFrom("utils", "count.fields", "data", "read.csv", "read.table", "unzip", "write.table") 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 ... NOTE Argument items with no description in Rd file 'getAnnotatedDataFrameAssay.Rd': ‘assay.filename’ * checking for unstated dependencies in examples ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘Risa-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: processAssayXcmsSet.1factor > ### Title: Build an xcmsSet object given a mass spectrometry assay and > ### considering the first factor defined > ### Aliases: processAssayXcmsSet.1factor > > ### ** Examples > > faahkoISA = readISAtab(find.package("faahKO")) > assay.filename <- faahkoISA["assay.filenames"][[1]] > xset = processAssayXcmsSet.1factor(faahkoISA, assay.filename) Error in bpstopOnError(BPPARAM) : could not find function "bpstopOnError" Calls: processAssayXcmsSet.1factor -> xcmsSet 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 NOTEs See ‘/home/biocbuild/bbs-3.19-bioc/meat/Risa.Rcheck/00check.log’ for details.