Last updated on 2022-05-09 17:52:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 1.61 | 30.83 | 32.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 1.50 | 23.66 | 25.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 39.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 37.51 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 14.00 | 44.00 | 58.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 1.73 | 29.82 | 31.55 | NOTE | |
r-release-linux-x86_64 | 1.1 | 1.94 | 29.17 | 31.11 | NOTE | |
r-release-macos-arm64 | 1.1 | 14.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 5.00 | 41.00 | 46.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 19.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 24.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1 | 5.00 | 32.00 | 37.00 | NOTE |
Version: 1.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-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.1
Check: R code for possible problems
Result: NOTE
akmeans: no visible global function definition for 'kmeans'
Undefined global functions or variables:
kmeans
Consider adding
importFrom("stats", "kmeans")
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