Skip to content

Releases: insightsengineering/dunlin

v0.1.8-rc1

24 Oct 08:04
Compare
Choose a tag to compare
update NEWS and description

v0.1.8

24 Oct 12:11
c1fb3a5
Compare
Choose a tag to compare
  • Rules specified under the all_datasets keyword in a format list will apply to every data set of the reformatted object unless specified otherwise.
  • New verbose argument in the reformat method. When applied to list the value of this augment can be controlled with the dunlin.reformat.verbose option or the R_DUNLIN_REFORMAT_VERBOSE environment variable.
  • Improve the output when printing rule objects.
  • New combine_rules and combine_list_rules functions to combine rules or list of rules into a single rule or a single list of rules.

What's Changed

Full Changelog: v0.1.6...v0.1.8

v0.1.7 release

14 Dec 23:24
8747b38
Compare
Choose a tag to compare
  • Rules specified under the all_datasets keyword in a format list will apply to every data set of the reformatted object unless specified otherwise.

v0.1.6

23 Oct 10:47
692cbad
Compare
Choose a tag to compare
  • render_safe now renders placeholder using in priority values corresponding to the key matching exactly the placeholder, case included.
  • New show_whisker function to display the available whiskers.
  • join_adsub_adsl now sends a warning when the continuous or categorical variables are missing or all NA. All NA variables can now be kept using drop_na = FALSE. In addition, missing levels in the pivoted columns can be dropped with drop_lvl = TRUE.
  • Remove mini_pivot_wider function which is no longer used.

What's Changed

  • 127 [bug] join_adsl_adsub fails when column is missing by @BFalquet in #128
  • 130 render_safe for whiskers always use lower-case variables by @BFalquet in #131
  • [skip vbump] 132 [Release]: <v0.1.6> by @BFalquet in #134

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Oct 14:27
512de45
Compare
Choose a tag to compare
  • empty_rule is removed now. rule() will create a normal rule object.
  • By default rule are converting empty space "" to NA upon reformatting.
  • list2rule now tolerates duplicated rules with different names.
  • Specified minimal version of package dependencies.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4 release

25 Jul 04:30
0d366df
Compare
Choose a tag to compare
  • rules now have attributes controlling their behavior during reformatting.
  • reformat can override rule attribute with the corresponding arguments.
  • Add render_safe and add_whisker functions to replaces placeholders enclosed in curly braces with replacement stored in a dedicated environment.
  • read_rule function has been moved into the citril package.

v0.1.4-rc1

21 Jul 01:44
Compare
Choose a tag to compare
v0.1.4-rc1 Pre-release
Pre-release

What's Changed

New Contributors

  • @m7pr made their first contribution in #98

Full Changelog: v0.1.3...v0.1.4-rc1

v0.1.3

24 May 11:49
f8a292d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.3 release candidate 1

23 May 06:42
Compare
Choose a tag to compare
Pre-release
  • Add log_filter function for filtering with additional logs.
  • Remove the use of dm.
  • Introduced ls_explicit_na to replace NA values in an entire list of data.frame.
  • reformat re-levels factors to follow the order provided in the rule that is applied and levels declared in the rule are all integrated to the result.

v0.1.2

14 Mar 15:36
bfc7ba7
Compare
Choose a tag to compare
  • Defined a Reformatting Map (rule object) which specifies the correspondence between the old and the new values in data.
  • Enhanced function dunlin::reformat() that provides generic supports in character and/or factor reformatting while keeping the attributes of the original data (e.g. the data type or labels) unchanged.
  • Improved performance of package by adding more unit tests.
  • Upgraded package dependencies and removed deprecated functions.
  • Updated pkgdown configuration.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2