NEWS.md
derive_vars_crit()
was deprecated in favor of admiral::derive_vars_crit_flag()
. (#253)derive_vars_crit()
within ADIS
template were replaced with admiral::derive_vars_crit_flag()
. (#253)derive_vars_crit()
within ADIS
vignette were replaced with admiral::derive_vars_crit_flag()
. (#253)Removed dataset_supp
and dataset_suppex
arguments from derive_vars_merged_vaccine()
as we are not combining parental with supplementary domains inside the function, but can be optionally combined in the ADCE, ADFACE and ADIS templates using combine_supp()
function from {metatools}. (#246)
Included an argument filter_add
in derive_diam_to_sev_records()
to pass the subset condition to consider the particular diameter record for convert them to severity records. (#243)
Modified calls to derive_vars_joined()
in ADCE, ADFACE and ADIS templates in line with the updates to this function in the new version of the admiral package. The join_type
argument is now always specified and populated as 'all'
(#229).
Modified calls to derive_extreme_records()
in ADFACE template in line with the updates to this function in the new version of the admiral package. The filter
argument is now renamed to filter_add
and the argument dataset_add
is now always specified. (#229).
Modified calls to derive_vars_joined()
in ADCE, ADFACE and ADIS vignettes in line with the updates to this function in the new version of the admiral package. The join_type
argument is now always specified and populated as all
(#229).
Modified calls to derive_extreme_records()
in ADFACE vignette in line with the updates to this function in the new version of the admiral package. The filter
argument is now renamed to filter_add
and the argument dataset_add
is now always specified. (#229).
All dummy SDTM data used in the package, have been replaced with data available in pharmaversesdtm package (#228).