Skip to content

Releases: btskinner/rscorecard

v0.20.0

28 Jul 16:33
Compare
Choose a tag to compare

Updates

  • update dictionary for 20 July 2021 release of data

v0.19.1

15 Jul 19:38
Compare
Choose a tag to compare

Bug fix

  • corrected for changes to magrittr 2.0 function evaluation order
    (last to first) that meant error messages weren't correctly
    displaying

Updates

  • new error messages for missing sc_select() function
  • updated error messages
  • additional tests for new base R pipe |>

v0.19.0

13 Jul 16:55
Compare
Choose a tag to compare
  • update to only allow filtering on variables allowed due to API changes on 4 April 2021

v0.18.0

12 Jan 21:44
Compare
Choose a tag to compare
  • update dictionary for 12 January 2021 release of data

v0.17.0

03 Dec 22:52
Compare
Choose a tag to compare
  • update dictionary for 2 December 2020 release of data

v0.16.0

02 Jun 23:55
Compare
Choose a tag to compare

Updates

  • update dictionary for 1 June 2020 release of data

v0.15.0

07 Apr 22:31
Compare
Choose a tag to compare

Updates

  • update dictionary for 30 March 2020 release of data

v0.14.0

18 Dec 17:45
Compare
Choose a tag to compare

Updates

  • update dictionary for 12 December 2019 release of data

  • users can now request field of study-level data elements

  • updates to sc_dict() command:

    • can now return tibble with dictionary information using
      return_df argument
    • can turn off printing with print_off argument
    • console-printed dictionary:
      • now returns data element source
      • does not return developer-friendly names by default; turn on
        using print_dev == TRUE argument
      • can return notes from data dictionary (if they exist) by setting
        print_notes == TRUE
  • users can now request JSON version of returned data by using
    return_json == TRUE in sc_get()

  • returned data frame now puts variables in order requested in
    sc_select()

  • some new tests

v0.13.0

01 Oct 17:05
Compare
Choose a tag to compare

Updates

  • update dictionary for 30 September 2019 release of data

v0.12.0

21 May 19:55
Compare
Choose a tag to compare

Updates

  • update dictionary for 21 May 2019 release of data