CRAN Package Check Results for Package tabuSearch

Last updated on 2017-07-26 01:56:43.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 0.55 18.00 18.55 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 0.54 17.31 17.85 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 18.41 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 17.75 NOTE
r-devel-windows-ix86+x86_64 1.1 3.00 24.00 27.00 NOTE
r-patched-linux-x86_64 1.1 0.54 17.57 18.11 NOTE
r-patched-solaris-x86 1.1 26.20 NOTE
r-release-linux-x86_64 1.1 0.55 17.40 17.95 NOTE
r-release-windows-ix86+x86_64 1.1 2.00 24.00 26.00 NOTE
r-release-osx-x86_64 1.1 NOTE
r-oldrel-windows-ix86+x86_64 1.1 2.00 23.00 25.00 NOTE
r-oldrel-osx-x86_64 1.1 NOTE

Check Details

Version: 1.1
Check: DESCRIPTION meta-information
Result: NOTE
    Malformed Description field: should contain one or more complete sentences.
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: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
     plot.tabu summary.tabu
    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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64

Version: 1.1
Check: R code for possible problems
Result: NOTE
    plot.tabu: no visible global function definition for ‘image’
    plot.tabu: no visible global function definition for ‘gray’
    plot.tabu: no visible global function definition for ‘par’
    plot.tabu: no visible global function definition for ‘layout’
    plot.tabu: no visible global function definition for ‘plot’
    Undefined global functions or variables:
     gray image layout par plot
    Consider adding
     importFrom("grDevices", "gray")
     importFrom("graphics", "image", "layout", "par", "plot")
    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