Releases: btskinner/rscorecard
Releases · btskinner/rscorecard
v0.6.0
v0.5.0
rscorecard v0.4.1
Updates
Bug fix
- Changed way API call is made (now using
httrto make call rather thanjsonlitedirectly) in order to improve parsing on bad lines
Changes
- added
debugoption tosc_get()so that the API URL string could be returned when debugging call - removed old namespace import/exports no longer being used
rscorecard v0.4.0
Updates
- update dictionary for 28 September 2017 release of scorecard data
- update link in introduction vignette
- change contact information
- read data dictionary sheet by name instead of sheet number when
makingsysdata.rdain./data-raw/make_dict_hash.R - correct
sc_get()to usefloor()instead ofceiling()so that
it doesn't make unnecessary API request/pull (h/t @jjchern)
rscorecard 0.3.5
Updates
- increment version to match CRAN
rscorecard 0.3.4
Updates
- small change in license file (still MIT)
rscorecard 0.3.3
Updates
Bug fix
- allow
sc_filter()to use subset object vectors
rscorecard 0.3.2
Updates
New features
- allow
sc_filter()to use vectors stored in objects - allow
sc_filter()to use%in%operator
rscorecard 0.3.1
Updates
- small increment for CRAN
rscorecard 0.3.0
Updates
- update dictionary for 13 January 2017 release of scorecard data
- update
sc_dict()to search all columns by default - update internal hash lookup environment to have less generic name
- reduced internal
sysdata.rdasize