-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed sc_dict bug with dev friendly names
- Loading branch information
btskinner
committed
May 18, 2016
1 parent
ac4a96d
commit 95c3a71
Showing
7 changed files
with
64 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: rscorecard | ||
Title: A Method to Download Department of Education College Scorecard Data | ||
Version: 0.2.4 | ||
Version: 0.2.5 | ||
Authors@R: person("Benjamin", "Skinner", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Author: Benjamin Skinner [aut, cre] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# rscorecard 0.2.5 | ||
|
||
* fixed `sc_dict()` bug that wouldn't allow for search by developer friendly names | ||
|
||
# rscorecard 0.2.4 | ||
|
||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters