Releases: insightsengineering/chevron
Releases · insightsengineering/chevron
v0.2.8
- New
unwrap
argument printspreprocessing
,main
,postprocessing
andlayout
function upon execution of therun
method. - The
chevron.run.verbose
option andR_CHEVRON_RUN_VERBOSE
environment variable control theverbose
argument of therun
method, while thechevron.run.unwrap
option andR_CHEVRON_RUN_UNWRAP
environment variable control theunwrap
argument.
What's Changed
- new standard_null_report by @BFalquet in #784
- add cfbt01 by @BFalquet in #777
- Readable code poc@main by @BFalquet in #778
- add rmarkdown to VignetteBuilder by @pawelru in #789
- [skip vbump] v0.2.8 by @BFalquet in #787
Full Changelog: v0.2.7...v0.2.8
v0.2.7
- Add the
AEL02
,AEL03
andCML02A_gl
templates. - Modify the post processing of
MHT01
to allow multiplerow_split_var
. - Improve the
report_null
method to facilitate the creation of null reports. - Export the
std_postprocessing
function to simplify post processing logic. AET01
can now additionally display the number of death and withdrawal using theshow_wd
argument.MNG01
line type can now be controlled with theline_type
argument.script_funs
doesn't rely anymore on source code of pre processing functions.
v0.2.7-rc4
Full Changelog: v0.2.7-rc3...v0.2.7-rc4
v0.2.7-rc3
Full Changelog: v0.2.7-rc2...v0.2.7-rc3
v0.2.7-rc2
Fix timezone issue
Full Changelog: v0.2.7-rc1...v0.2.7-rc2
v0.2.7-rc1
update date
v0.2.6
- Added assertion on class of
summaryvars
argument ofdmt01()
. - Additional arguments can be passed to
ael01_nollt
run method, for instance to split the resulting listing. strat
argument ofkmg01_main
is now deprecated - usestrata
instead.grob_list
andgg_list
are now deprecated - uselist()
instead.
What's Changed
- fix roxygenize deps in pre-commit by @pawelru in #722
- Update fstg01 and fstg02 after
g_forest
refactor by @edelarua in #716 - Propagate files from insightsengineering/.github by @insights-engineering-bot in #725
- [skip actions] Propagate files from insightsengineering/.github by @insights-engineering-bot in #726
- replace test to avoid export_as_txt by @BFalquet in #727
- Update use of deprecated
strat
argument fromtern
by @edelarua in #729 - skip_on_ci by @BFalquet in #731
- Update
kmg01
usage afterg_km
refactor by @edelarua in #733 - strict tests; minor enhancements by @pawelru in #720
- ignore missmatch in grid argument by @BFalquet in #734
- split listings by @BFalquet in #737
- Workflow propagation by @walkowif in #730
- [skip vbump] 739 [CRAN Release]: 0.2.6 by @BFalquet in #742
Full Changelog: v0.2.5...v0.2.6
v0.2.5
MNG01
plot can now be displayed without error bars and can display a continuous temporal scale on thex
axis.- Add a
chevron_simple
class only contain main function. - Remove
details
argument inscript_funs
, addname
argument. - In the
run
method, the argument passed through...
are combined with the one passed throughuser_arg
....
arguments have priority. AET05
preprocessing now filters on"(AE|CQ|SMQ)TTE"
rather than"AETTE"
.- Rename the dataset
ADAETTE
insyn_data
object toADSAFTTE
. Trim the dataset to remove unused variables. - Use uppercase variable names in
AET05
andAET05_ALL
. - The string replacing
NA
values in the tables is now controlled by thetern_default_na_str
option set during package load. - Specified minimal version of package dependencies.
What's Changed
- 360 ENHANCEMENT: MNG01 to allow no error bars, and continuous scale x-axis by @BFalquet in #683
- 360 ENHANCEMENT: MNG01 to allow no error bars, and continuous scale x-axis by @BFalquet in #684
- 333 version script@main by @clarkliming in #681
- remove proportion in ttet01 by @clarkliming in #689
- Unname
row_paths
elements invalid_row_path
by @edelarua in #688 - 691 Update ttet01 snapshot by @BFalquet in #692
- update mng01 by @BFalquet in #695
- update
aet05
andaet05_all
by @duanx9 in #678 - 136 improve error messages@main by @BFalquet in #698
- 699 integration test error - ttet01 by @BFalquet in #700
- update authors by @clarkliming in #702
- align readme with other nest pkgs by @pawelru in #704
- Update MNG01 test snapshots by @edelarua in #707
- vbump dunlin dep by @pawelru in #709
- 708 DMT01 issue with single summaryvars by @BFalquet in #711
- Workflow propagation by @walkowif in #712
- adapt function and set option by @BFalquet in #710
- 693 Priority order in run method by @BFalquet in #694
- Adds min package version by @averissimo in #582
- Add CRAN release template by @walkowif in #717
- [skip vbump] prepare for CRAN release by @clarkliming in #713
New Contributors
- @averissimo made their first contribution in #582
Full Changelog: v0.2.4...v0.2.5
v0.2.5-rc4
Full Changelog: v0.2.5-rc3...v0.2.5-rc4
v0.2.5-rc3
Full Changelog: v0.2.5-rc2...v0.2.5-rc3