Last updated on 2020-08-07 01:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5 | 4.01 | 31.72 | 35.73 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 2.97 | 25.36 | 28.33 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 52.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 42.27 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.5 | 10.00 | 46.00 | 56.00 | NOTE | |
r-patched-linux-x86_64 | 1.5 | 3.82 | 32.75 | 36.57 | NOTE | |
r-patched-solaris-x86 | 1.5 | 65.50 | NOTE | |||
r-release-linux-x86_64 | 1.5 | 3.14 | 32.10 | 35.24 | NOTE | |
r-release-macos-x86_64 | 1.5 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.5 | 11.00 | 63.00 | 74.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.5 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.5 | 5.00 | 61.00 | 66.00 | 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 'points'
plot.cccdClassifier: no visible global function definition for 'points'
Undefined global functions or variables:
gray points polygon qchisq rbinom runif
Consider adding
importFrom("grDevices", "gray")
importFrom("graphics", "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-macos-x86_64, r-release-windows-ix86+x86_64
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-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64