Changelog
chevron 0.1.5
- 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
,LBT06
.
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.