CRAN Package Check Results for Package spftir

Last updated on 2022-04-27 12:55:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.19 41.12 44.31 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.64 30.07 32.71 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 49.70 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.0 47.76 ERROR
r-devel-windows-x86_64 0.1.0 15.00 56.00 71.00 OK
r-patched-linux-x86_64 0.1.0 3.80 38.80 42.60 OK
r-release-linux-x86_64 0.1.0 2.78 38.97 41.75 OK
r-release-macos-arm64 0.1.0 17.00 OK
r-release-macos-x86_64 0.1.0 28.00 OK
r-release-windows-x86_64 0.1.0 12.00 51.00 63.00 OK
r-oldrel-macos-arm64 0.1.0 20.00 OK
r-oldrel-macos-x86_64 0.1.0 31.00 OK
r-oldrel-windows-ix86+x86_64 0.1.0 6.00 41.00 47.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR
    Running examples in ‘spftir-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: spmblp
    > ### Title: Polynomial Baseline Correction of a Matrix of Mid-infrared
    > ### Spectra
    > ### Aliases: spmblp
    >
    > ### ** Examples
    >
    > data(spData)
    > # Convert data frame to matrix
    > spectra <- as.matrix(t(spData))
    > # List of polynomial baseline components
    > mblp <- spmblp(spectra, degree = 2, tol = 0.001, rep = 100)
    Error in missing(t) || (t == FALSE) :
     'length = 7469' in coercion to 'logical(1)'
    Calls: spmblp
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc