Skip to content

Commit

Permalink
Merge pull request #21 from paleolimbot/development
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
paleolimbot authored Jul 11, 2018
2 parents 8723175 + c3b2e2e commit beb3b74
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beb3b74

Please sign in to comment.