CRAN Package Check Results for Package bshazard

Last updated on 2018-06-20 01:50:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 4.31 74.00 78.31 OK
r-devel-linux-x86_64-debian-gcc 1.1 4.71 58.97 63.68 OK
r-devel-linux-x86_64-fedora-clang 1.1 93.27 OK
r-devel-linux-x86_64-fedora-gcc 1.1 56.91 OK
r-devel-windows-ix86+x86_64 1.1 12.00 80.00 92.00 OK
r-patched-linux-x86_64 1.1 4.18 62.58 66.76 NOTE
r-patched-solaris-x86 1.1 129.40 OK
r-release-linux-x86_64 1.1 4.46 62.20 66.66 NOTE
r-release-windows-ix86+x86_64 1.1 9.00 94.00 103.00 OK
r-release-osx-x86_64 1.1 OK
r-oldrel-windows-ix86+x86_64 1.1 9.00 82.00 91.00 OK
r-oldrel-osx-x86_64 1.0 NOTE

Check Details

Version: 1.1
Check: DESCRIPTION meta-information
Result: NOTE
    Dependence on R version ‘3.3.3’ not with patchlevel 0
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0
Check: dependencies in R code
Result: NOTE
    Package in Depends field not imported from: ‘splines’
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
Flavor: r-oldrel-osx-x86_64

Version: 1.0
Check: R code for possible problems
Result: NOTE
    bs.design: no visible global function definition for ‘spline.des’
    bshazard.default: no visible global function definition for
     ‘model.frame’
    bshazard.default: no visible global function definition for
     ‘model.matrix’
    bshazard.default: no visible global function definition for
     ‘model.response’
    bshazard_fit: no visible global function definition for ‘aggregate’
    bspois: no visible global function definition for ‘dpois’
    bspois: no visible global function definition for ‘var’
    bspois: no visible global function definition for ‘qnorm’
    lines.bshazard: no visible global function definition for ‘lines’
    plot.bshazard: no visible global function definition for ‘plot’
    plot.bshazard: no visible global function definition for ‘lines’
    print.bshazard: no visible global function definition for ‘aggregate’
    Undefined global functions or variables:
     aggregate dpois lines model.frame model.matrix model.response plot
     qnorm spline.des var
    Consider adding
     importFrom("graphics", "lines", "plot")
     importFrom("stats", "aggregate", "dpois", "model.frame",
     "model.matrix", "model.response", "qnorm", "var")
    to your NAMESPACE file.
Flavor: r-oldrel-osx-x86_64