Last updated on 2020-08-07 01:49:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.4 | 27.45 | 30.34 | 57.79 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.6.4 | 21.34 | 23.81 | 45.15 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.6.4 | 86.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.4 | 73.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6.4 | 77.00 | 67.00 | 144.00 | NOTE | |
r-patched-linux-x86_64 | 0.6.4 | 21.95 | 29.97 | 51.92 | NOTE | |
r-patched-solaris-x86 | 0.6.4 | 90.10 | NOTE | |||
r-release-linux-x86_64 | 0.6.4 | 19.52 | 30.12 | 49.64 | NOTE | |
r-release-macos-x86_64 | 0.6.4 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.6.4 | 74.00 | 88.00 | 162.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.6.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.4 | 49.00 | 63.00 | 112.00 | NOTE |
Version: 0.6.4
Check: dependencies in R code
Result: NOTE
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
'count_compare'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.6.4
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘DBI’
All declared Imports should be used.
There are ::: calls to the package's namespace in its code. A package
almost never needs to use ::: for its own objects:
‘count_compare’
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64
Version: 0.6.4
Check: compiled code
Result: NOTE
File ‘imputeMulti/libs/imputeMulti.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