CRAN Package Check Results for Package HPbayes

Last updated on 2020-10-11 01:47:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1 3.76 50.00 53.76 NOTE
r-devel-linux-x86_64-debian-gcc 0.1 3.16 37.64 40.80 NOTE
r-devel-linux-x86_64-fedora-clang 0.1 72.97 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1 65.46 NOTE
r-devel-windows-ix86+x86_64 0.1 7.00 52.00 59.00 NOTE
r-patched-linux-x86_64 0.1 3.97 48.83 52.80 NOTE
r-patched-solaris-x86 0.1 82.40 NOTE
r-release-linux-x86_64 0.1 3.50 48.80 52.30 NOTE
r-release-macos-x86_64 0.1 NOTE
r-release-windows-ix86+x86_64 0.1 7.00 63.00 70.00 NOTE
r-oldrel-macos-x86_64 0.1 NOTE
r-oldrel-windows-ix86+x86_64 0.1 6.00 56.00 62.00 NOTE

Check Details

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

Version: 0.1
Check: R code for possible problems
Result: NOTE
    hpbayes.plot: no visible global function definition for 'par'
    hpbayes.plot: no visible global function definition for 'points'
    postpri.plot: no visible global function definition for 'par'
    postpri.plot: no visible global function definition for 'points'
    postpri.plot: no visible global function definition for 'segments'
    postpri.plot: no visible global function definition for 'boxplot'
    Undefined global functions or variables:
     boxplot par points segments
    Consider adding
     importFrom("graphics", "boxplot", "par", "points", "segments")
    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: 0.1
Check: R code for possible problems
Result: NOTE
    hpbayes.plot: no visible global function definition for ‘par’
    hpbayes.plot: no visible global function definition for ‘plot’
    hpbayes.plot: no visible global function definition for ‘points’
    postpri.plot: no visible global function definition for ‘par’
    postpri.plot: no visible global function definition for ‘plot’
    postpri.plot: no visible global function definition for ‘points’
    postpri.plot: no visible global function definition for ‘segments’
    postpri.plot: no visible global function definition for ‘boxplot’
    Undefined global functions or variables:
     boxplot par plot points segments
    Consider adding
     importFrom("graphics", "boxplot", "par", "plot", "points", "segments")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64