CRAN Package Check Results for Package haven

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.5.1 32.06 71.01 103.07 WARN
r-devel-linux-x86_64-debian-gcc 2.5.1 27.19 52.50 79.69 WARN
r-devel-linux-x86_64-fedora-clang 2.5.1 145.10 WARN
r-devel-linux-x86_64-fedora-gcc 2.5.1 150.64 WARN
r-devel-windows-x86_64 2.5.1 119.00 129.00 248.00 NOTE
r-patched-linux-x86_64 2.5.1 31.13 67.03 98.16 NOTE
r-release-linux-x86_64 2.5.1 25.65 66.36 92.01 NOTE
r-release-macos-arm64 2.5.1 48.00 NOTE
r-release-macos-x86_64 2.5.1 56.00 NOTE
r-release-windows-x86_64 2.5.1 98.00 128.00 226.00 NOTE
r-oldrel-macos-arm64 2.5.1 46.00 NOTE
r-oldrel-macos-x86_64 2.5.1 65.00 NOTE
r-oldrel-windows-ix86+x86_64 2.5.1 115.00 141.00 256.00 NOTE

Check Details

Version: 2.5.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     readstat/readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_bits.c:11:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_parser.c:6:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_variable.c:5:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_variable.c:8:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_writer.c:38:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/../readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/ieee.c:19:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/ieee.c:99:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/readstat_sas.c:123:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/readstat_xport_read.c:48:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por.h:34:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por.c:67:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por_write.c:170:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/../readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/stata/../readstat_bits.h:10:29: 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/haven.Rcheck/00install.out’ for details.
    * used C compiler: ‘Debian clang version 15.0.6’
    * used C++ compiler: ‘Debian clang version 15.0.6’
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.5.1
Check: for GNU extensions in Makefiles
Result: NOTE
    GNU make is a SystemRequirements.
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-devel-windows-x86_64, 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: 2.5.1
Check: compiled code
Result: WARN
    File ‘haven/libs/haven.so’:
     Found ‘__sprintf_chk’, possibly from ‘sprintf’ (C)
     Objects: ‘readstat/spss/readstat_por.o’,
     ‘readstat/stata/readstat_dta_write.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: 2.5.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     readstat/readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_bits.c:11:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_variable.c:5:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_variable.c:8:25: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/ieee.c:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/ieee.c:99:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/readstat_sas.c:123:15: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/readstat_xport_read.c:48:21: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por.c:67:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por_write.c:170:25: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/stata/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/haven.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc-12 (Debian 12.2.0-14) 12.2.0’
    * used C++ compiler: ‘g++-12 (Debian 12.2.0-14) 12.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.5.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     readstat/readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_bits.c:11:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_parser.c:6:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_variable.c:5:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_variable.c:8:41: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/readstat_writer.c:38:40: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/../readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/ieee.c:19:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/ieee.c:99:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/readstat_sas.c:123:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/sas/readstat_xport_read.c:48:35: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por.h:34:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por.c:67:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/readstat_por_write.c:170:43: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/spss/../readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
     readstat/stata/../readstat_bits.h:10:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-clang/haven.Rcheck/00install.out’ for details.
    * used C compiler: ‘clang version 15.0.7’
    * used C++ compiler: ‘clang version 15.0.7’
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.5.1
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘dplyr’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.5.1
Check: compiled code
Result: WARN
    File ‘haven/libs/haven.so’:
     Found ‘sprintf’, possibly from ‘sprintf’ (C)
     Objects: ‘readstat/spss/readstat_por.o’,
     ‘readstat/stata/readstat_dta_write.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: 2.5.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     readstat/readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_bits.c:11:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_variable.c:5:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/readstat_variable.c:8:25: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/ieee.c:19:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/ieee.c:99:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/readstat_sas.c:123:15: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/sas/readstat_xport_read.c:48:21: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por.h:34:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por.c:67:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/readstat_por_write.c:170:25: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/spss/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     readstat/stata/../readstat_bits.h:10:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
    See ‘/data/gannet/ripley/R/packages/tests-devel/haven.Rcheck/00install.out’ for details.
    * used C compiler: ‘gcc (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
    * used C++ compiler: ‘g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)’
Flavor: r-devel-linux-x86_64-fedora-gcc