Skip to content

Releases: btskinner/crosswalkr

v0.3.0

13 May 17:39
Compare
Choose a tag to compare

Update

  • added new data file, sttercrosswalk, that includes territories and jurisdictions

v0.2.6

18 Dec 20:33
Compare
Choose a tag to compare

Updates

  • allow duplicated clean values and labels in crosswalk so raw values can be collapsed (duplicated clean and label values must have 1:1 mapping)

v0.2.5

23 Oct 17:18
Compare
Choose a tag to compare

Updates

  • increment for change in contact information

v0.2.4

01 Mar 23:06
Compare
Choose a tag to compare

Bug fix

  • Bug fix for #3 (h/t @ekatef), in which columns with uppercase names were dropped by default due to internal conflict with case_ignore and drop_extra options.

v0.2.3

25 Feb 15:19
Compare
Choose a tag to compare

Bug fix

  • Bug fix for issue #2 due to update of labelled package to 2.1.0

v0.2.2

24 Oct 16:10
Compare
Choose a tag to compare

Updates

  • encoded vector now output in same class as clean values from crosswalk file; this means that if the raw variable is a character (like state name) and the clean encoding value is an integer (like FIPS code), then the new labelled vector will be an integer class. This is the logical behavior and should work better with transfer to Stata, which only takes labels on numeric classes.
  • new tests

v0.2.1

24 Oct 15:18
Compare
Choose a tag to compare

Updates

  • adjustments to account for new haven labelled classes
  • various improvements and bug fixes

v0.1.2

19 Oct 17:13
Compare
Choose a tag to compare

Updates

  • update documentation
  • update vignette

v0.1.1

17 Oct 10:52
Compare
Choose a tag to compare

Initial CRAN release

v0.1.0

17 Oct 02:52
Compare
Choose a tag to compare

Initial release