Last updated on 2022-11-03 18:49:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5 | 2.88 | 22.12 | 25.00 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.5 | 2.29 | 17.46 | 19.75 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.5 | 42.37 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.5 | 41.99 | WARN | |||
r-devel-windows-x86_64 | 1.5 | 6.00 | 55.00 | 61.00 | WARN | |
r-patched-linux-x86_64 | 1.5 | 2.17 | 21.17 | 23.34 | OK | |
r-release-linux-x86_64 | 1.5 | 2.65 | 21.22 | 23.87 | OK | |
r-release-macos-arm64 | 1.5 | 16.00 | OK | |||
r-release-macos-x86_64 | 1.5 | 24.00 | OK | |||
r-release-windows-x86_64 | 1.5 | 8.00 | 47.00 | 55.00 | WARN | |
r-oldrel-macos-arm64 | 1.5 | 20.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5 | 28.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.5 | 7.00 | 36.00 | 43.00 | WARN |
Version: 1.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
./map_lib.h:42:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
map_lib.c:45:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang
Version: 1.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
map_lib.h:42:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
map_lib.c:45:7: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc
Version: 1.5
Check: compiled code
Result: NOTE
File ‘lxb/libs/lxb.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: 1.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
lxb.c:62:25: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
lxb.c:62:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 4 [-Wformat-overflow=]
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 1.5
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
lxb.c:62:21: warning: '%d' directive writing between 1 and 11 bytes into a region of size 4 [-Wformat-overflow=]
Flavor: r-oldrel-windows-ix86+x86_64