CRAN Package Check Results for Package bioRad

Last updated on 2024-03-28 19:48:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 17.55 489.86 507.41 OK
r-devel-linux-x86_64-debian-gcc 0.7.3 10.36 366.84 377.20 OK
r-devel-linux-x86_64-fedora-clang 0.7.3 650.76 NOTE
r-devel-linux-x86_64-fedora-gcc 0.7.3 617.45 OK
r-devel-windows-x86_64 0.7.3 14.00 411.00 425.00 NOTE
r-patched-linux-x86_64 0.7.3 15.42 480.94 496.36 OK
r-release-linux-x86_64 0.7.3 8.78 470.70 479.48 OK
r-release-macos-arm64 0.7.3 11.00 ERROR
r-release-macos-x86_64 0.7.3 9.00 ERROR
r-release-windows-x86_64 0.7.3 20.00 505.00 525.00 NOTE
r-oldrel-macos-arm64 0.7.3 234.00 NOTE
r-oldrel-windows-x86_64 0.7.3 19.00 391.00 410.00 ERROR

Check Details

Version: 0.7.3
Check: installed package size
Result: NOTE installed size is 5.6Mb sub-directories of 1Mb or more: data 1.6Mb extdata 2.0Mb Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-windows-x86_64

Version: 0.7.3
Check: package dependencies
Result: ERROR Package required but not available: ‘rhdf5’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavors: r-release-macos-arm64, r-release-macos-x86_64

Version: 0.7.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: 'vol2birdR' Flavor: r-oldrel-windows-x86_64

Version: 0.7.3
Check: examples
Result: ERROR Running examples in 'bioRad-Ex.R' failed The error most likely occurred in: > ### Name: calculate_vp > ### Title: Calculate a vertical profile ('vp') from a polar volume ('pvol') > ### file > ### Aliases: calculate_vp > > ### ** Examples > > # Locate and read the polar volume example file > pvolfile <- system.file("extdata", "volume.h5", package = "bioRad") > > # Copy the file to a home directory with read/write permissions > file.copy(pvolfile, "~/volume.h5") [1] FALSE > > # Calculate the profile > vp <- calculate_vp("~/volume.h5") Error in calculate_vp("~/volume.h5") : The package "vol2birdR" is required to run `calculate_vp`. Calls: calculate_vp -> <Anonymous> Execution halted Flavor: r-oldrel-windows-x86_64