CRAN Package Check Results for Package GaSP

Last updated on 2022-10-09 05:49:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 16.81 88.69 105.50 WARN
r-devel-linux-x86_64-debian-gcc 1.0.1 13.78 71.01 84.79 WARN
r-devel-linux-x86_64-fedora-clang 1.0.1 145.50 WARN
r-devel-linux-x86_64-fedora-gcc 1.0.1 146.51 WARN
r-devel-windows-x86_64 1.0.1 49.00 270.00 319.00 WARN
r-patched-linux-x86_64 1.0.1 13.17 88.16 101.33 OK
r-release-linux-x86_64 1.0.1 12.58 86.02 98.60 OK
r-release-macos-arm64 1.0.1 61.00 OK
r-release-macos-x86_64 1.0.1 48.00 OK
r-release-windows-x86_64 1.0.1 51.00 264.00 315.00 OK
r-oldrel-macos-arm64 1.0.1 53.00 OK
r-oldrel-macos-x86_64 1.0.1 59.00 OK
r-oldrel-windows-ix86+x86_64 1.0.1 55.00 210.00 265.00 OK

Additional issues

clang15 clang15 M1mac rchk

Check Details

Version: 1.0.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./lib.h:555:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./lib.h:568:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     krmle.c:392:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     libstr.c:371:30: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 1.0.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     lib.h:555:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     lib.h:568:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     libstr.c:371:26: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.0.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     libstr.c:371:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
Flavor: r-devel-windows-x86_64