Last updated on 2020-08-07 01:50:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.71 | 18.71 | 20.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.72 | 14.85 | 16.57 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 33.30 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 24.56 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 6.00 | 30.00 | 36.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.03 | 18.61 | 20.64 | NOTE | |
r-patched-solaris-x86 | 1.0 | 38.30 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 2.12 | 18.99 | 21.11 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 7.00 | 43.00 | 50.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 4.00 | 39.00 | 43.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
cluster_cutoff_at_first_empty_bin: no visible global function
definition for 'hist'
mapper1D: no visible global function definition for 'dist'
mapper1D: no visible global function definition for 'as.dist'
mapper1D: no visible global function definition for 'hclust'
mapper1D: no visible global function definition for 'cutree'
mapper2D: no visible global function definition for 'dist'
mapper2D: no visible global function definition for 'as.dist'
mapper2D: no visible global function definition for 'hclust'
mapper2D: no visible global function definition for 'cutree'
Undefined global functions or variables:
as.dist cutree dist hclust hist
Consider adding
importFrom("graphics", "hist")
importFrom("stats", "as.dist", "cutree", "dist", "hclust")
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