traitecoevo / APCalign

R package for accessing, matching and updating species names of Australian flora
https://traitecoevo.github.io/APCalign/
Other
4 stars 6 forks source link

switch arrow dependancy back to CRAN once arrow macOS binary bug is fixed #185

Closed wcornwell closed 5 months ago

wcornwell commented 6 months ago

work around for installing on macOS until it's fixed:

install.packages("arrow", repos = c('https://apache.r-universe.dev', 'https://cloud.r-project.org'))
remotes::install_github("traitecoevo/APCalign")
wcornwell commented 6 months ago

underlying issue: https://github.com/apache/arrow/issues/40667

wcornwell commented 5 months ago

done