Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchern committed Aug 8, 2017
1 parent cb4aa3a commit a5c9732
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: scorecard
Type: Package
Title: College Scorecard Data, 1996-2014
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: person("JJ", "Chen", , "jiajia.chern@gmail.com", c("aut", "cre"))
Description: Contains data from the College Scorecard <https://collegescorecard.ed.gov>.
Depends:
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

* Added a `NEWS.md` file to track changes to the package.
* Updated to 2014-15 data.

# scorecard 0.2.1

* Drop empty (all NAs) columns for all datasets
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ getting some specific variables quickly, I suggest using the `rscorecard` packag
# Installation

You can also download the datasets as an R package.
The size of the `data` folder is 138.1 MB, so it might take a while to install and load into memory.
The size of the `data` folder is 138.1 MB, so it might take a while to install and load into memory. To download the most recent stable release, use

```R
# install.packages("devtools")
devtools::install_github("jjchern/scorecard")
devtools::install_github("jjchern/scorecard@v0.2.1")

# To uninstall the package, use:
# remove.packages("scorecard")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Related R Package
Installation
============

You can also download the datasets as an R package. The size of the `data` folder is 138.1 MB, so it might take a while to install and load into memory.
You can also download the datasets as an R package. The size of the `data` folder is 138.1 MB, so it might take a while to install and load into memory. To download the most recent stable release, use

``` r
# install.packages("devtools")
devtools::install_github("jjchern/scorecard")
devtools::install_github("jjchern/scorecard@v0.2.1")

# To uninstall the package, use:
# remove.packages("scorecard")
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a5c9732

Please sign in to comment.