Skip to content

Commit 95cffb9

Browse files
author
btskinner
committed
added download instructions for CRAN
1 parent 4b16075 commit 95cffb9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
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
77
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.
88

9-
Download the development version with
9+
Install the latest released version from CRAN with
10+
11+
```{r}
12+
install.packages('rscorecard')
13+
```
14+
15+
Install the latest development version from Github with
1016

1117
```{r}
1218
devtools::install_github('btskinner/rscorecard')

0 commit comments

Comments
 (0)