Last updated on 2020-08-07 01:49:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 6.31 | 65.99 | 72.30 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 5.94 | 50.34 | 56.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 94.30 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 85.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9.2 | 19.00 | 75.00 | 94.00 | NOTE | |
r-patched-linux-x86_64 | 0.9.2 | 7.25 | 63.93 | 71.18 | NOTE | |
r-patched-solaris-x86 | 0.9.2 | 134.00 | NOTE | |||
r-release-linux-x86_64 | 0.9.2 | 8.52 | 63.85 | 72.37 | NOTE | |
r-release-macos-x86_64 | 0.9.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9.2 | 19.00 | 98.00 | 117.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 11.00 | 94.00 | 105.00 | NOTE |
Version: 0.9.2
Check: R code for possible problems
Result: NOTE
comp.graph: no visible global function definition for 'qnorm'
comp.graph: no visible global function definition for 'polygon'
comp.graph: no visible global function definition for 'lines'
cox.ridge: no visible global function definition for 'terms'
cox.ridge: no visible global function definition for 'model.extract'
cox.ridge: no visible global function definition for 'model.matrix'
cox.ridge: no visible binding for global variable 'hat'
Undefined global functions or variables:
hat lines model.extract model.matrix polygon qnorm terms
Consider adding
importFrom("graphics", "lines", "polygon")
importFrom("stats", "hat", "model.extract", "model.matrix", "qnorm",
"terms")
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.9.2
Check: R code for possible problems
Result: NOTE
comp.graph: no visible global function definition for ‘qnorm’
comp.graph: no visible global function definition for ‘plot’
comp.graph: no visible global function definition for ‘polygon’
comp.graph: no visible global function definition for ‘lines’
cox.ridge: no visible global function definition for ‘terms’
cox.ridge: no visible global function definition for ‘model.extract’
cox.ridge: no visible global function definition for ‘model.matrix’
cox.ridge: no visible binding for global variable ‘hat’
Undefined global functions or variables:
hat lines model.extract model.matrix plot polygon qnorm terms
Consider adding
importFrom("graphics", "lines", "plot", "polygon")
importFrom("stats", "hat", "model.extract", "model.matrix", "qnorm",
"terms")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64