CRAN Package Check Results for Package apLCMS

Last updated on 2025-08-21 21:50:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 6.8.3 19.79 97.11 116.90 OK
r-devel-linux-x86_64-fedora-clang 6.8.3 254.44 OK
r-devel-linux-x86_64-fedora-gcc 6.8.3 256.84 OK
r-devel-windows-x86_64 6.8.3 35.00 165.00 200.00 OK
r-patched-linux-x86_64 6.8.3 29.50 126.01 155.51 OK
r-release-macos-arm64 6.8.3 5.00 ERROR
r-release-macos-x86_64 6.8.3 6.00 ERROR
r-release-windows-x86_64 6.8.3 33.00 164.00 197.00 OK
r-oldrel-macos-x86_64 6.8.3 133.00 ERROR
r-oldrel-windows-x86_64 6.8.3 43.00 187.00 230.00 ERROR

Additional issues

clang-ASAN gcc-ASAN noSuggests valgrind

Check Details

Version: 6.8.3
Check: package dependencies
Result: ERROR Package required but not available: ‘mzR’ Package suggested but not available for checking: ‘msdata’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-release-macos-arm64, r-release-macos-x86_64

Version: 6.8.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘msdata’ Flavor: r-oldrel-macos-x86_64

Version: 6.8.3
Check: examples
Result: ERROR Running examples in ‘apLCMS-Ex.R’ failed The error most likely occurred in: > ### Name: proc.cdf.2d > ### Title: Compute a 2D Binned Kernel Density Estimate from LC/MS data in > ### CDF format. > ### Aliases: proc.cdf.2d > ### Keywords: distribution density > > ### ** Examples > > library(msdata) Error in library(msdata) : there is no package called ‘msdata’ Execution halted Flavor: r-oldrel-macos-x86_64

Version: 6.8.3
Check: examples
Result: ERROR Running examples in 'apLCMS-Ex.R' failed The error most likely occurred in: > ### Name: proc.cdf.2d > ### Title: Compute a 2D Binned Kernel Density Estimate from LC/MS data in > ### CDF format. > ### Aliases: proc.cdf.2d > ### Keywords: distribution density > > ### ** Examples > > library(msdata) > filepath <- system.file("microtofq", package = "msdata") > file <- list.files(filepath, pattern="MM14.mzML", + full.names=TRUE, recursive = TRUE) > peakInfo <- proc.cdf.2d(file) Warning in calculateDensity(ma, la, inten, pointEndVector, pointStartVector, : subscript out of bounds (index 65345719467641824 >= vector size 160930) Flavor: r-oldrel-windows-x86_64