Last updated on 2022-12-04 07:55:12 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.94-2 | 6.19 | 30.82 | 37.01 | WARN | |
r-devel-linux-x86_64-debian-gcc | 1.94-2 | 4.83 | 25.00 | 29.83 | WARN | |
r-devel-linux-x86_64-fedora-clang | 1.94-2 | 63.17 | WARN | |||
r-devel-linux-x86_64-fedora-gcc | 1.94-2 | 59.11 | WARN | |||
r-devel-windows-x86_64 | 1.94-2 | 17.00 | 78.00 | 95.00 | OK | |
r-patched-linux-x86_64 | 1.94-2 | 6.19 | 30.29 | 36.48 | OK | |
r-release-linux-x86_64 | 1.94-2 | 4.34 | 30.32 | 34.66 | OK | |
r-release-macos-arm64 | 1.94-2 | 22.00 | OK | |||
r-release-macos-x86_64 | 1.94-2 | 32.00 | OK | |||
r-release-windows-x86_64 | 1.94-2 | 18.00 | 74.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 1.94-2 | 23.00 | OK | |||
r-oldrel-macos-x86_64 | 1.94-2 | 44.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.94-2 | 16.00 | 73.00 | 89.00 | OK |
Version: 1.94-2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
trainLinear.c:20:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
trainLinear.c:93:27: 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.94-2
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
trainLinear.c:20:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
trainLinear.c:93:8: 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.94-2
Check: Rd cross-references
Result: NOTE
Undeclared package ‘LiblineaR’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.94-2
Check: compiled code
Result: WARN
File ‘LiblineaR.ACF/libs/LiblineaR.ACF.so’:
Found ‘vsprintf’, possibly from ‘vsprintf’ (C)
Objects: ‘linear.o’, ‘tron.o’
File ‘LiblineaR.ACF/libs/LiblineaR.ACF.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf.
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.94-2
Check: compiled code
Result: NOTE
File ‘LiblineaR.ACF/libs/LiblineaR.ACF.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.
Flavor: r-devel-linux-x86_64-fedora-gcc