CRAN Package Check Results for Package PurBayes

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3 2.07 21.15 23.22 NOTE
r-devel-linux-x86_64-debian-gcc 1.3 1.86 16.35 18.21 NOTE
r-devel-linux-x86_64-fedora-clang 1.3 36.29 NOTE
r-devel-linux-x86_64-fedora-gcc 1.3 26.92 NOTE
r-devel-windows-ix86+x86_64 1.3 7.00 33.00 40.00 NOTE
r-patched-linux-x86_64 1.3 2.34 20.92 23.26 NOTE
r-patched-solaris-x86 1.3 45.90 NOTE
r-release-linux-x86_64 1.3 2.22 20.77 22.99 NOTE
r-release-macos-x86_64 1.3 NOTE
r-release-windows-ix86+x86_64 1.3 7.00 47.00 54.00 NOTE
r-oldrel-macos-x86_64 1.3 NOTE
r-oldrel-windows-ix86+x86_64 1.3 4.00 45.00 49.00 NOTE

Check Details

Version: 1.3
Check: R code for possible problems
Result: NOTE
    PurBayes: no visible global function definition for 'update'
    PurBayes: no visible global function definition for 'sd'
    plot.PurBayes: no visible global function definition for 'quantile'
    plot.PurBayes: no visible global function definition for 'lines'
    summary.PurBayes : <anonymous>: no visible global function definition
     for 'quantile'
    Undefined global functions or variables:
     lines quantile sd update
    Consider adding
     importFrom("graphics", "lines")
     importFrom("stats", "quantile", "sd", "update")
    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.3
Check: R code for possible problems
Result: NOTE
    PurBayes: no visible global function definition for ‘update’
    PurBayes: no visible global function definition for ‘sd’
    plot.PurBayes: no visible global function definition for ‘plot’
    plot.PurBayes: no visible global function definition for ‘quantile’
    plot.PurBayes: no visible global function definition for ‘lines’
    summary.PurBayes : <anonymous>: no visible global function definition
     for ‘quantile’
    Undefined global functions or variables:
     lines plot quantile sd update
    Consider adding
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "quantile", "sd", "update")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64