CRAN Package Check Results for Maintainer ‘Kyle A. Caudle <kyle.caudle at sdsmt.edu>’

Last updated on 2020-08-07 01:50:25 CEST.

Package NOTE OK
CHFF 12
flowfield 12
shuffleCI 12

Package CHFF

Current CRAN status: OK: 12

Package flowfield

Current CRAN status: NOTE: 12

Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Title field: should not end in a period.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'stats' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' 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-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    GCV: no visible global function definition for 'lm'
    GCV: no visible global function definition for 'resid'
    ffplot: no visible global function definition for 'par'
    ffplot: no visible global function definition for 'points'
    ffplot: no visible global function definition for 'legend'
    flowfield: no visible global function definition for 'write.table'
    gpr: no visible global function definition for 'quantile'
    gpr: no visible global function definition for 'var'
    smoothp: no visible global function definition for 'lm'
    smoothp: no visible global function definition for 'predict'
    smoothp: no visible global function definition for 'resid'
    smoothp: no visible global function definition for 'optimize'
    Undefined global functions or variables:
     legend lm optimize par points predict quantile resid var write.table
    Consider adding
     importFrom("graphics", "legend", "par", "points")
     importFrom("stats", "lm", "optimize", "predict", "quantile", "resid",
     "var")
     importFrom("utils", "write.table")
    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-macos-x86_64, r-release-windows-ix86+x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    GCV: no visible global function definition for ‘lm’
    GCV: no visible global function definition for ‘resid’
    ffplot: no visible global function definition for ‘par’
    ffplot: no visible global function definition for ‘plot’
    ffplot: no visible global function definition for ‘points’
    ffplot: no visible global function definition for ‘legend’
    flowfield: no visible global function definition for ‘write.table’
    gpr: no visible global function definition for ‘quantile’
    gpr: no visible global function definition for ‘var’
    smoothp: no visible global function definition for ‘lm’
    smoothp: no visible global function definition for ‘predict’
    smoothp: no visible global function definition for ‘resid’
    smoothp: no visible global function definition for ‘optimize’
    Undefined global functions or variables:
     legend lm optimize par plot points predict quantile resid var
     write.table
    Consider adding
     importFrom("graphics", "legend", "par", "plot", "points")
     importFrom("stats", "lm", "optimize", "predict", "quantile", "resid",
     "var")
     importFrom("utils", "write.table")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package shuffleCI

Current CRAN status: OK: 12