Changelog
chevron 0.2.3
- Fix argument printing for
runmethod. - Remove six unused tables from the
syn_dataobject. - Fix
EGT03to allow multiple parameters. - Update
TTET01to provide meaningful error message if stratification variables do not exist in analysis dataset. -
PDT01preprocessing now filtersaddvto retain only major protocol deviation. -
AEL01_NOLLTnow has argumentuniqueto keep only the unique rows in listing. -
AET01_AESI,EGT02andLBT14now remove the check in preprocessing function. -
COXT01will drop levels onarm_varin preprocessing function now. -
MNG01uses aggthemeargument to set graphic parameters instead of the now defunctshow_h_grid,show_v_gridandlegend_posarguments. Thetablearguments now controls the behavior of the table. The argumentsshow_nandshow_tableare now defunct. - Add
RMPT06template. - The
statsandprecisionarguments now control the statistical analysis and numbers of digits presented inDMT01. -
FSTG01andFSTG02template removes themax_colwidthargument. Default font size of the plot is set to 7. - Introduce
set_section_divfunction to add empty line separator between specified row splits. -
AET02template the default order of “Total number of events” and “Total number of patients with at least one adverse event” switched.
chevron 0.2.2
- Allow
EGT03to include multiple parameters. - Allow
KMG01to include stratified variables. - Allow
LBT06andLBT14to be split by pages. - Allow
AET02,CMT01Ato change the summary statistics withsummary_labelsargument. - Add
FSTG02template. - Update the argument
"is_event"inKMG01to"IS_EVENT". - Update the argument
"is_rsp"inFSTG01to"IS_RSP". -
FSTG01andFSTG02stratification variable labels will be truncated to fit the page. - Update the script for
chevron_tlgobjects. Thedetailsargument is deprecated. - Fix issue when
runmethod is executed withdo.callandverboseargument.
chevron 0.2.1
- Placeholder strings are now replaced during layout creation using
dunlin::render_safefunction. - New
chevron_catalogvignette details usage and version of chevron templates. - The
runmethod renders the errors faster thanks to the new internaldo_callfunction. - Add
verboseargument forrunmethod which would print the argument used. - Add
row_split_varandpage_varas argument for some template. - The
datasetslot inchevron_tlgclass has been removed. - Add
CFBT01template.VST01,EGT01andLBT01are now all followingCFBT01. By default parameters are displayed by page . - Add
RMPT03,RMPT04andRMPT05which followRMPT01. - Add
COXT01template.COXT02is now based onCOXT01. - Add
AET05andAET05_ALLtemplates. - Add
LBT15based onLBT04.LBT04has new arguments to make it more flexible. - Update
EGT03to useACTARMCDas default arm variable, and remove the preprocessing of filtering to “HR”. - Update
EXT01to allow it to be displayed byPARCAT2. - Update
LBT06template to usePARAMas row split. - Convert
AVISITto factor and order levels according toAVISITNin preprocessing. - Update
MNG01so that the numericjitterargument controls the width of data spread along the x-axis.
chevron 0.2.0
- Remove the usage of
dmclass of object. The chevron functions now expect list ofdata.frameasadam_dbargument. - Remove variants in template names.
- Remove deprecated
getterfunctionsget_main,get_preprocessandget_postprocess. - Simplify
prefunction and add more data checks inmainfunction. - Remove redundant assertion functions.
- Add more templates:
AET10,KMG01,RSPT01,RMPT01,COXT02,FSTG01, andLBT06.
chevron 0.1.3
- Add more templates:
AET01_AESI,EGT03,EGT05_QTCAT,LBT04,LBT05,LBT07,LBT14,PDT01,PDT02. - Deprecation of previous
getterfunction likeget_maintomainandmain<-. - Add
chevron_t,chevron_landchevron_gsubclass ofchevron_tlg. - Add
script_funsandscript_argsto obtain string representation of the full code. - Update to current templates.