CRAN Package Check Results for Package soobench

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.18 11.93 79.69 91.62 WARN
r-devel-linux-x86_64-debian-gcc 1.9.18 8.97 57.71 66.68 WARN
r-devel-linux-x86_64-fedora-clang 1.9.18 113.51 WARN
r-devel-linux-x86_64-fedora-gcc 1.9.18 105.17 WARN
r-patched-linux-x86_64 1.9.18 10.70 73.54 84.24 NOTE
r-release-linux-x86_64 1.9.18 8.95 73.36 82.31 NOTE
r-release-macos-arm64 1.9.18 33.00 NOTE
r-release-macos-x86_64 1.9.18 51.00 NOTE
r-release-windows-x86_64 1.9.18 90.00 116.00 206.00 NOTE
r-oldrel-macos-arm64 1.9.18 35.00 NOTE
r-oldrel-macos-x86_64 1.9.18 66.00 NOTE
r-oldrel-windows-ix86+x86_64 1.9.18 38.00 161.00 199.00 NOTE

Check Details

Version: 1.9.18
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./bbobStructures.h:123:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:125:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:127:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:128:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:130:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:13:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:14:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:19:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:20:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarks.h:28:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarks.h:29:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarksnoisy.h:33:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarksnoisy.h:34:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     bbobr.c:44:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarks.c:1520:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarks.c:1553:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:161:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:173:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:273:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:283:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarksnoisy.c:1870:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarksnoisy.c:1895:25: 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/soobench.Rcheck/00install.out’ for details.
    * used C compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.9.18
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.9.18
Check: compiled code
Result: WARN
    File ‘soobench/libs/soobench.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘benchmarkshelper.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.9.18
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     bbobStructures.h:123:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:125:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:127:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:128:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:130:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:14:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:20:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.h:33:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobr.c:44:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.c:1520:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.c:1553:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:161:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:173:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:273:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:283:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.c:1870:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.c:1895:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/soobench.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.9.18
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./bbobStructures.h:123:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:125:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:127:34: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:128:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./bbobStructures.h:130:38: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:13:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:14:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:19:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarkshelper.h:20:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarks.h:28:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarks.h:29:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarksnoisy.h:33:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     ./benchmarksnoisy.h:34:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     bbobr.c:44:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarks.c:1520:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarks.c:1553:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:161:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:173:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:273:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarkshelper.c:283:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarksnoisy.c:1870:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     benchmarksnoisy.c:1895:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-clang/soobench.Rcheck/00install.out’ for details.
    * used C compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.9.18
Check: compiled code
Result: WARN
    File ‘soobench/libs/soobench.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘benchmarkshelper.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.9.18
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     bbobStructures.h:123:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:125:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:127:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:128:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobStructures.h:130:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:14:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.h:20:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.h:28:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.h:29:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.h:33:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     bbobr.c:44:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.c:1520:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarks.c:1553:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:161:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:173:8: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:273:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarkshelper.c:283:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.c:1870:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     benchmarksnoisy.c:1895:6: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-devel/soobench.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