Skip to content

Releases: Merck/metalite.ae

metalite.ae 0.1.2

15 Apr 04:09
5360311
Compare
Choose a tag to compare

New features

  • tlf_ae_summary() now has a new argument title for a user-customized title (#133).
  • Add new functions: extend_ae_specific_subgroup(), prepare_ae_specific_subgroup(), format_ae_specific_subgroup(), tlf_ae_specific_subgroup(), extend_ae_summary_eaer(),
    format_ae_exp_adj() and tlf_ae_exp_adj() (#150, #161, #174, #180).
  • Add data/metalite_ae_adex.rda (#164).
  • Add new vignettes: vignette("ae-specific-subgroup") and vignette("exposure-adjusted-event-rate") (#167, #169).
  • Add System Organ Classes (SOC) information to outdata in prepare_ae_specific() (#186).

Bug fixes

  • Fix bug to avoid warning messages when no comparison variables are requested in format_ae_specific() (#135).
  • Fix bug to align the row order of output data with the input one in avg_event() and avg_duration() (#136).
  • Fix bug to check missing grouping variable after a subset of input data in prepare_ae_specific() (#137).
  • Fix bug to display item if AE term has NA in prepare_ae_specific() (#166).
  • Fix bug to correctly assign treatment labels when a treatment variable has NA (#179).

Improvements

  • Update GitHub Actions workflow (#131, #163, #181).
  • Add styler workflow (#134).
  • Add CRAN download badge (#140).
  • Remove dependencies on dplyr and tidyr from avg_event(), avg_duration() and fmt_val() (#136).
  • Change the default value of the title argument in tlf_ae_specific() (#138).
  • Remove R/n_subject.R and change to use metalite::n_subject() in prepare_ae_specific() (#144).
  • Race values for adsl and adae are converted to title case in meta_ae_exmple() (#158).
  • Organize files for utility functions (#159)
    • Rename R/rtf_output.R to R/utility.R.
    • Remove rate_compare_sum.R, R/to_mock.R and R/to_sentence.R.
    • Move to_rate_compare_sum() to R/rate_compare.R, and move to_mock() and to_sentence() to R/utility.R.
  • Remove library calls from tests (#183).
  • Add R/outdata.R to control outdata object (#161).
  • Add an installation section to README.md (#177).
  • Improve style and formatting for vignettes and code (#158, #168).

metalite.ae 0.1.1

24 Feb 15:24
a1c7072
Compare
Choose a tag to compare

This is the release after addressing comments from CRAN reviewers. The differences between this version and the last version are

  • Updated the DESCRIPTION file to reformat the reference (#127 ).
  • Uncommented the previously commented code example (#127).

metalite.ae 0.1.0

21 Feb 20:43
f226ec8
Compare
Choose a tag to compare

This is our initial release in both GitHub and CRAN. The features included in this release include:

Test coverage as 89% (#93, #90, #89, #42, #41, #40, #39, #37, #36, #35, #34, #33, #32, #30, #29, #28, #27, #25, #24, #20, #19, #18, #17, #16)
Better styling, naming, and documentation (#111, #110, #109, #108, #15)
Minor bug fix (#98, #83, #67, #60, #46)
Enhanced functionality (#84, #14, #12, #4)