Last updated on 2020-08-21 06:48:30 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.2 | 8.59 | 66.69 | 75.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.2 | 5.92 | 50.46 | 56.38 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.2 | 94.86 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.2 | 84.94 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.9.2 | 18.00 | 87.00 | 105.00 | NOTE | |
r-patched-linux-x86_64 | 0.9.2 | 7.79 | 64.18 | 71.97 | NOTE | |
r-patched-solaris-x86 | 0.9.2 | 137.60 | NOTE | |||
r-release-linux-x86_64 | 0.9.2 | 7.66 | 63.87 | 71.53 | NOTE | |
r-release-macos-x86_64 | 0.9.2 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.9.2 | 18.00 | 73.00 | 91.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.9.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.9.2 | 11.00 | 78.00 | 89.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