Commit 1f08bd5 1 parent 0183752 commit 1f08bd5 Copy full SHA for 1f08bd5
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when
8
8
Installation
9
9
------------
10
10
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 ` .
12
12
13
13
``` r
14
14
install.packages(" devtools" ) # if devtools isn't installed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Spatial data plus the power of the `ggplot2` framework means easier mapping when
9
9
10
10
## Installation
11
11
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 ` .
13
13
14
14
``` {r, eval=FALSE}
15
15
install.packages("devtools") # if devtools isn't installed
You can’t perform that action at this time.
0 commit comments