CRAN Package Check Results for Package bioRad

Last updated on 2023-10-04 20:42:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.2 17.43 497.42 514.85 OK
r-devel-linux-x86_64-debian-gcc 0.7.2 12.00 366.70 378.70 OK
r-devel-linux-x86_64-fedora-clang 0.7.2 606.87 NOTE
r-devel-linux-x86_64-fedora-gcc 0.7.2 617.27 OK
r-devel-windows-x86_64 0.7.2 15.00 412.00 427.00 NOTE
r-patched-linux-x86_64 0.7.2 15.89 492.47 508.36 OK
r-release-linux-x86_64 0.7.2 9.21 495.35 504.56 OK
r-release-macos-arm64 0.7.2 7.00 ERROR
r-release-macos-x86_64 0.7.2 66.00 ERROR
r-release-windows-x86_64 0.7.2 21.00 524.00 545.00 NOTE
r-oldrel-macos-arm64 0.7.2 229.00 NOTE
r-oldrel-macos-x86_64 0.7.2 280.00 NOTE
r-oldrel-windows-x86_64 0.7.2 22.00 394.00 416.00 ERROR

Check Details

Version: 0.7.2
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-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.7.2
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.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'vol2birdR'
Flavor: r-oldrel-windows-x86_64

Version: 0.7.2
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] TRUE
    >
    > # 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