CRAN Package Check Results for Package bioRad

Last updated on 2024-07-06 07:48:48 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.3 17.59 515.04 532.63 OK
r-devel-linux-x86_64-debian-gcc 0.7.3 7.88 293.47 301.35 ERROR
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 20.00 530.00 550.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-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.7.3
Check: examples
Result: ERROR Running examples in ‘bioRad-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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] TRUE > > # 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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed as.data.frame.vp 2.855 0.128 5.331 Flavor: r-devel-linux-x86_64-debian-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