Skip to content

Commit

Permalink
added download instructions for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
btskinner committed Mar 28, 2016
1 parent 4b16075 commit 95cffb9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
This package is meant to facilitate working with the [U.S. Department of Education College Scorecard](https://collegescorecard.ed.gov) data in R. It is a wrapper
for the Scorecard API that uses piped commands a la [`dplyr`](http://github.com/hadley/dplyr) to convert idiomatic R synax into the correct url format.

Download the development version with
Install the latest released version from CRAN with

```{r}
install.packages('rscorecard')
```

Install the latest development version from Github with

```{r}
devtools::install_github('btskinner/rscorecard')
Expand Down

0 comments on commit 95cffb9

Please sign in to comment.