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

Minor documentation updates #50

Merged
merged 1 commit into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading