CRAN Package Check Results for Package ALS

Last updated on 2022-04-27 11:53:49 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.6 2.53 36.85 39.38 OK
r-devel-linux-x86_64-debian-gcc 0.0.6 2.23 28.02 30.25 OK
r-devel-linux-x86_64-fedora-clang 0.0.6 46.85 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.6 45.18 ERROR
r-devel-windows-x86_64 0.0.6 10.00 59.00 69.00 OK
r-patched-linux-x86_64 0.0.6 3.03 35.29 38.32 OK
r-release-linux-x86_64 0.0.6 3.00 36.57 39.57 OK
r-release-macos-arm64 0.0.6 17.00 OK
r-release-macos-x86_64 0.0.6 35.00 OK
r-release-windows-x86_64 0.0.6 6.00 57.00 63.00 OK
r-oldrel-macos-arm64 0.0.6 23.00 OK
r-oldrel-macos-x86_64 0.0.6 32.00 OK
r-oldrel-windows-ix86+x86_64 0.0.6 5.00 47.00 52.00 OK

Check Details

Version: 0.0.6
Check: examples
Result: ERROR
    Running examples in ‘ALS-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: als
    > ### Title: alternating least squares multivariate curve resolution
    > ### (MCR-ALS)
    > ### Aliases: als
    > ### Keywords: optimize
    >
    > ### ** Examples
    >
    > ## load 2 matrix datasets into variables d1 and d2
    > ## load starting values for elution profiles
    > ## into variables Cstart1 and Cstart2
    > ## load time labels as x, m/z values as x2
    > data(multiex)
    >
    > ## starting values for elution profiles
    > matplot(x,Cstart1,type="l")
    > matplot(x,Cstart2,type="l",add=TRUE)
    >
    > ## using MCR-ALS, improve estimates for mass spectra S and the two
    > ## matrices of elution profiles
    > ## apply unimodality constraints to the elution profile estimates
    > ## note that the starting estimates for S just contain a dummy matrix
    >
    > test0 <- als(CList=list(Cstart1,Cstart2),S=matrix(1,nrow=400,ncol=2),
    + PsiList=list(d1,d2), x=x, x2=x2, uniC=TRUE, normS=0)
    Initial RSS 3.039967e+13
    Iteration (opt. S): 1, RSS: 1.330703e+12, RD: 0.9562264
    Error in normS > S && (iter%%2 != b) :
     'length = 800' in coercion to 'logical(1)'
    Calls: als
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc