Last updated on 2022-06-20 14:51:24 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 11.58 | 23.24 | 34.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 8.36 | 18.43 | 26.79 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 59.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 51.46 | NOTE | |||
r-devel-windows-x86_64 | 1.0 | 39.00 | 55.00 | 94.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 9.20 | 22.88 | 32.08 | NOTE | |
r-release-linux-x86_64 | 1.0 | 7.85 | 22.36 | 30.21 | NOTE | |
r-release-macos-arm64 | 1.0 | 17.00 | NOTE | |||
r-release-macos-x86_64 | 1.0 | 24.00 | NOTE | |||
r-release-windows-x86_64 | 1.0 | 22.00 | 54.00 | 76.00 | NOTE | |
r-oldrel-macos-arm64 | 1.0 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0 | 34.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.0 | 25.00 | 51.00 | 76.00 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
densest: no visible global function definition for 'weighted.mean'
diss: no visible global function definition for 'cov'
neighbors: no visible global function definition for 'cov'
Undefined global functions or variables:
cov weighted.mean
Consider adding
importFrom("stats", "cov", "weighted.mean")
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
Version: 1.0
Check: compiled code
Result: NOTE
File ‘dissUtils/libs/dissUtils.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc