diff --git a/README.md b/README.md index 9c4884e..1ab944a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping. Installation ------------ -The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via **devtools**. Currently, the package depends on the not-quite-releasted version of ggplot2, which can also be installed using **devtools**. +The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via **devtools**. Currently, the package depends on the newly released version of ggplot2, which can be installed using `install.package("ggplot2")`. + +``` r +install.packages("ggspatial") +``` + +Or for the development version: ``` r install.packages("devtools") # if devtools isn't installed diff --git a/README.rmd b/README.rmd index 669d7d7..98de225 100644 --- a/README.rmd +++ b/README.rmd @@ -14,7 +14,13 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping. ## Installation -The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via **devtools**. Currently, the package depends on the not-quite-releasted version of ggplot2, which can also be installed using **devtools**. +The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via **devtools**. Currently, the package depends on the newly released version of ggplot2, which can be installed using `install.package("ggplot2")`. + +```{r, eval=FALSE} +install.packages("ggspatial") +``` + +Or for the development version: ```{r, eval=FALSE} install.packages("devtools") # if devtools isn't installed