Changelog
chevron 0.2.1
- Placeholder strings are now replaced during layout creation using
dunlin::render_safe
function. - New
chevron_catalog
vignette details usage and version of chevron templates. - The
run
method renders the errors faster thanks to the new internaldo_call
function. - Add
verbose
argument forrun
method which would print the argument used. - Add
row_split_var
andpage_var
as argument for some template. - The
dataset
slot inchevron_tlg
class has been removed. - Add
CFBT01
template.VST01
,EGT01
andLBT01
are now all followingCFBT01
. By default parameters are displayed by page . - Add
RMPT03
,RMPT04
andRMPT05
which followRMPT01
. - Add
COXT01
template.COXT02
is now based onCOXT01
. - Add
AET05
andAET05_ALL
templates. - Add
LBT15
based onLBT04
.LBT04
has new arguments to make it more flexible. - Update
EGT03
to useACTARMCD
as default arm variable, and remove the preprocessing of filtering to “HR”. - Update
EXT01
to allow it to be displayed byPARCAT2
. - Update
LBT06
template to usePARAM
as row split. - Convert
AVISIT
to factor and order levels according toAVISITN
in preprocessing. - Update
MNG01
so that the numericjitter
argument controls the width of data spread along the x-axis.
chevron 0.2.0
- Remove the usage of
dm
class of object. The chevron functions now expect list ofdata.frame
asadam_db
argument. - Remove variants in template names.
- Remove deprecated
getter
functionsget_main
,get_preprocess
andget_postprocess
. - Simplify
pre
function and add more data checks inmain
function. - 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
getter
function likeget_main
tomain
andmain<-
. - Add
chevron_t
,chevron_l
andchevron_g
subclass ofchevron_tlg
. - Add
script_funs
andscript_args
to obtain string representation of the full code. - Update to current templates.