duawranglr 0.6.7 2021-04-15

  • Removed LazyData: true from DESCRIPTION file

duawranglr 0.6.6 Unreleased

  • Removed SAS test files and tests due to changes in {haven}

duawranglr 0.6.5 2019-11-19

  • Removed {tidyverse} package from Suggests in DESCRIPTION to improve load time

duawranglr 0.6.4 2019-10-23

  • Increment to change contact information

duawranglr 0.6.3 2018-09-16

  • First release on CRAN

duawranglr 0.6.2 Unreleased

Bug fix

  • Appending crosswalk, deid_dua() no longer rewrites column names

duawranglr 0.6.0 Unreleased

Updates

  • When reading in existing crosswalk, only append crosswalk file if new IDs rather than rewriting the entire file

duawranglr 0.5.1 Unreleased

Bug fix

  • fixed bug that dropped existing IDs from crosswalk that weren’t also in current data frame being deidentified

duawranglr 0.5.0 Unreleased

Updates

  • turn off readr::read_delim() progress bar from when reading files
  • converted default path in functions to tempdir() rather than '.'
  • update dua_env when reading in new file so that it has to be rechecked with every new file

Bug fixes

  • deid_dua() only makes IDs for unique old IDs, which was import to set since salt is added to the old ID before making new hashed IDs

duawranglr 0.3.0 Unreleased

Updates

  • added read_dua_file() that reads in admin files and sets check_pass to FALSE whenever a new file is read in as added level of security

duawranglr 0.2.0 Unreleased

Updates

  • deid_dua() now can use existing crosswalk file, which is good for building panel data sets. (fixes #6)
  • update to page link in gh-pages information

Bug fixes

  • fixed error where write_dua_df() would still write the file even if not passing data set check

duawranglr 0.1.0 Unreleased

  • initial release