Last updated on 2023-12-01 18:50:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.3 | 17.41 | 498.93 | 516.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.3 | 11.92 | 363.93 | 375.85 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.3 | 601.16 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.3 | 613.94 | OK | |||
r-devel-windows-x86_64 | 0.7.3 | 15.00 | 400.00 | 415.00 | NOTE | |
r-patched-linux-x86_64 | 0.7.3 | 17.67 | 480.84 | 498.51 | OK | |
r-release-linux-x86_64 | 0.7.3 | 8.51 | 480.21 | 488.72 | OK | |
r-release-macos-arm64 | 0.7.3 | 8.00 | ERROR | |||
r-release-macos-x86_64 | 0.7.3 | 11.00 | ERROR | |||
r-release-windows-x86_64 | 0.7.3 | 20.00 | 516.00 | 536.00 | NOTE | |
r-oldrel-macos-arm64 | 0.7.3 | 234.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.7.3 | 273.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.7.3 | 19.00 | 385.00 | 404.00 | ERROR |
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-macos-x86_64, 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] 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