Last updated on 2015-12-29 00:46:30.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.0 | 0.72 | 9.93 | 10.65 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 20.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 18.74 | NOTE | |||
r-devel-osx-x86_64-clang | 1.0 | 24.23 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0 | 3.00 | 23.00 | 26.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 0.74 | 10.31 | 11.05 | OK | |
r-patched-solaris-sparc | 1.0 | 128.10 | OK | |||
r-patched-solaris-x86 | 1.0 | 28.70 | OK | |||
r-release-linux-x86_64 | 1.0 | 0.83 | 10.24 | 11.07 | OK | |
r-release-osx-x86_64-mavericks | 1.0 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 34.00 | 38.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.0 | 8.00 | 28.00 | 36.00 | OK |
Version: 1.0
Check: R code for possible problems
Result: NOTE
fs.agreement.part: no visible global function definition for ‘as.dist’
fs.agreement.part: no visible global function definition for ‘cor’
fs.leave.k.out.combn: no visible global function definition for ‘sd’
fs.leave.k.out.sample: no visible global function definition for ‘sd’
fs.rd: no visible global function definition for ‘pchisq’
fs.selection: no visible global function definition for ‘p.adjust’
plot.FIT: no visible global function definition for ‘qchisq’
plot.FIT: no visible global function definition for ‘ppoints’
plot.FIT: no visible global function definition for ‘plot’
plot.FIT: no visible global function definition for ‘points’
plot.FIT: no visible global function definition for ‘abline’
plotJn: no visible global function definition for ‘plot’
plotJn: no visible global function definition for ‘points’
robust.distance.signed: no visible global function definition for
‘mahalanobis’
snowball: no visible global function definition for ‘is’
snowball: no visible global function definition for ‘median’
weight.sd: no visible binding for global variable ‘sd’
Undefined global functions or variables:
abline as.dist cor is mahalanobis median p.adjust pchisq plot points
ppoints qchisq sd
Consider adding
importFrom("graphics", "abline", "plot", "points")
importFrom("methods", "is")
importFrom("stats", "as.dist", "cor", "mahalanobis", "median",
"p.adjust", "pchisq", "ppoints", "qchisq", "sd")
to your NAMESPACE (and ensure that your DESCRIPTION Imports field
contains 'methods').
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