Skip to content

Commit

Permalink
refer to CRAN in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisp committed Jul 13, 2016
1 parent 5c4500c commit 9260253
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ New Zealand election results and census results data in convenient form of two R
[![Travis-CI Build Status](https://travis-ci.org/ellisp/nzelect.svg?branch=master)](https://travis-ci.org/ellisp/nzelect)

## Installation
Currently only available via GitHub. `nzelect` will make it CRAN soon, but `nzcensus` is too large so will remain on GitHub only.
`nzelect` is on CRAN soon, but `nzcensus` is too large so will remain on GitHub only.
```{r eval = FALSE}
# install nzelect:
devtools::install_github("ellisp/nzelect/pkg1")
# install nzelect from CRAN:
install.packages("nzelect")
# install nzcensus:
# install nzcensus from GitHub:
devtools::install_github("ellisp/nzelect/pkg2")
library(nzelect)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ New Zealand election results and census results data in convenient form of two R
[![Travis-CI Build Status](https://travis-ci.org/ellisp/nzelect.svg?branch=master)](https://travis-ci.org/ellisp/nzelect)

## Installation
Currently only available via GitHub. `nzelect` will make it CRAN soon, but `nzcensus` is too large so will remain on GitHub only.
`nzelect` is on CRAN soon, but `nzcensus` is too large so will remain on GitHub only.

```r
# install nzelect:
devtools::install_github("ellisp/nzelect/pkg1")
# install nzelect from CRAN:
install.packages("nzelect")

# install nzcensus:
# install nzcensus from GitHub:
devtools::install_github("ellisp/nzelect/pkg2")

library(nzelect)
Expand Down

0 comments on commit 9260253

Please sign in to comment.