CRAN Package Check Results for Package elasticnet

Last updated on 2016-08-06 23:46:42.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 0.69 15.39 16.08 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 0.83 15.17 16.00 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 26.30 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 24.76 NOTE
r-devel-osx-x86_64-clang 1.1 23.21 NOTE
r-devel-windows-ix86+x86_64 1.1 2.00 30.00 32.00 NOTE
r-patched-linux-x86_64 1.1 0.59 14.53 15.12 NOTE
r-patched-solaris-sparc 1.1 171.50 NOTE
r-patched-solaris-x86 1.1 36.90 NOTE
r-release-linux-x86_64 1.1 0.63 15.17 15.80 NOTE
r-release-osx-x86_64-mavericks 1.1 NOTE
r-release-windows-ix86+x86_64 1.1 4.00 43.00 47.00 NOTE
r-oldrel-windows-ix86+x86_64 1.1 3.00 29.00 32.00 OK

Check Details

Version: 1.1
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.enet predict.enet print.arrayspc print.enet print.spca
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
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-osx-x86_64-clang, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.1
Check: R code for possible problems
Result: NOTE
    cv.enet: no visible global function definition for ‘predict’
    cv.enet: no visible binding for global variable ‘var’
    cv.enet: no visible global function definition for ‘plot’
    plot.enet: no visible global function definition for ‘plot’
    plot.enet: no visible global function definition for ‘lines’
    plot.enet: no visible global function definition for ‘axis’
    plot.enet: no visible global function definition for ‘abline’
    predict.enet: no visible global function definition for ‘approx’
    Undefined global functions or variables:
     abline approx axis lines plot predict var
    Consider adding
     importFrom("graphics", "abline", "axis", "lines", "plot")
     importFrom("stats", "approx", "predict", "var")
    to your NAMESPACE file.
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-osx-x86_64-clang, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64

Version: 1.1
Check: Rd line widths
Result: NOTE
    Rd file 'enet.Rd':
     \usage lines wider than 90 characters:
     enet(x, y, lambda, max.steps, normalize=TRUE, intercept=TRUE, trace = FALSE, eps = .Machine$double.eps)
    
    Rd file 'spca.Rd':
     \usage lines wider than 90 characters:
     spca(x,K,para,type=c("predictor","Gram"),sparse=c("penalty","varnum"),use.corr=FALSE,lambda=1e-6,max.iter=200,trace=FALSE,eps.conv=1e-3 ... [TRUNCATED]
    
    These lines will be truncated in the PDF manual.
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-patched-linux-x86_64, r-release-linux-x86_64