From 1f08bd5b4e4e55f35e0a105416753831d4768e13 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Sun, 2 Apr 2017 13:35:54 -0300 Subject: [PATCH] add cran reference --- README.md | 2 +- README.rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f40a7e..8554a7a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when Installation ------------ -The package isn't available on CRAN (yet), but you can install it using `devtools::install_github()`. +The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via `devtools`. ``` r install.packages("devtools") # if devtools isn't installed diff --git a/README.rmd b/README.rmd index 3547eb9..ed2b2fa 100644 --- a/README.rmd +++ b/README.rmd @@ -9,7 +9,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when ## Installation -The package isn't available on CRAN (yet), but you can install it using `devtools::install_github()`. +The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via `devtools`. ```{r, eval=FALSE} install.packages("devtools") # if devtools isn't installed