CRAN Package Check Results for Package hdf5r

Last updated on 2023-12-01 03:56:30 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.8 63.10 143.87 206.97 WARN
r-devel-linux-x86_64-debian-gcc 1.3.8 53.13 104.00 157.13 WARN
r-devel-linux-x86_64-fedora-clang 1.3.8 253.40 WARN
r-devel-linux-x86_64-fedora-gcc 1.3.8 285.45 WARN
r-devel-windows-x86_64 1.3.8 55.00 143.00 198.00 WARN
r-patched-linux-x86_64 1.3.8 63.47 135.75 199.22 OK
r-release-linux-x86_64 1.3.8 61.42 133.36 194.78 OK
r-release-macos-arm64 1.3.8 98.00 NOTE
r-release-macos-x86_64 1.3.8 141.00 NOTE
r-release-windows-x86_64 1.3.8 71.00 173.00 244.00 NOTE
r-oldrel-macos-arm64 1.3.8 83.00 NOTE
r-oldrel-macos-x86_64 1.3.8 96.00 NOTE
r-oldrel-windows-x86_64 1.3.8 59.00 152.00 211.00 NOTE

Check Details

Version: 1.3.8
Check: whether package can be installed
Result: WARN Found the following significant warnings: datatype_export.c:67:19: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat] datatype_export.c:67:31: warning: format specifies type '__int64' (aka 'long long') but the argument has type 'hid_t' (aka 'long') [-Wformat] convert.c:261:82: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] convert.c:261:98: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] convert.c:2700:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] H5Error.c:115:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Wrapper_manual_H5T.c:76:108: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/hdf5r.Rcheck/00install.out’ for details. * used C compiler: ‘Debian clang version 17.0.5 (1)’ Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.3.8
Check: Rd files
Result: NOTE checkRd: (-1) H5File-class.Rd:202: Lost braces; missing escapes or markup? 202 | \item{robj}{An R-object to take as a template for creating the dataset. Either \code{robj} or both \code{dtype} and {space} | ^ checkRd: (-1) H5Group-class.Rd:138: Lost braces; missing escapes or markup? 138 | \item{robj}{An R-object to take as a template for creating the dataset. Either \code{robj} or both \code{dtype} and {space} | ^ checkRd: (-1) H5P_factory.Rd:5: Lost braces 5 | \title{Create an \\code{\\link{H5P}} out of an id} | ^ checkRd: (-1) H5P_factory.Rd:5: Lost braces 5 | \title{Create an \\code{\\link{H5P}} out of an id} | ^ checkRd: (-1) H5P_factory.Rd:16: Lost braces 16 | Create an \\code{\\link{H5P}} out of an id | ^ checkRd: (-1) H5P_factory.Rd:16: Lost braces 16 | Create an \\code{\\link{H5P}} out of an id | ^ checkRd: (-1) H5P_factory.Rd:13: Lost braces 13 | An object of class \\code{\\link{H5P}} | ^ checkRd: (-1) H5P_factory.Rd:13: Lost braces 13 | An object of class \\code{\\link{H5P}} | ^ checkRd: (-1) args_regularity_evaluation.Rd:21: Lost braces 21 | \code{needs_reshuffle}, code{reshuffle}, \code{result_dims_pre_shuffle}, \code{result_dims_post_shuffle}, \code{max_dims} | ^ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.3.8
Check: Rd \usage sections
Result: NOTE Documented arguments not in \usage in Rd file 'check_arg_for_hyperslab_func.Rd': ‘cur_arg’ Documented arguments not in \usage in Rd file 'extract_dim.Rd': ‘x’ Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter ‘Writing R documentation files’ 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-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 1.3.8
Check: whether package can be installed
Result: WARN Found the following significant warnings: datatype_export.c:67:13: warning: ISO C does not support the 'I' printf flag [-Wformat=] datatype_export.c:67:22: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘hid_t’ {aka ‘long int’} [-Wformat=] convert.c:261:63: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] convert.c:261:76: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] Wrapper_manual_H5T.c:76:57: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long long int’ [-Wformat=] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/hdf5r.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (Debian 13.2.0-5) 13.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.3.8
Check: whether package can be installed
Result: WARN Found the following significant warnings: datatype_export.c:67:19: warning: length modifier 'I64' results in undefined behavior or no effect with 'd' conversion specifier [-Wformat] datatype_export.c:67:31: warning: format specifies type '__int64' (aka 'long long') but the argument has type 'hid_t' (aka 'long') [-Wformat] convert.c:261:82: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] convert.c:261:98: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] convert.c:2700:13: warning: format string is not a string literal (potentially insecure) [-Wformat-security] H5Error.c:115:9: warning: format string is not a string literal (potentially insecure) [-Wformat-security] Wrapper_manual_H5T.c:76:108: warning: format specifies type 'int' but the argument has type 'long long' [-Wformat] See ‘/data/gannet/ripley/R/packages/tests-clang/hdf5r.Rcheck/00install.out’ for details. * used C compiler: ‘clang version 17.0.5’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.8
Check: whether package can be installed
Result: WARN Found the following significant warnings: datatype_export.c:67:13: warning: ISO C does not support the 'I' printf flag [-Wformat=] datatype_export.c:67:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'hid_t' {aka 'long int'} [-Wformat=] convert.c:261:63: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] convert.c:261:76: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] Wrapper_manual_H5T.c:76:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] See ‘/data/gannet/ripley/R/packages/tests-devel/hdf5r.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (GCC) 13.2.0’ Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.3.8
Check: whether package can be installed
Result: WARN Found the following significant warnings: Wrapper_manual_H5T.c:76:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] convert.c:261:63: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] convert.c:261:76: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] 1_8_16/datatype_export.c:67:22: warning: format '%I64d' expects argument of type 'long long int', but argument 3 has type 'hid_t' {aka 'int'} [-Wformat=] See 'd:/Rcompile/CRANpkg/local/4.4/hdf5r.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' Flavor: r-devel-windows-x86_64

Version: 1.3.8
Check: installed package size
Result: NOTE installed size is 5.7Mb sub-directories of 1Mb or more: libs 3.2Mb Flavors: r-devel-windows-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-x86_64