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

This page was generated on 2024-12-23 12:07 -0500 (Mon, 23 Dec 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4744
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4487
merida1macOS 12.7.5 Montereyx86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4515
kjohnson1macOS 13.6.6 Venturaarm644.4.2 (2024-10-31) -- "Pile of Leaves" 4467
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 268/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
CAMERA 1.62.0  (landing page)
Steffen Neumann
Snapshot Date: 2024-12-19 13:00 -0500 (Thu, 19 Dec 2024)
git_url: https://git.bioconductor.org/packages/CAMERA
git_branch: RELEASE_3_20
git_last_commit: f0ba158
git_last_commit_date: 2024-10-29 09:30:55 -0500 (Tue, 29 Oct 2024)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for CAMERA on kjohnson1

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.62.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:CAMERA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings CAMERA_1.62.0.tar.gz
StartedAt: 2024-12-20 13:30:23 -0500 (Fri, 20 Dec 2024)
EndedAt: 2024-12-20 13:39:15 -0500 (Fri, 20 Dec 2024)
EllapsedTime: 532.5 seconds
RetCode: 1
Status:   ERROR  
CheckDir: CAMERA.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:CAMERA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings CAMERA_1.62.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/CAMERA.Rcheck’
* using R version 4.4.2 (2024-10-31)
* using platform: aarch64-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 Ventura 13.7.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘CAMERA/DESCRIPTION’ ... OK
* this is package ‘CAMERA’ version ‘1.62.0’
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Package which this enhances but not available for checking: ‘Rmpi’
* 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:81: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
See ‘/Users/biocbuild/bbs-3.20-bioc/meat/CAMERA.Rcheck/00install.out’ for details.
* used C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
* used SDK: ‘MacOSX11.3.sdk’
* checking installed package size ... NOTE
  installed size is  8.8Mb
  sub-directories of 1Mb or more:
    mzML        2.7Mb
    quantiles   4.9Mb
* 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 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘CAMERA-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: annotateDiffreport
> ### Title: Automatic deconvolution/annotation of LC/ESI-MS data
> ### Aliases: annotateDiffreport annotateDiffreport,xsAnnotate-methods
> ### Keywords: methods
> 
> ### ** Examples
> 
>  #Multiple sample 
>  library(CAMERA)
>  library(faahKO)
>  xs.grp     <- group(faahko)
>  xs.fill    <- fillPeaks(xs.grp)
objc[86573]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86573]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
Warning in parallel::mccollect(wait = FALSE, timeout = 1) :
  1 parallel job did not deliver a result
Error in reducer$value.cache[[as.character(idx)]] <- values : 
  wrong args for environment subassignment
Calls: fillPeaks ... .bploop_impl -> .collect_result -> .reducer_add -> .reducer_add
objc[86571]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86571]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
Execution halted
objc[86572]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86572]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
objc[86574]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86574]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
* 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:
  ERROR in /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R: Error while sourcing  /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R : Error in reducer$value.cache[[as.character(idx)]] <- values : 
    wrong args for environment subassignment
  
  Test files with failing tests
  
     test_annotateDiffreport.R 
       /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R 
  
  
  Error in BiocGenerics:::testPackage("CAMERA") : 
    unit tests failed for package CAMERA
  In addition: Warning message:
  In parallel::mccollect(wait = TRUE) :
    3 parallel jobs did not deliver results
  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: 2 ERRORs, 1 WARNING, 9 NOTEs
See
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/CAMERA.Rcheck/00check.log’
for details.


Installation output

CAMERA.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL CAMERA
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘CAMERA’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c fastMatch.c -o fastMatch.o
fastMatch.c:65:81: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
        error("fastMatch/calloc: memory could not be allocated ! (%d bytes)\n", nx  * sizeof(struct idxStruct) );
                                                                  ~~            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                  %lu
1 warning generated.
clang -arch arm64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o CAMERA.so fastMatch.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/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 version 4.4.2 (2024-10-31) -- "Pile of Leaves"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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, saveRDS, 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.4.0 


Attaching package: 'xcms'

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

    sigma

[1] TRUE
> BiocGenerics:::testPackage("CAMERA")
objc[86682]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86682]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
objc[86683]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86683]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
objc[86684]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86684]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
Error in reducer$value.cache[[as.character(idx)]] <- values : 
  wrong args for environment subassignment
In addition: Warning message:
In parallel::mccollect(wait = FALSE, timeout = 1) :
  1 parallel job did not deliver a result
objc[86685]: +[NSNumber initialize] may have been in progress in another thread when fork() was called.
objc[86685]: +[NSNumber initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
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 -- Fri Dec 20 13:39:04 2024 
*********************************************** 
Number of test functions: 15 
Number of errors: 1 
Number of failures: 0 

 
1 Test Suite : 
CAMERA RUnit Tests - 15 test functions, 1 error, 0 failures
ERROR in /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R: Error while sourcing  /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R : Error in reducer$value.cache[[as.character(idx)]] <- values : 
  wrong args for environment subassignment

Test files with failing tests

   test_annotateDiffreport.R 
     /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/CAMERA/unitTests/test_annotateDiffreport.R 


Error in BiocGenerics:::testPackage("CAMERA") : 
  unit tests failed for package CAMERA
In addition: Warning message:
In parallel::mccollect(wait = TRUE) :
  3 parallel jobs did not deliver results
Execution halted

Example timings

CAMERA.Rcheck/CAMERA-Ex.timings

nameusersystemelapsed
annotate-methods10.691 1.38112.051