Last updated on 2022-04-08 01:48:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6 | 3.61 | 33.52 | 37.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6 | 2.64 | 26.61 | 29.25 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6 | 45.54 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6 | 34.17 | NOTE | |||
r-devel-windows-x86_64-new-UL | 1.6 | 16.00 | 51.00 | 67.00 | NOTE | |
r-patched-linux-x86_64 | 1.6 | 3.46 | 33.30 | 36.76 | NOTE | |
r-release-linux-x86_64 | 1.6 | 2.97 | 32.43 | 35.40 | NOTE | |
r-release-macos-arm64 | 1.6 | NOTE | ||||
r-release-macos-x86_64 | 1.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.6 | 9.00 | 51.00 | 60.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.6 | 9.00 | 49.00 | 58.00 | NOTE |
Version: 1.6
Check: R code for possible problems
Result: NOTE
netVal: no visible global function definition for 'cutree'
netVal: no visible global function definition for 'hclust'
netVal: no visible global function definition for 'as.dist'
Undefined global functions or variables:
as.dist cutree hclust
Consider adding
importFrom("stats", "as.dist", "cutree", "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-x86_64-new-UL, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.6
Check: compiled code
Result: NOTE
File ‘NetComp/libs/NetComp.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