Last updated on 2022-06-14 11:49:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 2.48 | 46.46 | 48.94 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.87 | 33.99 | 35.86 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 56.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 56.15 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 24.00 | 62.00 | 86.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.72 | 43.88 | 46.60 | NOTE | |
r-release-linux-x86_64 | 1.1 | 1.91 | 44.63 | 46.54 | NOTE | |
r-release-macos-arm64 | 1.1 | 19.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 25.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 24.00 | 59.00 | 83.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 23.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 34.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 57.00 | 62.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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64