Last updated on 2015-09-06 23:47:25.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-8 | 3.62 | 88.54 | 92.16 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0-8 | 3.61 | 88.32 | 91.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0-8 | 184.99 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-8 | 177.84 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0-8 | 151.19 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0-8 | 12.00 | 205.00 | 217.00 | NOTE | |
r-patched-linux-x86_64 | 1.0-8 | 3.69 | 90.10 | 93.80 | NOTE | |
r-patched-solaris-sparc | 1.0-8 | 1166.10 | NOTE | |||
r-patched-solaris-x86 | 1.0-8 | 245.90 | NOTE | |||
r-release-linux-x86_64 | 1.0-8 | 3.72 | 92.32 | 96.04 | NOTE | |
r-release-osx-x86_64-mavericks | 1.0-8 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0-8 | 18.00 | 195.00 | 213.00 | NOTE | |
r-oldrel-windows-ix86+x86_64 | 1.0-8 | 22.00 | 225.00 | 247.00 | NOTE |
Version: 1.0-8
Check: R code for possible problems
Result: NOTE
confint.gnm: no visible global function definition for ‘flush.console’
hatvalues.gnm: no visible global function definition for ‘as’
plot.gnm: no visible binding for global variable ‘panel.smooth’
plot.gnm: no visible binding for global variable ‘points’
plot.gnm: no visible global function definition for ‘par’
plot.gnm: no visible global function definition for ‘dev.interactive’
plot.gnm : text.id: no visible global function definition for ‘text’
plot.gnm : getCaption: no visible global function definition for
‘as.graphicsAnnot’
plot.gnm: no visible global function definition for ‘devAskNewPage’
plot.gnm: no visible global function definition for ‘extendrange’
plot.gnm: no visible global function definition for ‘title’
plot.gnm: no visible global function definition for ‘mtext’
plot.gnm: no visible global function definition for ‘strheight’
plot.gnm: no visible global function definition for ‘abline’
plot.gnm: no visible global function definition for ‘axis’
plot.gnm: no visible global function definition for ‘frame’
plot.gnm: no visible global function definition for ‘lines’
plot.gnm: no visible global function definition for ‘legend’
plot.profile.gnm: no visible global function definition for ‘par’
plot.profile.gnm: no visible global function definition for ‘points’
plot.profile.gnm: no visible global function definition for ‘lines’
prattle: no visible global function definition for ‘flush.console’
predict.gnm: no visible binding for global variable ‘eliminate’
Undefined global functions or variables:
abline as as.graphicsAnnot axis dev.interactive devAskNewPage
eliminate extendrange flush.console frame legend lines mtext
panel.smooth par points strheight text title
Consider adding
importFrom("grDevices", "as.graphicsAnnot", "dev.interactive",
"devAskNewPage", "extendrange")
importFrom("graphics", "abline", "axis", "frame", "legend", "lines",
"mtext", "panel.smooth", "par", "points", "strheight",
"text", "title")
importFrom("methods", "as")
importFrom("utils", "flush.console")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
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
Version: 1.0-8
Check: R code for possible problems
Result: NOTE
predict.gnm: no visible binding for global variable ‘eliminate’
Undefined global functions or variables:
eliminate
Flavor: r-devel-osx-x86_64-clang
Version: 1.0-8
Check: R code for possible problems
Result: NOTE
predict.gnm: no visible binding for global variable ‘eliminate’
Flavors: r-patched-linux-x86_64, r-patched-solaris-sparc, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64-mavericks, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64