Changelog
Source:NEWS.md
admiralonco 0.2.0
CRAN release: 2022-12-07
Updates of Existing Functions
- Functions that use
subject_keys
as a function argument now default toget_admiral_option("subject_keys")
instead ofvars(STUDYID, USUBJID)
to allow users to change the variables that uniquely identify a subject once usingset_admiral_options()
to avoid several instances of find + replace in a script. (#175)
Breaking Changes
- Function
derive_param_lasta()
has been deprecated. Please useadmiral::derive_param_extreme_event()
instead (#89).
Various
- Templates now save datasets as .rds instead of .rda (#177)