Last updated on 2021-01-19 06:51:10 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.6 | 3.19 | 23.66 | 26.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.6 | 2.43 | 19.08 | 21.51 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.6 | 41.92 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.6 | 31.80 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.6 | 7.00 | 36.00 | 43.00 | NOTE | |
r-patched-linux-x86_64 | 1.6 | 2.95 | 22.87 | 25.82 | NOTE | |
r-patched-solaris-x86 | 1.6 | 47.80 | NOTE | |||
r-release-linux-x86_64 | 1.6 | 2.78 | 23.43 | 26.21 | NOTE | |
r-release-macos-x86_64 | 1.6 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.6 | 7.00 | 47.00 | 54.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.6 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.6 | 6.00 | 36.00 | 42.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-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
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