Skip to content

Releases: atorus-research/Tplyr

Tplyr 1.2.1

21 Feb 14:06
1fa6c4c
Compare
Choose a tag to compare

Release 1.2.1 is a quick patch follow up to 1.2.0

Tplyr 1.2.1

  • Resolve #178 to add metadata handling for missing subjects, and add the add_anti_join() function

Tplyr 1.2.0

  • Resolve #62 Add data vignette data into the package (thanks for the suggestion @thebioengineer)
  • Resolve #74 Add an example of piping in set_pop_data
  • Resolve #83 Add the add_missing_subjects() function
  • Resolve #84 Add set_limit_data_by() function
  • Resolve #111, #148 Allow ellipsis argument unpacking outside of add_layer()
  • Resolve #129 Add collapse_row_labels() function
  • Resolve #134 Clarify how population data works to trigger denominators
  • Resolve #75, #146, #166 Fix nested count layer handling where one inner layer value exists in multiple outer layer groups
  • Resolve #21, #152 Fix handling of Inf, -Inf in desc layer for min and max
  • Resolve #154 Fix namespace scoping for execution of Tplyr tables within non-global environments
  • Resolve #155 Dead code clean-up
  • Resolve #170 Add replace_leading_whitespace() post-processing function
  • Resolve #173 Fix nested count layer sort variable behavior when using by variables

Thank you to @asbates @ShiyuC @alexhomel @om9391 @elimillera

Tplyr 1.1.0

10 Jan 22:14
6876054
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

Tplyr 1.0.2

08 Nov 20:04
c388147
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

Tplyr 1.0.1

19 Oct 15:25
03f7650
Compare
Choose a tag to compare
  • Fixes an issue with revdeps

What's Changed

Full Changelog: v1.0.0...v1.0.1

Tplyr 1.0.0

14 Oct 21:00
ec1dbbb
Compare
Choose a tag to compare

Tplyr 1.0.0

  • New features
    • Introduction of traceability metadata framework #32
    • Framework for creating re-usable layer templates #66
    • Native pipe compatibility #33
    • Automatically load magrittr pipe #22
    • Refactor of count layer programming #28
    • Allow external precision data for desc layers #27
    • Allow denominators within count layers as formattable values #11
    • Descriptive statistics layers allow stats as columns #37
    • New experimental function set_numeric_threshold()
    • Apply f_str's outside of a Tplyr table with new function apply_formats() #57
    • New post processing function helper str_indent_wrap() for hyphen-enabled string wrapping #59
  • Bug fixes
    • Fix errors in partially provided precision caps #20

v0.4.4

27 Jan 15:08
dabbcbf
Compare
Choose a tag to compare

Tplyr 0.4.4 Release