Releases: btskinner/rscorecard
Releases · btskinner/rscorecard
v0.20.0
v0.19.1
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
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
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
usingprint_dev == TRUE
argument - can return notes from data dictionary (if they exist) by setting
print_notes == TRUE
- can now return tibble with dictionary information using
-
users can now request JSON version of returned data by using
return_json == TRUE
insc_get()
-
returned data frame now puts variables in order requested in
sc_select()
-
some new tests