install.packages("nanoarrow")
#> The downloaded binary packages are in
#> /var/folders/61/cp06zhcj4y76q7rfx0qlm06c0000gn/T//Rtmpb3eGO2/downloaded_packages
library(geoarrow)
#> Error in library(geoarrow): there is no package called 'geoarrow'
It seems like this should be the instruction
install.packages("geoarrow")
#> The downloaded binary packages are in
#> /var/folders/61/cp06zhcj4y76q7rfx0qlm06c0000gn/T//Rtmpb3eGO2/downloaded_packages
library(geoarrow)
Just starting to take a look at this package and I noticed in the readme installation instructions, do you really mean to write:
https://github.com/geoarrow/geoarrow-r/blob/c843a13dc755b8c3a21b694a24b5738842d1fede/README.Rmd#L28-L30
It seems like this should be the instruction
Created on 2024-06-12 with reprex v2.0.2