Skip to contents

admiralonco 0.3.0

Breaking Changes

  • All function arguments which expected a list of quosures created by vars() are now expecting a list of expressions created by exprs(). For example, instead of by_vars = vars(STUDYID, USUBJID) by_vars = exprs(STUDYID, USUBJID) must be used now. (#197)

Documentation

  • New vignette “Create ADTR” (#16)

Various

admiralonco 0.2.0

CRAN release: 2022-12-07

Updates of Existing Functions

  • Functions that use subject_keys as a function argument now default to get_admiral_option("subject_keys")instead of vars(STUDYID, USUBJID) to allow users to change the variables that uniquely identify a subject once using set_admiral_options() to avoid several instances of find + replace in a script. (#175)

Breaking Changes

Documentation

  • Showed alternative approach in ADRS vignette for filtering out assessments after progressive disease compared to source_pd argument (#168)
  • Extra terminology added for Independent Review Facility (IRF) as Blinded Independent Central Review (BICR) to make vignettes more accessible (#187)

Various

  • Templates now save datasets as .rds instead of .rda (#177)

admiralonco 0.1.0

CRAN release: 2022-09-13

  • Initial package release focused mainly on solid tumor / RECIST v1.1.