geoarrow / geoarrow-r

Extension types for geospatial data for use with 'Arrow'
http://geoarrow.org/geoarrow-r/
Apache License 2.0
152 stars 6 forks source link

readme question - should be `install.packages("geoarrow")` ? #47

Closed zackarno closed 3 months ago

zackarno commented 3 months ago

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

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)

Created on 2024-06-12 with reprex v2.0.2

paleolimbot commented 3 months ago

Great catch! Thanks!