Releases: insightsengineering/dunlin
Releases · insightsengineering/dunlin
v0.1.12
- New
modeargument inlog_filterdetermining whether all tables should be filtered to retain only the rows whose identifiers are present in the filtered data set selected with thetableargument. (Previously, the behavior was triggered automatically when thetablename wasadsl)
What's Changed
- add new
modeargument by @BFalquet in #182 - [skip vbump] 183 [CRAN Release]: 0.1.12 by @BFalquet in #184
Full Changelog: v0.1.11...v0.1.12
v0.1.11
- Added
subject_level_flag()function.
What's Changed
- Adding
subject_level_flag()function by @ddsjoberg in #178 - [skip vbump] CRAN Release v0.1.11 by @BFalquet in #180
New Contributors
- @ddsjoberg made their first contribution in #178
Full Changelog: v0.1.10...v0.1.11
v0.1.10
- The log printed by
reformatwhenverbose = TRUEis limited to the tables and column existing in the reformatted data set.
What's Changed
- Update DESCRIPTION by @shajoezhu in #172
- Create .revdeprefs.yaml by @shajoezhu in #174
- Trim reformat log@main by @BFalquet in #175
- [skip vbump] CRAN Release 0.1.10 by @BFalquet in #177
Full Changelog: v0.1.9...v0.1.10
v0.1.10-rc1
update NEWS and description
v0.1.9 cran
- Change package maintainer to Joe Zhu.
What's Changed
- add rmarkdown to VignetteBuilder by @pawelru in #168
- rm staged dep by @shajoezhu in #170
- change maintainer [skip vbump] by @shajoezhu in #171
New Contributors
- @shajoezhu made their first contribution in #170
Full Changelog: v0.1.8...v0.1.9
v0.1.8-rc1
update NEWS and description
v0.1.8
- Rules specified under the
all_datasetskeyword in a format list will apply to every data set of the reformatted object unless specified otherwise. - New
verboseargument in thereformatmethod. When applied tolistthe value of this augment can be controlled with thedunlin.reformat.verboseoption or theR_DUNLIN_REFORMAT_VERBOSEenvironment variable. - Improve the output when printing
ruleobjects. - New
combine_rulesandcombine_list_rulesfunctions to combine rules or list of rules into a single rule or a single list of rules.
What's Changed
- all_dataset keyword. by @BFalquet in #129
- 136 improve error messages by @BFalquet in #137
- update authors by @clarkliming in #138
- Workflow propagation by @walkowif in #141
- [skip vbump] prep cran release by @clarkliming in #140
- Add CRAN release template by @walkowif in #142
- fix deps in roxygenize pre-commit hook by @pawelru in #146
- Propagate files from insightsengineering/.github by @insights-engineering-bot in #148
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #149
- strict tests; enhancements by @pawelru in #145
- Workflow propagation by @walkowif in #150
- Bumps
{rmarkdown}minimal version by @averissimo in #154 - Workflow propagations by @walkowif in #156
- update roxygen note by @pawelru in #159
- Workflow propagations by @walkowif in #161
- update readme by @pawelru in #160
- Readable code poc@main by @BFalquet in #162
- 163 since format is printed, we may want to improve how formats are printed, currently it is by @BFalquet in #164
- Hierarchical metadata@main by @BFalquet in #165
- [skip vbump] release v0.1.8 by @BFalquet in #167
Full Changelog: v0.1.6...v0.1.8
v0.1.7 release
- Rules specified under the
all_datasetskeyword in a format list will apply to every data set of the reformatted object unless specified otherwise.
v0.1.6
render_safenow renders placeholder using in priority values corresponding to the key matching exactly the placeholder, case included.- New
show_whiskerfunction to display the available whiskers. join_adsub_adslnow sends a warning when the continuous or categorical variables are missing or allNA. AllNAvariables can now be kept usingdrop_na = FALSE. In addition, missing levels in the pivoted columns can be dropped withdrop_lvl = TRUE.- Remove
mini_pivot_widerfunction 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
empty_ruleis removed now.rule()will create a normalruleobject.- By default
ruleare converting empty space""toNAupon reformatting. list2rulenow tolerates duplicated rules with different names.- Specified minimal version of package dependencies.
What's Changed
- remove empty rules by @clarkliming in #114
- 116 use "" as default argument for .to_na in rule by @BFalquet in #118
- 117 list2rules checks uniqueness of elements by @BFalquet in #121
- Workflow propagation by @walkowif in #120
- clean up h_ws_to_NA functions by @clarkliming in #123
- Adds min package version by @averissimo in #111
- [skip vbump] dunlin v0.1.5 by @BFalquet in #125
New Contributors
- @averissimo made their first contribution in #111
Full Changelog: v0.1.4...v0.1.5