Skip to content

Releases: insightsengineering/dunlin

v0.1.12

04 Dec 15:16
ad61035

Choose a tag to compare

  • New mode argument in log_filter determining whether all tables should be filtered to retain only the rows whose identifiers are present in the filtered data set selected with the table argument. (Previously, the behavior was triggered automatically when the table name was adsl)

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

05 Sep 11:15

Choose a tag to compare

  • Added subject_level_flag() function.

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

15 Apr 09:03
98f3d6b

Choose a tag to compare

  • The log printed by reformat when verbose = TRUE is limited to the tables and column existing in the reformatted data set.

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.10-rc1

14 Apr 15:20

Choose a tag to compare

update NEWS and description

v0.1.9 cran

20 Feb 16:14
813a27f

Choose a tag to compare

  • Change package maintainer to Joe Zhu.

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8-rc1

24 Oct 08:04

Choose a tag to compare

update NEWS and description

v0.1.8

24 Oct 12:11
c1fb3a5

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

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

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

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