CRAN Package Check Results for Package SFSI

Last updated on 2023-10-24 08:07:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 8.07 55.50 63.57 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.0 6.65 52.95 59.60 WARN
r-devel-linux-x86_64-fedora-clang 1.2.0 80.95 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2.0 95.07 ERROR
r-devel-windows-x86_64 1.2.0 8.00 78.00 86.00 WARN
r-patched-linux-x86_64 1.2.0 8.80 79.78 88.58 OK
r-release-linux-x86_64 1.2.0 8.43 78.17 86.60 OK
r-release-macos-arm64 1.2.0 43.00 OK
r-release-macos-x86_64 1.2.0 68.00 OK
r-release-windows-x86_64 1.2.0 13.00 99.00 112.00 OK
r-oldrel-macos-arm64 1.2.0 38.00 OK
r-oldrel-macos-x86_64 1.2.0 48.00 OK
r-oldrel-windows-x86_64 1.2.0 13.00 100.00 113.00 OK

Check Details

Version: 1.2.0
Check: package namespace information
Result: NOTE
    Found export directive that requires package ‘methods’:
     ‘exportMethods’
    Remove all such namespace directives (if obsolete) or ensure that the
    DESCRIPTION Depends or Imports field contains ‘methods’.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.2.0
Check: dependencies in R code
Result: WARN
    Missing or unexported objects:
     ‘float::crossprod’ ‘float::tcrossprod’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘SFSI-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: LARS
    > ### Title: Least Angle Regression to solve LASSO-type problems
    > ### Aliases: LARS
    > ### Keywords: LARS
    >
    > ### ** Examples
    >
    > require(SFSI)
    > data(wheatHTP)
    >
    > y = as.vector(Y[,"E1"]) # Response variable
    > X = scale(X_E1) # Predictors
    >
    > # Training and testing sets
    > tst = which(Y$trial %in% 1:10)
    > trn = seq_along(y)[-tst]
    >
    > # Calculate covariances in training set
    > XtX = var(X[trn,])
    > Xty = cov(X[trn,],y[trn])
    >
    > # Run the penalized regression
    > fm1 = LARS(XtX,Xty,method="LAR-LASSO")
    Error: 'crossprod' is not an exported object from 'namespace:float'
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.0
Check: examples
Result: ERROR
    Running examples in ‘SFSI-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: LARS
    > ### Title: Least Angle Regression to solve LASSO-type problems
    > ### Aliases: LARS
    > ### Keywords: LARS
    >
    > ### ** Examples
    >
    > require(SFSI)
    > data(wheatHTP)
    >
    > y = as.vector(Y[,"E1"]) # Response variable
    > X = scale(X_E1) # Predictors
    >
    > # Training and testing sets
    > tst = which(Y$trial %in% 1:10)
    > trn = seq_along(y)[-tst]
    >
    > # Calculate covariances in training set
    > XtX = var(X[trn,])
    > Xty = cov(X[trn,],y[trn])
    >
    > # Run the penalized regression
    > fm1 = LARS(XtX,Xty,method="LAR-LASSO")
    Error: 'crossprod' is not an exported object from 'namespace:float'
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc