Back to Multiple platform build/check report for BioC 3.19:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-03-28 11:36:15 -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 264/2270HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CAMERA 1.59.0  (landing page)
Steffen Neumann
Snapshot Date: 2024-03-27 14:00:18 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/CAMERA
git_branch: devel
git_last_commit: 2e52aef
git_last_commit_date: 2023-10-24 09:41:31 -0400 (Tue, 24 Oct 2023)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  

CHECK results for CAMERA on nebbiolo1


To the developers/maintainers of the CAMERA package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/CAMERA.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: CAMERA
Version: 1.59.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:CAMERA.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings CAMERA_1.59.0.tar.gz
StartedAt: 2024-03-27 20:53:18 -0400 (Wed, 27 Mar 2024)
EndedAt: 2024-03-27 21:02:56 -0400 (Wed, 27 Mar 2024)
EllapsedTime: 578.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: CAMERA.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/CAMERA.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 ‘CAMERA/DESCRIPTION’ ... OK
* this is package ‘CAMERA’ version ‘1.59.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 ... NOTE
Found the following hidden files and directories:
  .travis.yml
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘CAMERA’ can be installed ... WARNING
Found the following significant warnings:
  fastMatch.c:65:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
See ‘/home/biocbuild/bbs-3.19-bioc/meat/CAMERA.Rcheck/00install.out’ for details.
* used C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
* checking installed package size ... NOTE
  installed size is  5.7Mb
  sub-directories of 1Mb or more:
    mzML        1.7Mb
    quantiles   3.1Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘methods’ ‘xcms’
A package should be listed in only one of these fields.
* 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 whether startup messages can be suppressed ... OK
* checking dependencies in R code ... NOTE
'library' or 'require' call to ‘methods’ which was already attached by Depends.
  Please remove these calls from your code.
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  ‘annotateGrp’ ‘combineHypothese’ ‘fastMatch’ ‘naOmit’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... NOTE
Foreign function call to a different package:
  .Call("getEIC", ..., PACKAGE = "xcms")
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... NOTE
File ‘CAMERA/R/zzz.R’:
  .onLoad calls:
    require(methods)

Package startup functions should not change the search path.
See section ‘Good practice’ in '?.onAttach'.

annotateGrp: no visible global function definition for ‘na.omit’
annotateGrpMPI2: no visible binding for global variable
  ‘papply_commondata’
cleanParallel: no visible global function definition for
  ‘mpi.close.Rslaves’
cleanParallel: no visible global function definition for ‘stopCluster’
compoundQuantiles: no visible global function definition for ‘tail’
createHypothese: no visible global function definition for ‘cutree’
createHypothese: no visible global function definition for ‘hclust’
createHypothese: no visible global function definition for ‘dist’
extractfragments: no visible global function definition for ‘median’
fast_corr: no visible global function definition for ‘pt’
findIsotopesForPS: no visible binding for global variable ‘tableMM48’
findKendrickMasses: no visible global function definition for ‘rainbow’
findKendrickMasses : <anonymous>: no visible global function definition
  for ‘lines’
findNeutralLoss: no visible global function definition for ‘dist’
findNeutralLossSpecs : <anonymous>: no visible global function
  definition for ‘dist’
fragments2metfrag : <anonymous>: no visible global function definition
  for ‘write.table’
fragments2metfusion : <anonymous>: no visible binding for global
  variable ‘object’
fragments2metfusion : <anonymous>: no visible global function
  definition for ‘write.table’
getIsotopeCluster : <anonymous>: no visible global function definition
  for ‘na.omit’
xsAnnotate: no visible global function definition for ‘mpi.comm.size’
xsAnnotate: no visible global function definition for
  ‘mpi.spawn.Rslaves’
xsAnnotate: no visible global function definition for ‘makeCluster’
xsAnnotate: no visible binding for global variable ‘graphMethod’
findAdducts,xsAnnotate: no visible global function definition for
  ‘mpi.comm.size’
findAdducts,xsAnnotate: no visible global function definition for
  ‘xcmsPapply’
findIsotopesWithValidation,xsAnnotate : <anonymous>: no visible global
  function definition for ‘median’
getReducedPeaklist,xsAnnotate : <anonymous> : <anonymous>: no visible
  global function definition for ‘median’
getReducedPeaklist,xsAnnotate : <anonymous>: no visible global function
  definition for ‘prcomp’
getReducedPeaklist,xsAnnotate : <anonymous>: no visible global function
  definition for ‘na.omit’
groupComplete,xsAnnotate: no visible global function definition for
  ‘dist’
groupComplete,xsAnnotate: no visible global function definition for
  ‘cutree’
groupComplete,xsAnnotate: no visible global function definition for
  ‘hclust’
groupDen,xsAnnotate: no visible global function definition for
  ‘density’
groupFWHM,xsAnnotate : <anonymous>: no visible global function
  definition for ‘na.omit’
plotEICs,xsAnnotate: no visible global function definition for
  ‘rainbow’
plotEICs,xsAnnotate: no visible global function definition for
  ‘na.omit’
plotPeakEICs,xsAnnotate : <anonymous>: no visible binding for global
  variable ‘pc’
plotPeakEICs,xsAnnotate: no visible binding for global variable ‘pspec’
plotPeakEICs,xsAnnotate: no visible global function definition for
  ‘rainbow’
plotPeakEICs,xsAnnotate: no visible global function definition for
  ‘na.omit’
plotPsSpectrum,xsAnnotate: no visible global function definition for
  ‘median’
plotPsSpectrum,xsAnnotate: no visible global function definition for
  ‘na.omit’
Undefined global functions or variables:
  cutree density dist graphMethod hclust lines makeCluster median
  mpi.close.Rslaves mpi.comm.size mpi.spawn.Rslaves na.omit object
  papply_commondata pc prcomp pspec pt rainbow stopCluster tableMM48
  tail write.table xcmsPapply
Consider adding
  importFrom("grDevices", "rainbow")
  importFrom("graphics", "lines")
  importFrom("stats", "cutree", "density", "dist", "hclust", "median",
             "na.omit", "prcomp", "pt")
  importFrom("utils", "tail", "write.table")
to your NAMESPACE file.
* checking Rd files ... NOTE
prepare_Rd: findKendrickMasses.Rd:21-22: Dropping empty section \details
* 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 ... 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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                     user system elapsed
groupCorr-methods                  23.160  5.998  25.257
getIsotopeCluster                  20.042  7.917  11.503
annotateDiffreport                 14.880  5.210   9.042
annotate-methods                    8.034  1.270   9.220
calcCaS-methods                     6.958  2.333   1.947
getAllPeakEICs-methods              6.667  2.337   5.330
findIsotopesWithValidation-methods  4.838  3.527   4.759
pspec2metfrag                       3.977  2.328   6.198
getReducedPeaklist-methods          4.186  2.074   6.139
getPeaklist-methods                 4.054  1.970   5.906
groupDen-methods                    3.952  2.047   5.890
findAdducts-methods                 4.100  1.728   5.717
groupFWHM-methods                   3.846  1.209   4.955
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 ERROR
Running the tests in ‘tests/runTests.R’ failed.
Last 13 lines of output:
  
  Test files with failing tests
  
     test_annotateDiffreport.R 
       test.annotateDiffreport.calcCaS 
       test.annotateDiffreport.calcCiS 
       test.annotateDiffreport.calcIso 
       test.annotateDiffreport.graphMethod 
       test.annotateDiffreport.intval 
       test.annotateDiffreport.pval 
  
  
  Error in BiocGenerics:::testPackage("CAMERA") : 
    unit tests failed for package CAMERA
  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, 1 WARNING, 8 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/CAMERA.Rcheck/00check.log’
for details.


Installation output

CAMERA.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘CAMERA’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
gcc -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2  -Wall -c fastMatch.c -o fastMatch.o
fastMatch.c: In function ‘fastMatch’:
fastMatch.c:65:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
   65 |         error("fastMatch/calloc: memory could not be allocated ! (%d bytes)\n", nx  * sizeof(struct idxStruct) );
      |                                                                   ~^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                    |                |
      |                                                                    int              long unsigned int
      |                                                                   %ld
gcc -shared -L/home/biocbuild/bbs-3.19-bioc/R/lib -L/usr/local/lib -o CAMERA.so fastMatch.o -L/home/biocbuild/bbs-3.19-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.19-bioc/R/site-library/00LOCK-CAMERA/00new/CAMERA/libs
** R
** data
** 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
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (CAMERA)

Tests output

CAMERA.Rcheck/tests/runTests.Rout.fail


R Under development (unstable) (2024-03-18 r86148) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> require("CAMERA") || stop("unable to load CAMERA")
Loading required package: CAMERA
Loading required package: Biobase
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, table, tapply,
    union, unique, unsplit, which.max, which.min

Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: xcms
Loading required package: BiocParallel

This is xcms version 4.1.11 


Attaching package: 'xcms'

The following object is masked from 'package:stats':

    sigma

[1] TRUE
> BiocGenerics:::testPackage("CAMERA")
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko19.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko21.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko22.CDF 
method:  bin 
step:  0.1 

/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko15.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko16.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/KO/ko18.CDF 
method:  bin 
step:  0.1 

/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt15.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt16.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt18.CDF 
method:  bin 
step:  0.1 

/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt19.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt21.CDF 
method:  bin 
step:  0.1 
/home/biocbuild/bbs-3.19-bioc/R/site-library/faahKO/cdf/WT/wt22.CDF 
method:  bin 
step:  0.1 

Timing stopped at: 5.474 1.135 0.111
Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Timing stopped at: 0.001 0 0.001
Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Timing stopped at: 0 0 0
Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Timing stopped at: 0.001 0 0
Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Timing stopped at: 0.001 0 0
Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Timing stopped at: 0.002 0 0.002
Error in h(simpleError(msg, call)) : 
  error in evaluating the argument 'x' in selecting a method for function 'nrow': The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
Start grouping after retention time.
Created 148 pseudospectra.
Start grouping after correlation.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 148 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  

Calculating graph cross linking in 148 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
New number of ps-groups:  333 
xsAnnotate has now 333 groups, instead of 148 
Generating peak matrix!
Run isotope peak annotation
 % finished: 10  20  30  40  50  60  70  80  90  100  
Found isotopes: 22 
Generating peak matrix for peak annotation!
Found and use user-defined ruleset!
Calculating possible adducts in 333 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Start grouping after retention time.
Created 133 pseudospectra.
Start grouping after correlation.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  

Calculating graph cross linking in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
New number of ps-groups:  254 
xsAnnotate has now 254 groups, instead of 133 
Generating peak matrix!
Run isotope peak annotation
 % finished: 10  20  30  40  50  60  70  80  90  100  
Found isotopes: 32 
Generating peak matrix for peak annotation!
Found and use user-defined ruleset!
Calculating possible adducts in 254 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Start grouping after retention time.
Created 133 pseudospectra.
Start grouping after correlation.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  

Calculating graph cross linking in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
New number of ps-groups:  329 
xsAnnotate has now 329 groups, instead of 133 
Generating peak matrix!
Run isotope peak annotation
 % finished: 10  20  30  40  50  60  70  80  90  100  
Found isotopes: 20 
Generating peak matrix for peak annotation!
Found and use user-defined ruleset!
Calculating possible adducts in 329 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Start grouping after retention time.
Created 14 pseudospectra.
Generating peak matrix!
Run isotope peak annotation
 % finished: 20  50  60  70  80  90  100  
Found isotopes: 32 
Found and use user-defined ruleset!
Calculating possible adducts in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Start grouping after retention time.
Created 14 pseudospectra.
Start grouping after correlation.

Calculating peak correlations in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  

Calculating graph cross linking in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  
New number of ps-groups:  35 
xsAnnotate has now 35 groups, instead of 14 
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Created 11 pseudospectra.
Start grouping after retention time.
Created 148 pseudospectra.
Start grouping after correlation.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 148 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  

Calculating graph cross linking in 148 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
New number of ps-groups:  333 
xsAnnotate has now 333 groups, instead of 148 
Start grouping after retention time.
Created 133 pseudospectra.
Start grouping after correlation.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  

Calculating graph cross linking in 133 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
New number of ps-groups:  329 
xsAnnotate has now 329 groups, instead of 133 
Start grouping after correlation.
Data was not preprocessed with groupFWHM, creating one pseudospectrum with all peaks.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 1 Groups... 
 % finished: 100  

Calculating graph cross linking in 1 Groups... 
 % finished: 100  
New number of ps-groups:  316 
xsAnnotate has now 316 groups, instead of 1 
Start grouping after correlation.
Data was not preprocessed with groupFWHM, creating one pseudospectrum with all peaks.
Generating EIC's .. 
Warning: Found NA peaks in selected sample.

Calculating peak correlations in 1 Groups... 
 % finished: 100  

Calculating graph cross linking in 1 Groups... 
 % finished: 100  
New number of ps-groups:  316 
xsAnnotate has now 316 groups, instead of 1 
Generating peak matrix!
Run isotope peak annotation
 % finished: 10  20  30  40  50  60  70  80  90  100  
Found isotopes: 22 
Generating peak matrix for peak annotation!
Found and use user-defined ruleset!
Calculating possible adducts in 316 Groups... 
 % finished: 10  20  30  40  50  60  70  80  90  100  
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Start grouping after retention time.
Created 14 pseudospectra.
Start grouping after correlation.
Data was not preprocessed with groupFWHM, creating one pseudospectrum with all peaks.

Calculating peak correlations in 1 Groups... 
 % finished: 100  

Calculating graph cross linking in 1 Groups... 
 % finished: 100  
New number of ps-groups:  48 
xsAnnotate has now 48 groups, instead of 1 
Start grouping after correlation.

Calculating peak correlations in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  

Calculating graph cross linking in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  
New number of ps-groups:  48 
xsAnnotate has now 48 groups, instead of 14 
Start grouping after correlation.

Calculating peak correlations in 8 Groups... 
 % finished: 30  60  70  80  90  100  

Calculating graph cross linking in 8 Groups... 
 % finished: 30  60  70  80  90  100  
New number of ps-groups:  29 
xsAnnotate has now 29 groups, instead of 14 
Generating peak matrix!
Run isotope peak annotation
 % finished: 20  50  60  70  80  90  100  
Found isotopes: 32 
Start grouping after correlation.

Calculating peak correlations in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  

Calculating graph cross linking in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  
New number of ps-groups:  48 
xsAnnotate has now 48 groups, instead of 14 
xsAnnotate contains no pseudospectra. Regroup all peaks into one!
Generating peak matrix!
Run isotope peak annotation
 % finished: 100  
Found isotopes: 32 
Found and use user-defined ruleset!
Calculating possible adducts in 1 Groups... 
 % finished: 100  
Generating peak matrix!
Run isotope peak annotation
 % finished: 20  40  50  60  70  80  90  100  
Found isotopes: 23 

Calculating possible adducts in 48 Groups... 
 % finished: 20  40  50  60  70  80  90  100  

Calculating possible adducts in 8 Groups... 
 % finished: 10  
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Start grouping after retention time.
Created 14 pseudospectra.
Detecting mass traces at 30 ppm ... OK
Detecting chromatographic peaks in 456 regions of interest ... OK: 126 found.

Start grouping after retention time.
Created 14 pseudospectra.
Generating peak matrix!
Run isotope peak annotation
 % finished: 20  50  60  70  80  90  100  
Found isotopes: 32 

Calculating possible adducts in 14 Groups... 
 % finished: 20  50  60  70  80  90  100  


RUNIT TEST PROTOCOL -- Wed Mar 27 21:02:23 2024 
*********************************************** 
Number of test functions: 20 
Number of errors: 6 
Number of failures: 0 

 
1 Test Suite : 
CAMERA RUnit Tests - 20 test functions, 6 errors, 0 failures
ERROR in test.annotateDiffreport.calcCaS: Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
ERROR in test.annotateDiffreport.calcCiS: Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
ERROR in test.annotateDiffreport.calcIso: Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
ERROR in test.annotateDiffreport.graphMethod: Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
ERROR in test.annotateDiffreport.intval: Error in .local(object, ...) : 
  The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'
ERROR in test.annotateDiffreport.pval: Error in h(simpleError(msg, call)) : 
  error in evaluating the argument 'x' in selecting a method for function 'nrow': The use of 'diffreport' requires package 'multtest'. Please install with 'BiocInstaller::install("multtest")'

Test files with failing tests

   test_annotateDiffreport.R 
     test.annotateDiffreport.calcCaS 
     test.annotateDiffreport.calcCiS 
     test.annotateDiffreport.calcIso 
     test.annotateDiffreport.graphMethod 
     test.annotateDiffreport.intval 
     test.annotateDiffreport.pval 


Error in BiocGenerics:::testPackage("CAMERA") : 
  unit tests failed for package CAMERA
Execution halted

Example timings

CAMERA.Rcheck/CAMERA-Ex.timings

nameusersystemelapsed
annotate-methods8.0341.2709.220
annotateDiffreport14.880 5.210 9.042
calcCaS-methods6.9582.3331.947
cleanParallel0.0000.0010.000
combinexsAnnos0.0000.0010.001
compoundLibraries0.0000.0020.002
compoundQuantiles0.1090.0250.136
findAdducts-methods4.1001.7285.717
findIsotopes-methods0.1000.0493.532
findIsotopesWithValidation-methods4.8383.5274.759
findKendrickMasses1.7280.3312.060
findNeutralLoss0.0200.0443.688
findNeutralLossSpecs2.1711.6173.636
getAllPeakEICs-methods6.6672.3375.330
getAtomCount-compoundQuantiles-method0.0570.0000.057
getIsotopeCluster20.042 7.91711.503
getIsotopeProportion-compoundQuantiles-method0.0690.0090.078
getPeaklist-methods4.0541.9705.906
getReducedPeaklist-methods4.1862.0746.139
getpspectra0.0240.0463.736
groupCorr-methods23.160 5.99825.257
groupDen-methods3.9522.0475.890
groupFWHM-methods3.8461.2094.955
massWindowSizes0.0010.0000.001
pspec2metfrag3.9772.3286.198
ruleSet-class0.0380.0030.041
xsAnnotate1.5020.0891.590