Last updated on 2020-08-07 01:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 8.82 | 64.49 | 73.31 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 7.08 | 53.53 | 60.61 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 100.45 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 91.61 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 20.00 | 77.00 | 97.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 7.60 | 64.32 | 71.92 | NOTE | |
r-patched-solaris-x86 | 1.0 | 155.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 8.75 | 63.96 | 72.71 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 14.00 | 78.00 | 92.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 14.00 | 109.00 | 123.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
Decile.Plot: no visible global function definition for 'barplot'
Decile.Plot: no visible global function definition for 'axis'
Sliding.Window: no visible global function definition for 'lines'
Sliding.Window: no visible global function definition for 'legend'
Undefined global functions or variables:
axis barplot legend lines
Consider adding
importFrom("graphics", "axis", "barplot", "legend", "lines")
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.0
Check: R code for possible problems
Result: NOTE
Decile.Plot: no visible global function definition for ‘barplot’
Decile.Plot: no visible global function definition for ‘axis’
Sliding.Window: no visible global function definition for ‘plot’
Sliding.Window: no visible global function definition for ‘lines’
Sliding.Window: no visible global function definition for ‘legend’
Undefined global functions or variables:
axis barplot legend lines plot
Consider adding
importFrom("graphics", "axis", "barplot", "legend", "lines", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64