CRAN Package Check Results for Package VIC5

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.5 151.58 53.28 204.86 WARN
r-devel-linux-x86_64-debian-gcc 0.2.5 125.65 40.12 165.77 WARN
r-devel-linux-x86_64-fedora-clang 0.2.5 304.03 WARN
r-devel-linux-x86_64-fedora-gcc 0.2.5 276.69 WARN
r-devel-windows-x86_64 0.2.5 226.00 104.00 330.00 OK
r-patched-linux-x86_64 0.2.5 126.09 52.35 178.44 OK
r-release-linux-x86_64 0.2.5 120.18 51.29 171.47 OK
r-release-macos-arm64 0.2.5 78.00 OK
r-release-macos-x86_64 0.2.5 93.00 OK
r-release-windows-x86_64 0.2.5 279.00 110.00 389.00 OK
r-oldrel-macos-arm64 0.2.5 76.00 OK
r-oldrel-macos-x86_64 0.2.5 96.00 OK
r-oldrel-windows-ix86+x86_64 0.2.5 405.00 128.00 533.00 OK

Check Details

Version: 0.2.5
Check: compiled code
Result: WARN
    File ‘VIC5/libs/VIC5.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
     ‘vic/drivers/shared_all/src/input_tools.o’,
     ‘vic/drivers/shared_all/src/print_library_shared.o’,
     ‘vic/drivers/shared_all/src/vic_log.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-debian-clang

Version: 0.2.5
Check: compiled code
Result: WARN
    File ‘VIC5/libs/VIC5.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
     ‘vic/drivers/shared_all/src/print_library_shared.o’,
     ‘vic/drivers/shared_all/src/vic_log.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.2.5
Check: compiled code
Result: WARN
    File ‘VIC5/libs/VIC5.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘vic/drivers/shared_all/src/compress_files.o’,
     ‘vic/drivers/shared_all/src/print_library_shared.o’,
     ‘vic/drivers/shared_all/src/vic_log.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