Skip to content

Releases: CHOP-CGTInformatics/REDCapTidieR

Release v0.1.3

03 Oct 23:50
Compare
Choose a tag to compare

Version 0.1.3 (Released 2022-10-03)

Bug Fixes

  • Fixed a bug where an internal function, clean_redcap, may not correctly assign variables across instruments to their appropriate tables in cases of similar prefixes
  • Fixed a roxygen2 tag where internal check_* functions were being exported

Documentation Updates

  • Minor DESCRIPTION and README updates
  • renv updates
  • Update pkgdown site

Release v0.1.2

20 Sep 20:25
Compare
Choose a tag to compare

Version 0.1.2 (Released 2022-09-20)

Documentation Updates

  • Addresses feedback received from CRAN
  • DESCRIPTION file fixes for undirected quotation marks (e.g. REDCap to 'REDCap')
  • Fix quotations in @examples tags for bind_tables and extract_table
  • Update pkgdown site

Release v0.1.1

19 Sep 14:55
Compare
Choose a tag to compare

Version 0.1.1 (Released 2022-09-19)

Documentation Updates

  • Addresses feedback received from CRAN
  • DESCRIPTION file fixes for spell check notes
  • roxygen2 examples updated

Release v0.1.0

15 Sep 19:34
Compare
Choose a tag to compare

Version 0.1.0 (Released 2022-09-15)

New Features

  • Introduces read_redcap_tidy(), bind_tables(), extract_table(), and extract_tables() with documentation