CRAN Package Check Results for Package matrixStats

Last updated on 2023-12-06 16:53:17 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 31.99 301.14 333.13 WARN
r-devel-linux-x86_64-debian-gcc 1.1.0 20.03 226.77 246.80 WARN
r-devel-linux-x86_64-fedora-clang 1.1.0 404.33 WARN
r-devel-linux-x86_64-fedora-gcc 1.1.0 453.84 WARN
r-devel-windows-x86_64 1.1.0 37.00 236.00 273.00 WARN
r-patched-linux-x86_64 1.1.0 32.95 358.66 391.61 OK
r-release-linux-x86_64 1.1.0 28.35 355.70 384.05 OK
r-release-macos-arm64 1.1.0 142.00 OK
r-release-macos-x86_64 1.1.0 501.00 OK
r-release-windows-x86_64 1.1.0 38.00 383.00 421.00 OK
r-oldrel-macos-arm64 1.1.0 114.00 OK
r-oldrel-macos-x86_64 1.0.0 181.00 OK
r-oldrel-windows-x86_64 1.1.0 44.00 407.00 451.00 OK

Check Details

Version: 1.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: binCounts.c:25:85: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:33:85: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] colOrderStats.c:58:51: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:30:72: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:33:15: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:33:22: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:69:131: warning: format specifies type 'int' but the argument has type 'double' [-Wformat] rowOrderStats.c:58:51: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMean.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMean.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMedian.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMedian.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/matrixStats.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.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: binCounts.c:25:81: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] binMeans.c:26:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] binMeans.c:26:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] binMeans.c:33:81: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] colOrderStats.c:58:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] indexByRow.c:30:68: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] indexByRow.c:32:62: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] indexByRow.c:32:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] indexByRow.c:69:93: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘double’ [-Wformat=] rowOrderStats.c:58:47: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] weightedMean.c:26:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] weightedMean.c:26:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] weightedMedian.c:26:60: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] weightedMedian.c:26:66: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘R_xlen_t’ {aka ‘long int’} [-Wformat=] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/matrixStats.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (Debian 13.2.0-7) 13.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: binCounts.c:25:85: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] binMeans.c:33:85: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] colOrderStats.c:58:51: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:30:72: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:33:15: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:33:22: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] indexByRow.c:69:131: warning: format specifies type 'int' but the argument has type 'double' [-Wformat] rowOrderStats.c:58:51: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMean.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMean.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMedian.c:26:70: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] weightedMedian.c:26:74: warning: format specifies type 'int' but the argument has type 'R_xlen_t' (aka 'long') [-Wformat] See ‘/data/gannet/ripley/R/packages/tests-clang/matrixStats.Rcheck/00install.out’ for details. * used C compiler: ‘clang version 17.0.5’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: binCounts.c:25:81: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] binMeans.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] binMeans.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] binMeans.c:33:81: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] colOrderStats.c:58:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] indexByRow.c:30:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] indexByRow.c:32:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] indexByRow.c:32:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] indexByRow.c:69:93: warning: format '%d' expects argument of type 'int', but argument 4 has type 'double' [-Wformat=] rowOrderStats.c:58:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] weightedMean.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] weightedMean.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] weightedMedian.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] weightedMedian.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long int'} [-Wformat=] See ‘/data/gannet/ripley/R/packages/tests-devel/matrixStats.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-13 (GCC) 13.2.0’ Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.1.0
Check: whether package can be installed
Result: WARN Found the following significant warnings: binCounts.c:25:81: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] binMeans.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] binMeans.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] binMeans.c:33:81: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] colOrderStats.c:58:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] indexByRow.c:30:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] indexByRow.c:32:62: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] indexByRow.c:32:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] indexByRow.c:69:93: warning: format '%d' expects argument of type 'int', but argument 4 has type 'double' [-Wformat=] rowOrderStats.c:58:47: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] weightedMean.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] weightedMean.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] weightedMedian.c:26:60: warning: format '%d' expects argument of type 'int', but argument 2 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] weightedMedian.c:26:66: warning: format '%d' expects argument of type 'int', but argument 3 has type 'R_xlen_t' {aka 'long long int'} [-Wformat=] See 'd:/Rcompile/CRANpkg/local/4.4/matrixStats.Rcheck/00install.out' for details. * used C compiler: 'gcc.exe (GCC) 12.3.0' Flavor: r-devel-windows-x86_64