Last updated on 2019-02-19 22:51:24 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.3 | 2.17 | 43.43 | 45.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.3 | 1.79 | 35.02 | 36.81 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.3 | 57.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.3 | 53.78 | OK | |||
r-devel-windows-ix86+x86_64 | 0.0.3 | 8.00 | 94.00 | 102.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.3 | 1.48 | 41.26 | 42.74 | OK | |
r-release-linux-x86_64 | 0.0.3 | 1.62 | 41.59 | 43.21 | OK | |
r-release-windows-ix86+x86_64 | 0.0.3 | 5.00 | 80.00 | 85.00 | OK | |
r-release-osx-x86_64 | 0.0.3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.3 | 5.00 | 70.00 | 75.00 | OK | |
r-oldrel-osx-x86_64 | 0.0.3 | OK |
Version: 0.0.3
Check: examples
Result: ERROR
Running examples in 'deisotoper-Ex.R' failed
The error most likely occurred in:
> ### Name: deisotope
> ### Title: Deisotope a Mass Spectrum
> ### Aliases: deisotope
>
> ### ** Examples
>
>
> x <- list(mZ = c(1, 2, 2.5, 3), intensity = rep(1, 4), pepmass=600, charge=2)
>
> xd <- deisotope(dtoper <- deisotoper(), x)
> plot.deisotoper(x, xd)
> summary(dtoper)
NumberOfIsotopicSets NumberOfIsotopicClusters NumberOfPeaksInIsotopicClusters
1 1 2 4
NumberOfPeaks
1 4
>
>
>
>
> cleanEx()
Error: connections left open:
Summary (textConnection)
Execution halted
Flavor: r-devel-windows-ix86+x86_64