Skip to content

Commit 1f08bd5

Browse files
committed
add cran reference
1 parent 0183752 commit 1f08bd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when
88
Installation
99
------------
1010

11-
The package isn't available on CRAN (yet), but you can install it using `devtools::install_github()`.
11+
The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via `devtools`.
1212

1313
``` r
1414
install.packages("devtools") # if devtools isn't installed

README.rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when
99

1010
## Installation
1111

12-
The package isn't available on CRAN (yet), but you can install it using `devtools::install_github()`.
12+
The package is available on CRAN, and can be installed using `install.packages("ggspatial")`. The development version can be installed via `devtools`.
1313

1414
```{r, eval=FALSE}
1515
install.packages("devtools") # if devtools isn't installed

0 commit comments

Comments
 (0)