Last updated on 2020-08-07 01:49:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.33 | 21.35 | 23.68 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.66 | 16.11 | 17.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 36.64 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 27.10 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 31.00 | 37.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.21 | 20.64 | 22.85 | NOTE | |
r-patched-solaris-x86 | 1.0 | 41.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.14 | 20.60 | 22.74 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 29.00 | 33.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 44.00 | 48.00 | NOTE |
Version: 1.0
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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
Version: 1.0
Check: R code for possible problems
Result: NOTE
andrews: no visible global function definition for 'plot.new'
andrews: no visible global function definition for 'plot.window'
andrews: no visible global function definition for 'title'
andrews: no visible global function definition for 'axis'
andrews: no visible global function definition for 'box'
andrews: no visible global function definition for 'lines'
andrews: no visible global function definition for 'rainbow'
andrews: no visible global function definition for 'hsv'
selectand: no visible global function definition for 'lines'
Undefined global functions or variables:
axis box hsv lines plot.new plot.window rainbow title
Consider adding
importFrom("grDevices", "hsv", "rainbow")
importFrom("graphics", "axis", "box", "lines", "plot.new",
"plot.window", "title")
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