You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
geoarrow-r/README.Rmd
Lines 28 to 30 in c843a13
It seems like this should be the instruction
Created on 2024-06-12 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: