Last updated on 2021-01-17 11:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.02 | 3.33 | 25.49 | 28.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.02 | 2.39 | 20.58 | 22.97 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.02 | 44.47 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.02 | 35.54 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.02 | 5.00 | 32.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 1.02 | 3.33 | 24.70 | 28.03 | NOTE | |
r-patched-solaris-x86 | 1.02 | 53.30 | NOTE | |||
r-release-linux-x86_64 | 1.02 | 3.32 | 24.57 | 27.89 | NOTE | |
r-release-macos-x86_64 | 1.02 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.02 | 6.00 | 41.00 | 47.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