Last updated on 2020-02-15 01:01:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.29 | 20.59 | 22.88 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.75 | 15.87 | 17.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 27.28 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 26.70 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 5.00 | 31.00 | 36.00 | NOTE | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0 | 7.00 | 40.00 | 47.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.70 | 18.52 | 20.22 | NOTE | |
r-patched-solaris-x86 | 1.0 | 39.70 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.52 | 19.13 | 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