CRAN Package Check Results for Package vroom

Last updated on 2023-12-02 08:50:07 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.6.4 144.72 131.35 276.07 WARN
r-devel-linux-x86_64-debian-gcc 1.6.4 114.00 98.45 212.45 WARN
r-devel-linux-x86_64-fedora-clang 1.6.4 350.49 WARN
r-devel-linux-x86_64-fedora-gcc 1.6.4 423.81 WARN
r-devel-windows-x86_64 1.6.4 127.00 160.00 287.00 WARN
r-patched-linux-x86_64 1.6.4 137.00 124.75 261.75 OK
r-release-linux-x86_64 1.6.4 138.60 124.92 263.52 OK
r-release-macos-arm64 1.6.4 91.00 NOTE
r-release-macos-x86_64 1.6.4 129.00 NOTE
r-release-windows-x86_64 1.6.4 162.00 182.00 344.00 OK
r-oldrel-macos-arm64 1.6.4 93.00 NOTE
r-oldrel-macos-x86_64 1.6.4 134.00 NOTE
r-oldrel-windows-x86_64 1.6.4 148.00 173.00 321.00 OK

Check Details

Version: 1.6.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: ./vroom_big_int.h:60:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_chr.h:42:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_dttm.h:69:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_date.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_dbl.h:41:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_fct.h:126:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_int.h:39:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_num.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_time.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/progress/include/RProgress.h:229:11: warning: format string is not a string literal (potentially insecure) [-Wformat-security] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/progress/include/RProgress.h:231:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/progress/include/RProgress.h:272:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/progress/include/RProgress.h:274:15: warning: format string is not a string literal (potentially insecure) [-Wformat-security] ./vroom_rle.h:44:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] vroom_write.cc:272:16: warning: field precision should have type 'int', but argument has type 'size_type' (aka 'unsigned long') [-Wformat] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/vroom.Rcheck/00install.out’ for details. * used C compiler: ‘Debian clang version 17.0.5 (1)’ * used C++ compiler: ‘Debian clang version 17.0.5 (1)’ Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.6.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: vroom_big_int.h:59:30: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_chr.h:41:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_dttm.h:68:27: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_date.h:50:27: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_dbl.h:40:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_fct.h:125:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_int.h:38:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_num.h:50:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_time.h:50:27: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_rle.h:43:26: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] vroom_write.cc:272:16: warning: field precision specifier ‘.*’ expects argument of type ‘int’, but argument 2 has type ‘std::vector<char>::size_type’ {aka ‘long unsigned int’} [-Wformat=] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/vroom.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’ * used C++ compiler: ‘g++-13 (Debian 13.2.0-5) 13.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.6.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: ./vroom_big_int.h:60:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_chr.h:42:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_dttm.h:69:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_date.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_dbl.h:41:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_fct.h:126:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_int.h:39:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_num.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_time.h:51:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] ./vroom_rle.h:44:9: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] vroom_write.cc:272:16: warning: field precision should have type 'int', but argument has type 'size_type' (aka 'unsigned long') [-Wformat] See ‘/data/gannet/ripley/R/packages/tests-clang/vroom.Rcheck/00install.out’ for details. * used C compiler: ‘clang version 17.0.5’ * used C++ compiler: ‘clang version 17.0.5’ Flavor: r-devel-linux-x86_64-fedora-clang

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

Version: 1.6.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: vroom_big_int.h:59:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_chr.h:41:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_dttm.h:68:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_date.h:50:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_dbl.h:40:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_fct.h:125:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_int.h:38:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_num.h:50:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_time.h:50:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_rle.h:43:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] vroom_write.cc:272:16: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wformat=] See ‘/data/gannet/ripley/R/packages/tests-devel/vroom.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (GCC) 13.2.0’ * used C++ compiler: ‘g++-13 (GCC) 13.2.0’ Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.6.4
Check: whether package can be installed
Result: WARN Found the following significant warnings: vroom_big_int.h:59:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_chr.h:41:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_dttm.h:68:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_date.h:50:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_dbl.h:40:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_fct.h:125:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_int.h:38:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_num.h:50:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_time.h:50:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] unicode_fopen.h:52:52: warning: conversion lacks type at end of format [-Wformat=] unicode_fopen.h:52:14: warning: too many arguments for format [-Wformat-extra-args] unicode_fopen.h:78:52: warning: conversion lacks type at end of format [-Wformat=] unicode_fopen.h:78:14: warning: too many arguments for format [-Wformat-extra-args] vroom_rle.h:43:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] vroom_write.cc:272:16: warning: field precision specifier '.*' expects argument of type 'int', but argument 2 has type 'std::vector<char>::size_type' {aka 'long long unsigned int'} [-Wformat=] See 'd:/Rcompile/CRANpkg/local/4.4/vroom.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' * used C++ compiler: 'g++.exe (GCC) 12.3.0' Flavor: r-devel-windows-x86_64

Version: 1.6.4
Check: installed package size
Result: NOTE installed size is 9.9Mb sub-directories of 1Mb or more: libs 8.4Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64