Last updated on 2016-03-07 23:47:32.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.5-3 | 1.12 | 15.03 | 16.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.5-3 | 27.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5-3 | 26.70 | NOTE | |||
r-devel-osx-x86_64-clang | 1.5-3 | 33.13 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5-3 | 12.00 | 62.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 1.5-3 | 1.17 | 17.91 | 19.08 | OK | |
r-patched-solaris-sparc | 1.5-3 | 152.40 | OK | |||
r-patched-solaris-x86 | 1.5-3 | 46.10 | OK | |||
r-release-linux-x86_64 | 1.5-3 | 1.17 | 15.33 | 16.50 | OK | |
r-release-osx-x86_64-mavericks | 1.5-3 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.5-3 | 7.00 | 37.00 | 44.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.5-3 | 10.00 | 36.00 | 46.00 | OK |
Version: 1.5-3
Check: R code for possible problems
Result: NOTE
defineTasks: no visible global function definition for ‘par’
defineTasks: no visible global function definition for ‘abline’
plotCorCoeff: no visible global function definition for ‘hist’
plotCorCoeff: no visible global function definition for ‘plot.new’
plotCorCoeff: no visible global function definition for ‘plot.window’
plotCorCoeff: no visible global function definition for ‘rect’
plotCorCoeff: no visible global function definition for ‘axis’
plotCorCoeff: no visible global function definition for ‘title’
plotCorCoeff: no visible global function definition for ‘legend’
Undefined global functions or variables:
abline axis hist legend par plot.new plot.window rect title
Consider adding
importFrom("graphics", "abline", "axis", "hist", "legend", "par",
"plot.new", "plot.window", "rect", "title")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang, r-devel-windows-ix86+x86_64
Version: 1.5-3
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rmpi’
Flavor: r-release-osx-x86_64-mavericks