Releases: btskinner/rscorecard
Releases · btskinner/rscorecard
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.rda
in./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.rda
size
rscorecard 0.2.8
Updates
- minor updates to URL
- CRAN version
rscorecard 0.2.7
Updates
- fixed canonical link form so CRAN doesn't NOTE me
rscorecard 0.2.6
Updates
- updated internal
dplyr
code to remove deprecated functions