Last updated on 2020-08-07 01:50:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 1.82 | 34.13 | 35.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.76 | 24.52 | 26.28 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 50.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 40.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.1 | 8.00 | 44.00 | 52.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 1.99 | 32.78 | 34.77 | NOTE | |
r-patched-solaris-x86 | 1.1 | 59.20 | NOTE | |||
r-release-linux-x86_64 | 1.1 | 2.22 | 32.98 | 35.20 | NOTE | |
r-release-macos-x86_64 | 1.1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.1 | 7.00 | 56.00 | 63.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.1 | 4.00 | 54.00 | 58.00 | NOTE |
Version: 1.1
Check: R code for possible problems
Result: NOTE
coef_traceplot: no visible global function definition for 'rainbow'
coef_traceplot: no visible global function definition for 'abline'
coef_traceplot : <anonymous>: no visible global function definition for
'lines'
coef_traceplot: no visible global function definition for 'text'
ee.GEE.aux : <anonymous>: no visible global function definition for
'combn'
Undefined global functions or variables:
abline combn lines rainbow text
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "lines", "text")
importFrom("utils", "combn")
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
Version: 1.1
Check: R code for possible problems
Result: NOTE
coef_traceplot: no visible global function definition for ‘rainbow’
coef_traceplot: no visible global function definition for ‘plot’
coef_traceplot: no visible global function definition for ‘abline’
coef_traceplot : <anonymous>: no visible global function definition for
‘lines’
coef_traceplot: no visible global function definition for ‘text’
ee.GEE.aux : <anonymous>: no visible global function definition for
‘combn’
Undefined global functions or variables:
abline combn lines plot rainbow text
Consider adding
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "lines", "plot", "text")
importFrom("utils", "combn")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64