Last updated on 2022-06-09 07:51:33 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.85 | 35.65 | 38.50 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.95 | 28.23 | 30.18 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 48.27 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 47.03 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 23.00 | 51.00 | 74.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.64 | 35.00 | 37.64 | NOTE | |
r-release-linux-x86_64 | 1.0 | 2.84 | 36.22 | 39.06 | NOTE | |
r-release-macos-arm64 | 1.0 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 23.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 28.00 | 52.00 | 80.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 29.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 6.00 | 45.00 | 51.00 | NOTE |
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 'points'
plot.FIT: no visible global function definition for 'abline'
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 points
ppoints qchisq sd
Consider adding
importFrom("graphics", "abline", "points")
importFrom("methods", "is")
importFrom("stats", "as.dist", "cor", "mahalanobis", "median",
"p.adjust", "pchisq", "ppoints", "qchisq", "sd")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64