admiralonco 0.4.0
CRAN release: 2023-06-12
Documentation
- New vignette “Creating and Using New Anti-Cancer Start Date” (#17)
- “Create
ADRS” and “CreateADTTE” vignette has been updated to include a link to “Creating and Using New Anti-Cancer Start Date” vignette
New Features
Added a “Report a bug” link to admiralonco website (#211)
Added a section regarding dependencies to the admiralonco website (#223)
-
Vignettes and templates were updated due to changes in admiral and admiralonco: (#216)
- The
AVALvariable is now populated via theset_values_toargument as theaval_funargument was deprecated. -
admiral::derive_param_extreme_event()calls were replaced byadmiral::derive_extreme_records()calls due to deprecation ofadmiral::derive_param_extreme_event(). -
admiral::derive_param_exist_flag()calls were updated as thedataset_adslargument was renamed todataset_ref.
- The
Breaking Changes
Function
derive_param_lasta(), which was deprecated in admiralonco 0.2.0, has been removed. (#216)The
aval_funargument ofderive_param_bor(),derive_param_clinbenefit(),derive_param_confirmed_bor(),derive_param_confirmed_resp(),derive_param_response()was deprecated in favor of theset_values_toargument. (#216)The
call_aval_fun()function was deprecated in favor oradmiraldev::process_set_values_to(). (#216)
admiralonco 0.3.0
CRAN release: 2023-03-14
Documentation
- New vignette “Create
ADTR” (#16)
Various
- ADTTE template simplified for duration of response in line with
admiral::derive_param_tte()enhancement (#203)
admiralonco 0.2.0
CRAN release: 2022-12-07
Updates of Existing Functions
- Functions that use
subject_keysas 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)
