CRAN Package Check Results for Package RVowpalWabbit

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.18 253.75 29.55 283.30 WARN
r-devel-linux-x86_64-debian-gcc 0.0.18 182.75 23.02 205.77 WARN
r-devel-linux-x86_64-fedora-clang 0.0.18 475.50 WARN
r-devel-linux-x86_64-fedora-gcc 0.0.18 378.79 WARN
r-patched-linux-x86_64 0.0.18 200.45 29.98 230.43 OK
r-release-linux-x86_64 0.0.18 206.56 30.56 237.12 OK
r-release-macos-arm64 0.0.18 8.00 ERROR
r-release-macos-x86_64 0.0.18 117.00 NOTE
r-oldrel-macos-arm64 0.0.18 12.00 ERROR
r-oldrel-macos-x86_64 0.0.18 121.00 NOTE

Check Details

Version: 0.0.18
Check: compiled code
Result: WARN
    File ‘RVowpalWabbit/libs/RVowpalWabbit.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Object: ‘parse_args.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-fedora-clang

Version: 0.0.18
Check: compiled code
Result: WARN
    File ‘RVowpalWabbit/libs/RVowpalWabbit.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Object: ‘parse_args.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-gcc, r-devel-linux-x86_64-fedora-gcc

Version: 0.0.18
Check: installed package size
Result: NOTE
     installed size is 5.2Mb
     sub-directories of 1Mb or more:
     test 4.5Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.0.18
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64