Last updated on 2017-09-26 01:47:12.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5 | 0.83 | 19.65 | 20.48 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 0.79 | 19.34 | 20.13 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 34.38 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 35.41 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5 | 2.00 | 36.00 | 38.00 | NOTE | |
r-patched-linux-x86_64 | 1.5 | 0.76 | 19.20 | 19.96 | NOTE | |
r-patched-solaris-x86 | 1.5 | 51.20 | NOTE | |||
r-release-linux-x86_64 | 1.5 | 0.77 | 19.39 | 20.15 | NOTE | |
r-release-windows-ix86+x86_64 | 1.5 | 3.00 | 38.00 | 41.00 | NOTE | |
r-release-osx-x86_64 | 1.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.5 | 3.00 | 37.00 | 40.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.5 | NOTE |
Version: 1.5
Check: R code for possible problems
Result: NOTE
ccd.sequential: no visible global function definition for ‘qchisq’
dominate.random.sample: no visible global function definition for
‘runif’
draw.circle: no visible global function definition for ‘polygon’
juggle2: no visible global function definition for ‘rbinom’
plot.cccd: no visible global function definition for ‘gray’
plot.cccd: no visible global function definition for ‘plot’
plot.cccd: no visible global function definition for ‘points’
plot.cccdClassifier: no visible global function definition for ‘points’
plot.cccdClassifier: no visible global function definition for ‘plot’
plot.ccd: no visible global function definition for ‘plot’
Undefined global functions or variables:
gray plot points polygon qchisq rbinom runif
Consider adding
importFrom("grDevices", "gray")
importFrom("graphics", "plot", "points", "polygon")
importFrom("stats", "qchisq", "rbinom", "runif")
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64