Last updated on 2020-08-07 01:49:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.02 | 3.44 | 23.61 | 27.05 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.02 | 2.53 | 18.50 | 21.03 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.02 | 40.75 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.02 | 31.09 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.02 | 9.00 | 45.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 1.02 | 3.48 | 23.74 | 27.22 | NOTE | |
r-patched-solaris-x86 | 1.02 | 51.60 | NOTE | |||
r-release-linux-x86_64 | 1.02 | 3.39 | 23.65 | 27.04 | NOTE | |
r-release-macos-x86_64 | 1.02 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.02 | 7.00 | 33.00 | 40.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.02 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.02 | 6.00 | 44.00 | 50.00 | 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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64