Skip to content

Releases: btskinner/rscorecard

v0.6.0

27 Nov 15:51

Choose a tag to compare

Updates

  • allow sc_zip() to take zip codes that start with zero (h/t @nateaff), either with string value or by returning leading zeros to numeric values that R drops

v0.5.0

20 Oct 18:11

Choose a tag to compare

Same as v0.4.1 but changed increment level to minor due to changes in way API call is made. As submitted to CRAN.

rscorecard v0.4.1

04 Oct 14:48

Choose a tag to compare

Updates

Bug fix

  • Changed way API call is made (now using httr to make call rather than jsonlite directly) in order to improve parsing on bad lines

Changes

  • added debug option to sc_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

28 Sep 16:17

Choose a tag to compare

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
    making sysdata.rda in ./data-raw/make_dict_hash.R
  • correct sc_get() to use floor() instead of ceiling() so that
    it doesn't make unnecessary API request/pull (h/t @jjchern)

rscorecard 0.3.5

02 Feb 15:21

Choose a tag to compare

Updates

  • increment version to match CRAN

rscorecard 0.3.4

25 Jan 20:41

Choose a tag to compare

Updates

  • small change in license file (still MIT)

rscorecard 0.3.3

21 Jan 00:17

Choose a tag to compare

Updates

Bug fix

  • allow sc_filter() to use subset object vectors

rscorecard 0.3.2

20 Jan 23:26

Choose a tag to compare

Updates

New features

  • allow sc_filter() to use vectors stored in objects
  • allow sc_filter() to use %in% operator

rscorecard 0.3.1

14 Jan 18:45

Choose a tag to compare

Updates

  • small increment for CRAN

rscorecard 0.3.0

14 Jan 18:02

Choose a tag to compare

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