CRAN Package Check Results for Package SGL

Last updated on 2018-12-12 05:49:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 4.97 22.92 27.89 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 3.78 17.92 21.70 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 32.10 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 30.64 NOTE
r-devel-windows-ix86+x86_64 1.1 14.00 44.00 58.00 NOTE
r-patched-linux-x86_64 1.1 4.55 21.17 25.72 NOTE
r-patched-solaris-x86 1.1 51.50 NOTE
r-release-linux-x86_64 1.1 4.66 21.51 26.17 NOTE
r-release-windows-ix86+x86_64 1.1 11.00 42.00 53.00 NOTE
r-release-osx-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 9.00 41.00 50.00 NOTE
r-oldrel-osx-x86_64 1.1 NOTE

Check Details

Version: 1.1
Check: R code for possible problems
Result: NOTE
    coxCrossVal: no visible binding for global variable ‘sd’
    error.bars: no visible global function definition for ‘segments’
    linCrossVal: no visible binding for global variable ‘sd’
    logitCrossVal: no visible binding for global variable ‘sd’
    plot.cv.SGL: no visible global function definition for ‘points’
    Undefined global functions or variables:
     points sd segments
    Consider adding
     importFrom("graphics", "points", "segments")
     importFrom("stats", "sd")
    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-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.1
Check: Rd line widths
Result: NOTE
    Rd file 'SGL.Rd':
     \usage lines wider than 90 characters:
     SGL(data, index, type = "linear", maxit = 1000, thresh = 0.001, min.frac = 0.1, nlam = 20, gamma = 0.8, standardize = TRUE, verbose = F ... [TRUNCATED]
    
    Rd file 'cvSGL.Rd':
     \usage lines wider than 90 characters:
     cvSGL(data, index, type = "linear", maxit = 1000, thresh = 0.001, min.frac = 0.05, nlam = 20, gamma = 0.8, nfold = 10, standardize = TR ... [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

Version: 1.1
Check: compiled code
Result: NOTE
    File ‘SGL/libs/SGL.so’:
     Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
    
    It is good practice to register native routines and to disable symbol
    search.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc