Last updated on 2020-08-07 01:50:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-1 | 1.91 | 22.04 | 23.95 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-1 | 1.50 | 17.33 | 18.83 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-1 | 37.60 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-1 | 28.19 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2-1 | 8.00 | 32.00 | 40.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-1 | 1.90 | 21.69 | 23.59 | NOTE | |
r-patched-solaris-x86 | 0.2-1 | 44.90 | NOTE | |||
r-release-linux-x86_64 | 0.2-1 | 1.73 | 21.95 | 23.68 | NOTE | |
r-release-macos-x86_64 | 0.2-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2-1 | 5.00 | 45.00 | 50.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2-1 | 5.00 | 91.00 | 96.00 | NOTE |
Version: 0.2-1
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'stats' in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
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: 0.2-1
Check: R code for possible problems
Result: NOTE
viopoints.default: no visible global function definition for 'par'
viopoints.default: no visible global function definition for 'plot.new'
viopoints.default: no visible global function definition for
'plot.window'
viopoints.default: no visible global function definition for 'axis'
viopoints.default: no visible global function definition for 'arrows'
viopoints.default: no visible global function definition for
'getFromNamespace'
viopoints.default: no visible global function definition for 'title'
viopoints.default: no visible global function definition for 'box'
Undefined global functions or variables:
arrows axis box getFromNamespace par plot.new plot.window title
Consider adding
importFrom("graphics", "arrows", "axis", "box", "par", "plot.new",
"plot.window", "title")
importFrom("utils", "getFromNamespace")
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
Version: 0.2-1
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘vioplot’, ‘beanplot’, ‘beeswarm’, ‘parviol’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang