Last updated on 2015-11-20 00:47:43.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-gcc | 1.2-1 | 3.26 | 11.67 | 14.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2-1 | 24.32 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-1 | 21.21 | NOTE | |||
r-devel-osx-x86_64-clang | 1.2-1 | 28.60 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2-1 | 10.00 | 29.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.2-1 | 1.25 | 11.99 | 13.24 | OK | |
r-patched-solaris-sparc | 1.2-1 | 158.30 | OK | |||
r-patched-solaris-x86 | 1.2-1 | 34.10 | OK | |||
r-release-linux-x86_64 | 1.2-1 | 1.39 | 12.96 | 14.34 | OK | |
r-release-osx-x86_64-mavericks | 1.2-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.2-1 | 10.00 | 28.00 | 38.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 1.2-1 | 15.00 | 34.00 | 49.00 | OK |
Version: 1.2-1
Check: R code for possible problems
Result: NOTE
cv.coef: no visible global function definition for ‘sd’
normalize.softmax: no visible global function definition for ‘plogis’
plot.rknnBeg: no visible global function definition for ‘plot’
plot.rknnBel: no visible global function definition for ‘plot’
plot.rknnSupport: no visible global function definition for ‘dotchart’
predicted: no visible global function definition for ‘influence’
predicted: no visible global function definition for ‘fitted’
predicted: no visible global function definition for ‘resid’
pressresid: no visible global function definition for ‘influence’
pressresid: no visible global function definition for ‘resid’
Undefined global functions or variables:
dotchart fitted influence plogis plot resid sd
Consider adding
importFrom("graphics", "dotchart", "plot")
importFrom("stats", "fitted", "influence", "plogis", "resid", "sd")
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
Version: 1.2-1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘golubEsets’
Flavor: r-release-osx-x86_64-mavericks