Last updated on 2017-07-31 01:46:50.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.02 | 0.67 | 20.37 | 21.04 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.02 | 0.62 | 13.22 | 13.84 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.02 | 24.84 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.02 | 22.78 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.02 | 5.00 | 36.00 | 41.00 | NOTE | |
r-patched-linux-x86_64 | 1.02 | 0.68 | 19.98 | 20.66 | NOTE | |
r-patched-solaris-x86 | 1.02 | 33.10 | NOTE | |||
r-release-linux-x86_64 | 1.02 | 0.62 | 20.01 | 20.63 | NOTE | |
r-release-windows-ix86+x86_64 | 1.02 | 3.00 | 30.00 | 33.00 | NOTE | |
r-release-osx-x86_64 | 1.02 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.02 | 2.00 | 28.00 | 30.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.02 | NOTE |
Version: 1.02
Check: R code for possible problems
Result: NOTE
alpha.proxy: no visible global function definition for ‘filled.contour’
alpha.proxy: no visible global function definition for ‘axis’
alpha.proxy: no visible global function definition for ‘contour’
factor.model.stat: no visible global function definition for ‘quantile’
factor.model.stat: no visible global function definition for ‘lsfit’
partial.rainbow: no visible binding for global variable ‘rainbow’
var.shrink.eqcor: no visible global function definition for ‘var’
var.shrink.eqcor: no visible global function definition for ‘quantile’
var.shrink.eqcor: no visible global function definition for ‘cov2cor’
Undefined global functions or variables:
axis contour cov2cor filled.contour lsfit quantile rainbow var
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "axis", "contour", "filled.contour")
importFrom("stats", "cov2cor", "lsfit", "quantile", "var")
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