CRAN Package Check Results for Package flowfield

Last updated on 2020-08-07 01:49:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.49 20.73 23.22 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 1.82 16.26 18.08 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 35.84 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 26.51 NOTE
r-devel-windows-ix86+x86_64 1.0 7.00 34.00 41.00 NOTE
r-patched-linux-x86_64 1.0 2.41 20.66 23.07 NOTE
r-patched-solaris-x86 1.0 42.60 NOTE
r-release-linux-x86_64 1.0 2.25 20.39 22.64 NOTE
r-release-macos-x86_64 1.0 NOTE
r-release-windows-ix86+x86_64 1.0 9.00 44.00 53.00 NOTE
r-oldrel-macos-x86_64 1.0 NOTE
r-oldrel-windows-ix86+x86_64 1.0 4.00 47.00 51.00 NOTE

Check Details

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