CRAN Package Check Results for Package hcc

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.54 1.87 22.75 24.62 NOTE
r-devel-linux-x86_64-debian-gcc 0.54 1.42 17.89 19.31 NOTE
r-devel-linux-x86_64-fedora-clang 0.54 38.68 NOTE
r-devel-linux-x86_64-fedora-gcc 0.54 29.16 NOTE
r-devel-windows-ix86+x86_64 0.54 7.00 33.00 40.00 NOTE
r-patched-linux-x86_64 0.54 1.78 22.44 24.22 NOTE
r-patched-solaris-x86 0.54 46.00 NOTE
r-release-linux-x86_64 0.54 1.92 22.42 24.34 NOTE
r-release-macos-x86_64 0.54 NOTE
r-release-windows-ix86+x86_64 0.54 5.00 35.00 40.00 NOTE
r-oldrel-macos-x86_64 0.54 NOTE
r-oldrel-windows-ix86+x86_64 0.54 4.00 110.00 114.00 NOTE

Check Details

Version: 0.54
Check: R code for possible problems
Result: NOTE
    PoincarePlot: no visible global function definition for 'lines'
    PoincarePlot: no visible global function definition for 'lowess'
    hctest: no visible global function definition for 'cor.test'
    rdplot: no visible global function definition for 'lines'
    rdplot: no visible global function definition for 'lowess'
    rdplot: no visible global function definition for 'rgb'
    simer: no visible global function definition for 'runif'
    simer: no visible global function definition for 'rnorm'
    Undefined global functions or variables:
     cor.test lines lowess rgb rnorm runif
    Consider adding
     importFrom("grDevices", "rgb")
     importFrom("graphics", "lines")
     importFrom("stats", "cor.test", "lowess", "rnorm", "runif")
    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.54
Check: R code for possible problems
Result: NOTE
    PoincarePlot: no visible global function definition for ‘plot’
    PoincarePlot: no visible global function definition for ‘lines’
    PoincarePlot: no visible global function definition for ‘lowess’
    hctest: no visible global function definition for ‘cor.test’
    rdplot: no visible global function definition for ‘plot’
    rdplot: no visible global function definition for ‘lines’
    rdplot: no visible global function definition for ‘lowess’
    rdplot: no visible global function definition for ‘rgb’
    simer: no visible global function definition for ‘runif’
    simer: no visible global function definition for ‘rnorm’
    Undefined global functions or variables:
     cor.test lines lowess plot rgb rnorm runif
    Consider adding
     importFrom("grDevices", "rgb")
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "cor.test", "lowess", "rnorm", "runif")
    to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64