adokter / vol2birdR

R package for the vol2bird algorithm: generate vertical profiles of biological signals in weather radar data
https://adokter.github.io/vol2birdR
GNU Lesser General Public License v3.0
5 stars 3 forks source link

proj library not found for macOS 14 Sonoma when running R-CMD-CHECK github action #66

Open adokter opened 1 month ago

adokter commented 1 month ago

The R-CMD-CHECK.yaml Github action fails with a message that proj library cannot be found when using the latest Mac OSX os (macos-14), therefore macos-latest needs to be downgraded to macos-13, see https://github.com/adokter/vol2birdR/blob/c5fef94190a0a9b56bc163d0aec158e69747b70a/.github/workflows/R-CMD-check.yaml#L21 Unclear whether this means there is a general issue with finding the proj library on macOS 14 Sonoma. Mac Binaries on CRAN are still building correctly

adokter commented 3 weeks ago

See also #75, macos-13 is ARM and not Intel as previous versions

adokter commented 3 weeks ago

new linking used in vol2birdR 1.0.4 does not resolve this issue, see https://github.com/adokter/vol2birdR/pull/83