Releases: Merck/forestly
Releases · Merck/forestly
forestly 0.1.3
New features
rtf_static_forestly()is now available for generating static forest plots in RTF format (#60).- Add data source script
data-raw/forestly_adae.R(#72). - Add
prop_rangeanddiff_rangearguments toformat_ae_forestly()to allow control over the x-axis limits for AE proportion and risk difference plots (#80). - Add
col_headerandfig_headerarguments toformat_ae_forestly()to enable customizable column and figure headers for risk difference outputs (#96). - Add
filter_rangeargument toae_forestly()for flexible slider range customization (#97).
Bug fixes
- Fix bug to correctly pass the
digitsto the display format of each column informat_ae_forestly()to make the number of displayed decimal places for proportions and risk differences user-configurable (#90). - Fix bug so that the "n" and "(%)" columns in the output table are displayed only when specified in the
displayofformat_ae_forestly()(#95)
Improvements
- Update
format_ae_listing()to consistently use list-style indexing (res[["column"]]) instead of dollar-sign notation (res$column) for accessing data frame columns (#71). - Reorganize
pkgdownsite structure (#81, #82, #85) - Update
format_ae_listing()to replace direct use oftools::toTitleCase()with new helper functiontitelcase()for the case where SEX in the input data is factorized (#92). - Update
format_ae_forestly()to ensure consistency in the order of treatment groups across tables and figures (#94).
forestly 0.1.2
forestly 0.1.1
What's Changed
- add interactive() for example need top start web browser by @wangben718 in #5
- Add URL to
DESCRIPTIONby @nanxstats in #6 - Update README.md by @wangben718 in #8
- Change color order in example by @wangben718 in #10
- Pop up warnings if ae category has no records by @fukuhiro2023 in #11
- Change related to the case that an output has multiple onload. by @fukuhiro2023 in #12
- Add sections on horizontal scrolling and hiding filters by @nanxstats in #21
- Avoid warning while using tibble as input (#17) by @elong0527 in #22
- Allow user to specify treatment group (#15) by @elong0527 in #24
- Fix pkgdown TOC squeezed to bottom issue in vignettes with wide elements by @nanxstats in #25
- Inherit paramter_term from all parameters of a metadata by default. by @elong0527 in #26
- Resolve issue when parameter is default value by @wangben718 in #27
- Update GitHub Actions workflows to upstream latest versions by @nanxstats in #31
- Refactor ae listing by @wangben718 in #28
- Make tests self-contained by @nanxstats in #33
- Fix order of columns on an AE listing by @fukuhiro2023 in #35
- Update README.md by @wangben718 in #37
- Update the video in
README.mdby @fukuhiro2023 in #38 format_ae_listingupdated to be better aligned with oncology AEs reporting by @yuliasidi in #42- Add default values for
meta_forestly. by @elong0527 in #48 define_parameterdefault by @elong0527 in #49- Implement static forest plot by @wangben718 in #47
- Add display SOC button by @wangben718 in #51
- Add vignette on
meta_forestly()by @yuliasidi in #53 - Display AE in 1 page by @shgeng1216 in #52
- Fix a bug not to display any AE lsiting for a SOC in forestly table. by @fukuhiro2023 in #55
Full Changelog: v0.1.0...v0.1.1
forestly 0.1.0
This is our initial release in both GitHub and CRAN.