Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2024-03-28 11:36:59 -0400 (Thu, 28 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-03-18 r86148) -- "Unsuffered Consequences" 4708
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-03-16 r86144 ucrt) -- "Unsuffered Consequences" 4446
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-03-18 r86148) -- "Unsuffered Consequences" 4471
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-03-19 r86153) -- "Unsuffered Consequences" 4426
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 1754/2270HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
Risa 1.45.0  (landing page)
Alejandra Gonzalez-Beltran
Snapshot Date: 2024-03-27 14:00:18 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/Risa
git_branch: devel
git_last_commit: 4cc9753
git_last_commit_date: 2023-10-24 09:51:15 -0400 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
palomino3Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    ERROR    OK  
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  

CHECK results for Risa on nebbiolo1


To the developers/maintainers of the Risa package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/Risa.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: Risa
Version: 1.45.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:Risa.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings Risa_1.45.0.tar.gz
StartedAt: 2024-03-28 02:05:06 -0400 (Thu, 28 Mar 2024)
EndedAt: 2024-03-28 02:10:36 -0400 (Thu, 28 Mar 2024)
EllapsedTime: 329.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: Risa.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:Risa.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings Risa_1.45.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/Risa.Rcheck’
* using R Under development (unstable) (2024-03-18 r86148)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘Risa/DESCRIPTION’ ... OK
* this is package ‘Risa’ version ‘1.45.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 : <anonymous>: no visible global function definition
  for ‘read.table’
initialize,ISATab : <anonymous> : <anonymous>: 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 re-building of vignette outputs ... OK
* 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.


Installation output

Risa.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL Risa
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘Risa’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (Risa)

Tests output


Example timings

Risa.Rcheck/Risa-Ex.timings

nameusersystemelapsed
AssayTab-class0.0000.0040.004
ISAtab-class0.0010.0000.002
Risa-package0.3400.1470.493
getAnnotatedDataFrameAssay0.1290.0130.143
getExpressionSet0.0500.0160.066
getMIAMEMetadata0.1190.0160.135
getMSAssayFilenames0.0170.0030.021
getMicroarrayAssayFilenames0.0500.0130.063
getStudyFilename0.0150.0030.018
isMSAssay0.0140.0030.017
isMicroarrayAssay0.0580.0050.062