Last updated on 2023-03-24 05:52:19 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 32.37 | 273.42 | 305.79 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 28.64 | 213.98 | 242.62 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 394.65 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 383.83 | OK | |||
r-devel-windows-x86_64 | 0.3.1 | 50.00 | 304.00 | 354.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 31.47 | 268.81 | 300.28 | OK | |
r-release-linux-x86_64 | 0.3.1 | 31.49 | 272.06 | 303.55 | OK | |
r-release-macos-arm64 | 0.3.1 | 85.00 | OK | |||
r-release-macos-x86_64 | 0.3.1 | 132.00 | OK | |||
r-release-windows-x86_64 | 0.3.1 | 57.00 | 306.00 | 363.00 | OK | |
r-oldrel-macos-arm64 | 0.3.1 | 87.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.1 | 130.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.3.1 | 76.00 | 293.00 | 369.00 | OK |
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘MSclassifR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: PeakDetection
> ### Title: Detection of peaks in 'MassSpectrum' objects.
> ### Aliases: PeakDetection
> ### Keywords: Preprocessing
>
> ### ** Examples
>
> library("MALDIquant")
This is MALDIquant version 1.22
Quantitative Analysis of Mass Spectrometry Data
See ‘?MALDIquant’ for more information about this package.
> library("MALDIquantForeign")
> library("MSclassifR")
>
>
> ## Load mass spectra and metadata
> data("CitrobacterRKIspectra", "CitrobacterRKImetadata", package = "MSclassifR")
>
> ## Pre-processing of mass spectra
> spectra <- SignalProcessing(CitrobacterRKIspectra)
[1] "1- Transform intensities with sqrt method"
[1] "2- Smoothing with Wavelet method"
[1] "3- Remove baseline with SNIP method"
Error in .estimateBaselineSnip(x, y, ...) :
DLL requires the use of native symbols
Calls: SignalProcessing ... .local -> .estimateBaseline -> .estimateBaselineSnip
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang