Last updated on 2022-06-20 14:51:34 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1-3 | 4.86 | 21.58 | 26.44 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1-3 | 3.72 | 17.22 | 20.94 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1-3 | 44.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1-3 | 43.94 | NOTE | |||
r-devel-windows-x86_64 | 0.1-3 | 26.00 | 45.00 | 71.00 | WARN | |
r-patched-linux-x86_64 | 0.1-3 | 4.79 | 20.98 | 25.77 | NOTE | |
r-release-linux-x86_64 | 0.1-3 | 3.02 | 20.97 | 23.99 | NOTE | |
r-release-macos-arm64 | 0.1-3 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 0.1-3 | 21.00 | NOTE | |||
r-release-windows-x86_64 | 0.1-3 | 10.00 | 44.00 | 54.00 | WARN | |
r-oldrel-macos-arm64 | 0.1-3 | 24.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1-3 | 33.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1-3 | 13.00 | 45.00 | 58.00 | NOTE |
Version: 0.1-3
Check: R code for possible problems
Result: NOTE
RC.read.table: no visible global function definition for 'type.convert'
Undefined global functions or variables:
type.convert
Consider adding
importFrom("utils", "type.convert")
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: 0.1-3
Check: compiled code
Result: NOTE
File ‘RCassandra/libs/RCassandra.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
Version: 0.1-3
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
cass.c:153:17: warning: pointer targets in passing argument 2 of 'send' differ in signedness [-Wpointer-sign]
cass.c:210:21: warning: pointer targets in passing argument 2 of 'recv' differ in signedness [-Wpointer-sign]
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64