Last updated on 2020-01-20 01:50:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.29 | 20.06 | 22.35 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.57 | 15.87 | 17.44 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 27.53 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.30 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 30.00 | 37.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 5.00 | 34.00 | 39.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.58 | 18.91 | 20.49 | NOTE | |
r-patched-solaris-x86 | 1.0 | 39.90 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.76 | 18.89 | 20.65 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 4.00 | 44.00 | 48.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 27.00 | 29.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | 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-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-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-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64