CRAN Package Check Results for Package rforensicbatwing

Last updated on 2023-02-11 12:57:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 26.54 27.63 54.17 WARN
r-devel-linux-x86_64-debian-gcc 1.3.1 25.15 21.69 46.84 WARN
r-devel-linux-x86_64-fedora-clang 1.3.1 81.59 WARN
r-devel-linux-x86_64-fedora-gcc 1.3.1 76.44 WARN
r-devel-windows-x86_64 1.3.1 54.00 88.00 142.00 WARN
r-patched-linux-x86_64 1.3.1 26.35 28.36 54.71 OK
r-release-linux-x86_64 1.3.1 26.30 28.15 54.45 OK
r-release-macos-arm64 1.3.1 22.00 OK
r-release-macos-x86_64 1.3.1 35.00 OK
r-release-windows-x86_64 1.3.1 53.00 89.00 142.00 OK
r-oldrel-macos-arm64 1.3.1 28.00 OK
r-oldrel-macos-x86_64 1.3.1 49.00 OK
r-oldrel-windows-ix86+x86_64 1.3.1 88.00 90.00 178.00 OK

Check Details

Version: 1.3.1
Check: compiled code
Result: WARN
    File ‘rforensicbatwing/libs/rforensicbatwing.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘myio.o’, ‘pars.o’, ‘prior.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.3.1
Check: compiled code
Result: WARN
    File ‘rforensicbatwing/libs/rforensicbatwing.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘myio.o’, ‘pars.o’, ‘prior.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.3.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     newick.c:265:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
     newick.c:346:45: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
     split.c:222:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
     split.c:225:21: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
    See 'd:/Rcompile/CRANpkg/local/4.3/rforensicbatwing.Rcheck/00install.out' for details.
    * used C compiler: 'gcc.exe (GCC) 12.2.0'
    * used C++ compiler: 'g++.exe (GCC) 12.2.0'
Flavor: r-devel-windows-x86_64