CRAN Package Check Results for Package CityPlot

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0 2.12 18.51 20.63 NOTE
r-devel-linux-x86_64-debian-gcc 2.0 1.72 14.30 16.02 NOTE
r-devel-linux-x86_64-fedora-clang 2.0 33.62 NOTE
r-devel-linux-x86_64-fedora-gcc 2.0 23.82 NOTE
r-devel-windows-ix86+x86_64 2.0 7.00 38.00 45.00 NOTE
r-patched-linux-x86_64 2.0 1.90 18.33 20.23 NOTE
r-patched-solaris-x86 2.0 37.70 NOTE
r-release-linux-x86_64 2.0 1.84 18.08 19.92 NOTE
r-release-macos-x86_64 2.0 NOTE
r-release-windows-ix86+x86_64 2.0 5.00 27.00 32.00 NOTE
r-oldrel-macos-x86_64 2.0 NOTE
r-oldrel-windows-ix86+x86_64 2.0 7.00 44.00 51.00 NOTE

Check Details

Version: 2.0
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 2.0
Check: R code for possible problems
Result: NOTE
    CityPlot: no visible global function definition for 'read.table'
    CityPlot: no visible global function definition for 'tail'
    CityPlot: no visible global function definition for 'pdf'
    CityPlot: no visible global function definition for 'split.screen'
    CityPlot: no visible global function definition for 'screen'
    CityPlot: no visible global function definition for 'par'
    CityPlot: no visible global function definition for 'rect'
    CityPlot: no visible global function definition for 'text'
    CityPlot: no visible global function definition for 'lines'
    CityPlot: no visible global function definition for 'dev.off'
    Undefined global functions or variables:
     dev.off lines par pdf read.table rect screen split.screen tail text
    Consider adding
     importFrom("grDevices", "dev.off", "pdf")
     importFrom("graphics", "lines", "par", "rect", "screen",
     "split.screen", "text")
     importFrom("utils", "read.table", "tail")
    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: 2.0
Check: R code for possible problems
Result: NOTE
    CityPlot: no visible global function definition for ‘read.table’
    CityPlot: no visible global function definition for ‘tail’
    CityPlot: no visible global function definition for ‘pdf’
    CityPlot: no visible global function definition for ‘split.screen’
    CityPlot: no visible global function definition for ‘screen’
    CityPlot: no visible global function definition for ‘par’
    CityPlot: no visible global function definition for ‘plot’
    CityPlot: no visible global function definition for ‘rect’
    CityPlot: no visible global function definition for ‘text’
    CityPlot: no visible global function definition for ‘lines’
    CityPlot: no visible global function definition for ‘dev.off’
    Undefined global functions or variables:
     dev.off lines par pdf plot read.table rect screen split.screen tail
     text
    Consider adding
     importFrom("grDevices", "dev.off", "pdf")
     importFrom("graphics", "lines", "par", "plot", "rect", "screen",
     "split.screen", "text")
     importFrom("utils", "read.table", "tail")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64