CRAN Package Check Results for Package thor

Last updated on 2023-01-25 04:51:50 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 12.86 41.53 54.39 WARN
r-devel-linux-x86_64-debian-gcc 1.1.2 9.18 32.40 41.58 WARN
r-devel-linux-x86_64-fedora-clang 1.1.2 68.74 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.2 76.64 WARN
r-patched-linux-x86_64 1.1.2 9.64 39.28 48.92 NOTE
r-release-linux-x86_64 1.1.2 9.32 39.89 49.21 NOTE
r-release-macos-arm64 1.1.2 25.00 NOTE
r-release-macos-x86_64 1.1.2 33.00 NOTE
r-release-windows-x86_64 1.1.2 29.00 79.00 108.00 WARN
r-oldrel-macos-arm64 1.1.2 28.00 NOTE
r-oldrel-macos-x86_64 1.1.2 44.00 NOTE
r-oldrel-windows-ix86+x86_64 1.1.2 31.00 84.00 115.00 NOTE

Check Details

Version: 1.1.2
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./thor.h:18:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:21:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:23:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:106:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:9:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:23:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:35:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:748:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/thor.Rcheck/00install.out’ for details.
    * used C compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.1.2
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.1.2
Check: compiled code
Result: WARN
    File ‘thor/libs/thor.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘lmdb/mdb.o’, ‘util.o’
    
    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.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     thor.h:18:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:21:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:23:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:106:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:9:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:23:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:35:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:748:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/thor.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.2
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./thor.h:18:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:21:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:23:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./thor.h:106:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:9:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:23:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:35:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     thor.c:748:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-clang/thor.Rcheck/00install.out’ for details.
    * used C compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.2
Check: compiled code
Result: WARN
    File ‘thor/libs/thor.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘lmdb/mdb.o’, ‘util.o’
    
    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.
    
    See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.2
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     thor.h:18:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:21:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:23:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.h:106:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:9:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:23:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:35:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     thor.c:748:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-devel/thor.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.2
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     lmdb/mdb.c:10787:24: warning: ISO C does not support the 'I' printf flag [-Wformat=]
Flavor: r-release-windows-x86_64