diff --git a/.Rbuildignore b/.Rbuildignore index 8e6a0f4..2e78179 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,6 @@ ^cran-comments\.md$ ^\.lintr$ ^CRAN-SUBMISSION$ +^_pkgdown\.yml$ +^docs$ +^pkgdown$ diff --git a/.gitignore b/.gitignore index 3249b6e..cc5683c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .vscode compile_commands.json .cache +docs diff --git a/README.Rmd b/README.Rmd index 9fbd9ac..b48e467 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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: diff --git a/README.md b/README.md index 7b469dc..9eff61a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/_pkgdown.yml b/_pkgdown.yml new file mode 100644 index 0000000..336c705 --- /dev/null +++ b/_pkgdown.yml @@ -0,0 +1,3 @@ +url: https://geoarrow.org/geoarrow-r +template: + bootstrap: 5 diff --git a/man/geoarrow-package.Rd b/man/geoarrow-package.Rd index d6ce4e6..2da7171 100644 --- a/man/geoarrow-package.Rd +++ b/man/geoarrow-package.Rd @@ -11,6 +11,7 @@ Provides extension types and conversions to between R-native object types and 'A \seealso{ Useful links: \itemize{ + \item \url{https://geoarrow.org/geoarrow-r/} \item \url{https://github.com/geoarrow/geoarrow-r} \item Report bugs at \url{https://github.com/geoarrow/geoarrow-r/issues} }