CRAN Package Check Results for Package GPB

Last updated on 2019-12-13 10:49:33 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.88 17.94 20.82 OK
r-devel-linux-x86_64-debian-gcc 1.0 2.42 14.52 16.94 WARN
r-devel-linux-x86_64-fedora-clang 1.0 26.83 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 25.41 WARN
r-devel-windows-ix86+x86_64 1.0 8.00 35.00 43.00 OK
r-devel-windows-ix86+x86_64-gcc8 1.0 9.00 35.00 44.00 WARN
r-patched-linux-x86_64 1.0 2.55 16.69 19.24 OK
r-patched-solaris-x86 1.0 36.90 OK
r-release-linux-x86_64 1.0 2.49 16.71 19.20 OK
r-release-windows-ix86+x86_64 1.0 11.00 54.00 65.00 OK
r-release-osx-x86_64 1.0 OK
r-oldrel-windows-ix86+x86_64 1.0 6.00 30.00 36.00 OK
r-oldrel-osx-x86_64 1.0 OK

Additional issues

valgrind

Check Details

Version: 1.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     dftcf.c:31:9: warning: array subscript -1 is outside array bounds of ‘int[15]’ [-Warray-bounds]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.0
Check: compiled code
Result: NOTE
    File ‘GPB/libs/GPB.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.0
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     dftcf.c:31:9: warning: array subscript -1 is below array bounds of 'int[15]' [-Warray-bounds]
Flavor: r-devel-windows-ix86+x86_64-gcc8