Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
zackarno opened this issue Jun 12, 2024 · 1 comment · Fixed by #50
Closed

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

zackarno opened this issue Jun 12, 2024 · 1 comment · Fixed by #50

Comments

@zackarno
Copy link

zackarno commented Jun 12, 2024

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

``` r
install.packages("nanoarrow")
```

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
Copy link
Collaborator

Great catch! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants