CRAN Package Check Results for Package bioRad

Last updated on 2024-07-05 16:56:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 16.61 515.72 532.33 OK
r-devel-linux-x86_64-debian-gcc 0.7.3 12.50 370.58 383.08 OK
r-devel-linux-x86_64-fedora-clang 0.7.3 529.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.7.3 520.67 ERROR
r-devel-windows-x86_64 0.7.3 15.00 408.00 423.00 NOTE
r-patched-linux-x86_64 0.7.3 23.47 489.96 513.43 OK
r-release-linux-x86_64 0.7.3 8.43 481.15 489.58 OK
r-release-macos-arm64 0.7.3 198.00 NOTE
r-release-macos-x86_64 0.7.3 426.00 NOTE
r-release-windows-x86_64 0.7.3 14.00 414.00 428.00 NOTE
r-oldrel-macos-arm64 0.7.3 200.00 NOTE
r-oldrel-macos-x86_64 0.7.3 612.00 NOTE
r-oldrel-windows-x86_64 0.7.3 21.00 537.00 558.00 NOTE

Additional issues

noSuggests

Check Details

Version: 0.7.3
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘vol2birdR’ Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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-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

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`. Installation may require pre-installation of additional system libraries, see https://github.com/adokter/vol2birdR#install for instructions. Calls: calculate_vp -> <Anonymous> Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc