Last updated on 2015-12-29 00:46:26.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 2.0 | 5.25 | 52.72 | 57.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0 | 120.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.0 | 115.01 | NOTE | |||
r-devel-osx-x86_64-clang | 2.0 | 124.74 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0 | 19.00 | 118.00 | 137.00 | NOTE | |
r-patched-linux-x86_64 | 2.0 | 5.72 | 56.72 | 62.44 | OK | |
r-patched-solaris-sparc | 2.0 | 742.00 | OK | |||
r-patched-solaris-x86 | 2.0 | 159.30 | OK | |||
r-release-linux-x86_64 | 2.0 | 6.04 | 55.75 | 61.79 | OK | |
r-release-osx-x86_64-mavericks | 2.0 | OK | ||||
r-release-windows-ix86+x86_64 | 2.0 | 21.00 | 130.00 | 151.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 2.0 | 33.00 | 175.00 | 208.00 | OK |
Version: 2.0
Check: R code for possible problems
Result: NOTE
ahull_track: no visible global function definition for ‘xy.coords’
arc: no visible global function definition for ‘lines’
ashape: no visible global function definition for ‘chull’
ashape: no visible global function definition for ‘na.omit’
delvor: no visible global function definition for ‘xy.coords’
dw: no visible global function definition for ‘xy.coords’
dw_track: no visible global function definition for ‘xy.coords’
plot.ahull: no visible global function definition for ‘plot’
plot.ahull: no visible global function definition for ‘axis’
plot.ahull: no visible global function definition for ‘text’
plot.ashape: no visible global function definition for ‘plot’
plot.ashape: no visible global function definition for ‘axis’
plot.ashape: no visible global function definition for ‘points’
plot.ashape: no visible global function definition for ‘text’
plot.ashape: no visible global function definition for ‘segments’
plot.delvor: no visible global function definition for ‘plot’
plot.delvor: no visible global function definition for ‘axis’
plot.delvor: no visible global function definition for ‘points’
plot.delvor: no visible global function definition for ‘text’
plot.delvor: no visible global function definition for ‘segments’
rkoch: no visible global function definition for ‘runif’
Undefined global functions or variables:
axis chull lines na.omit plot points runif segments text xy.coords
Consider adding
importFrom("grDevices", "chull", "xy.coords")
importFrom("graphics", "axis", "lines", "plot", "points", "segments",
"text")
importFrom("stats", "na.omit", "runif")
to your NAMESPACE.
Flavors: 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