CRAN Package Check Results for Package SoDA

Last updated on 2022-11-21 07:52:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-6.1 7.18 38.47 45.65 WARN
r-devel-linux-x86_64-debian-gcc 1.0-6.1 5.36 29.92 35.28 WARN
r-devel-linux-x86_64-fedora-clang 1.0-6.1 67.94 WARN
r-devel-linux-x86_64-fedora-gcc 1.0-6.1 67.60 WARN
r-devel-windows-x86_64 1.0-6.1 54.00 77.00 131.00 OK
r-patched-linux-x86_64 1.0-6.1 7.13 36.40 43.53 OK
r-release-linux-x86_64 1.0-6.1 6.37 36.30 42.67 OK
r-release-macos-arm64 1.0-6.1 22.00 OK
r-release-macos-x86_64 1.0-6.1 32.00 OK
r-release-windows-x86_64 1.0-6.1 28.00 65.00 93.00 OK
r-oldrel-macos-arm64 1.0-6.1 29.00 OK
r-oldrel-macos-x86_64 1.0-6.1 42.00 OK
r-oldrel-windows-ix86+x86_64 1.0-6.1 19.00 63.00 82.00 OK

Additional issues

clang15 clang15

Check Details

Version: 1.0-6.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     SoDA_init.c:5:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     crc32.c:161:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
     crc32.c:204:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
     crc32.c:244:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
     digest_C.c:180:21: 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.0-6.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     SoDA_init.c:5:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     crc32.c:161:23: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     digest_C.c:180: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.0-6.1
Check: compiled code
Result: NOTE
    File ‘SoDA/libs/SoDA.so’:
     Found no call to: ‘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