CRAN Package Check Results for Package BigDataStatMeth

Last updated on 2026-03-16 09:51:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 1662.70 124.41 1787.11 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 1795.94 359.70 2155.64 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 2280.00 106.70 2386.70 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.3 4080.00 16.91 4096.91 ERROR
r-devel-macos-arm64 1.0.3 417.00 -282.00 135.00 OK
r-devel-windows-x86_64 1.0.3 2862.00 542.00 3404.00 OK
r-patched-linux-x86_64 1.0.3 2121.97 566.76 2688.73 OK
r-release-linux-x86_64 1.0.3 2104.16 507.98 2612.14 OK
r-release-macos-arm64 1.0.3 341.00 -226.00 115.00 OK
r-release-macos-x86_64 1.0.3 1560.00 -109.00 1451.00 OK
r-release-windows-x86_64 1.0.3 2873.00 508.00 3381.00 OK
r-oldrel-macos-arm64 1.0.3 336.00 -220.00 116.00 NOTE
r-oldrel-macos-x86_64 1.0.3 1800.00 -34.00 1766.00 NOTE
r-oldrel-windows-x86_64 1.0.3 3509.00 563.00 4072.00 NOTE

Additional issues

M1mac

Check Details

Version: 1.0.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:206:72: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘hsize_t’ {aka ‘long unsigned int’} [-Wformat=] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:206:111: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘hsize_t’ {aka ‘long unsigned int’} [-Wformat=] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:307:79: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘hsize_t’ {aka ‘long unsigned int’} [-Wformat=] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:307:87: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘hsize_t’ {aka ‘long unsigned int’} [-Wformat=] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/BigDataStatMeth.Rcheck/00install.out’ for details. * used C++ compiler: ‘g++-15 (Debian 15.2.0-14) 15.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: examples
Result: ERROR Running examples in ‘BigDataStatMeth-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bdCreate_hdf5_matrix > ### Title: Create hdf5 data file and write data to it > ### Aliases: bdCreate_hdf5_matrix > > ### ** Examples > > > matA <- matrix(c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15), nrow = 3, byrow = TRUE) > bdCreate_hdf5_matrix(filename = "test_temp.hdf5", + object = matA, group = "datasets", + dataset = "datasetA", transp = FALSE, + overwriteFile = TRUE, + overwriteDataset = TRUE, + unlimited = FALSE) Error in bdCreate_hdf5_matrix(filename = "test_temp.hdf5", object = matA, : c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘BigDataStatMeth.Rmd’ using rmarkdown Quitting from BigDataStatMeth.Rmd:133-147 [hdf5Create] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `bdCreate_hdf5_matrix()`: ! c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. --- Backtrace: ▆ 1. └─BigDataStatMeth::bdCreate_hdf5_matrix(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'BigDataStatMeth.Rmd' failed with diagnostics: c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. --- failed re-building ‘BigDataStatMeth.Rmd’ SUMMARY: processing the following file failed: ‘BigDataStatMeth.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.3
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘test_temp.hdf5’ Flavors: r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: whether package can be installed
Result: WARN Found the following significant warnings: ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:207:30: warning: format specifies type 'unsigned long long' but the argument has type 'hsize_t' (aka 'unsigned long') [-Wformat] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:207:43: warning: format specifies type 'unsigned long long' but the argument has type 'hsize_t' (aka 'unsigned long') [-Wformat] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:307:91: warning: format specifies type 'unsigned long long' but the argument has type 'hsize_t' (aka 'unsigned long') [-Wformat] ../inst/include/hdf5Utilities/hdf5DiagonalMethods.hpp:307:98: warning: format specifies type 'unsigned long long' but the argument has type 'hsize_t' (aka 'unsigned long') [-Wformat] See ‘/data/gannet/ripley/R/packages/tests-clang/BigDataStatMeth.Rcheck/00install.out’ for details. * used C++ compiler: ‘clang version 22.1.1 (https://github.com/llvm/llvm-project fef02d48c08db859ef83f84232ed78bd9d1c323a)’ Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: examples
Result: ERROR Running examples in ‘BigDataStatMeth-Ex.R’ failed The error most likely occurred in: > ### Name: bdCreate_hdf5_matrix > ### Title: Create hdf5 data file and write data to it > ### Aliases: bdCreate_hdf5_matrix > > ### ** Examples > > > matA <- matrix(c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15), nrow = 3, byrow = TRUE) > bdCreate_hdf5_matrix(filename = "test_temp.hdf5", + object = matA, group = "datasets", + dataset = "datasetA", transp = FALSE, + overwriteFile = TRUE, + overwriteDataset = TRUE, + unlimited = FALSE) Error in bdCreate_hdf5_matrix(filename = "test_temp.hdf5", object = matA, : c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘BigDataStatMeth.Rmd’ using rmarkdown Quitting from BigDataStatMeth.Rmd:133-147 [hdf5Create] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `bdCreate_hdf5_matrix()`: ! c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. --- Backtrace: ▆ 1. └─BigDataStatMeth::bdCreate_hdf5_matrix(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'BigDataStatMeth.Rmd' failed with diagnostics: c++ exception bdCreate_hdf5_matrix openFile error: HDF5 file is in use by another process. --- failed re-building ‘BigDataStatMeth.Rmd’ SUMMARY: processing the following file failed: ‘BigDataStatMeth.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.3
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.0.3
Check: installed package size
Result: NOTE installed size is 110.8Mb sub-directories of 1Mb or more: doc 1.2Mb include 1.4Mb libs 107.7Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.0.3
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.