Skip to content

Commit

Permalink
add cran reference
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 2, 2017
1 parent 0183752 commit 1f08bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f08bd5

Please sign in to comment.