Skip to content

Commit

Permalink
Minor documentation updates (#50)
Browse files Browse the repository at this point in the history
Applies the suggestion from #46 and closes #47.
  • Loading branch information
paleolimbot authored Jun 15, 2024
1 parent 54f5479 commit 4265b75
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
^cran-comments\.md$
^\.lintr$
^CRAN-SUBMISSION$
^_pkgdown\.yml$
^docs$
^pkgdown$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.vscode
compile_commands.json
.cache
docs
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The goal of geoarrow is to leverage the features of the [arrow](https://arrow.ap
You can install the released version of geoarrow from [CRAN](https://cran.r-project.org/) with:

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

You can install the development version of geoarrow from [GitHub](https://github.com/) with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can install the released version of geoarrow from
[CRAN](https://cran.r-project.org/) with:

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

You can install the development version of geoarrow from
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
url: https://geoarrow.org/geoarrow-r
template:
bootstrap: 5
1 change: 1 addition & 0 deletions man/geoarrow-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4265b75

Please sign in to comment.