Last updated on 2022-06-20 14:51:37 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6.4 | 2.50 | 29.65 | 32.15 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6.4 | 2.01 | 23.14 | 25.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6.4 | 49.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6.4 | 48.57 | NOTE | |||
r-devel-windows-x86_64 | 1.6.4 | 10.00 | 59.00 | 69.00 | NOTE | |
r-patched-linux-x86_64 | 1.6.4 | 2.56 | 28.38 | 30.94 | NOTE | |
r-release-linux-x86_64 | 1.6.4 | 2.79 | 28.81 | 31.60 | NOTE | |
r-release-macos-arm64 | 1.6.4 | 18.00 | NOTE | |||
r-release-macos-x86_64 | 1.6.4 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 1.6.4 | 11.00 | 61.00 | 72.00 | NOTE | |
r-oldrel-macos-arm64 | 1.6.4 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.6.4 | 32.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.6.4 | 7.00 | 49.00 | 56.00 | NOTE |
Version: 1.6.4
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'hexbin' which was already attached by Depends.
Please remove these calls from your code.
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.6.4
Check: R code for possible problems
Result: NOTE
hexbinpie: no visible global function definition for 'quantile'
hexbinpie: no visible global function definition for 'polygon'
hexbinpie: no visible global function definition for 'text'
makehexbinplot: no visible global function definition for 'rainbow'
makehexbinplot: no visible global function definition for 'col2rgb'
makehexbinplot: no visible global function definition for 'edit'
makehexbinplot: no visible global function definition for 'dev.new'
makehexbinplot: no visible global function definition for 'plot.new'
makehexbinplot: no visible global function definition for 'plot.window'
makehexbinplot: no visible global function definition for 'box'
makehexbinplot: no visible global function definition for 'axis'
makehexbinplot: no visible global function definition for 'legend'
som.plot: no visible global function definition for 'read.table'
Undefined global functions or variables:
axis box col2rgb dev.new edit legend plot.new plot.window polygon
quantile rainbow read.table text
Consider adding
importFrom("grDevices", "col2rgb", "dev.new", "rainbow")
importFrom("graphics", "axis", "box", "legend", "plot.new",
"plot.window", "polygon", "text")
importFrom("stats", "quantile")
importFrom("utils", "edit", "read.table")
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-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64