forestly 0.1.3
CRAN release: 2025-09-10
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_range
anddiff_range
arguments toformat_ae_forestly()
to allow control over the x-axis limits for AE proportion and risk difference plots (#80). - Add
col_header
andfig_header
arguments toformat_ae_forestly()
to enable customizable column and figure headers for risk difference outputs (#96). - Add
filter_range
argument toae_forestly()
for flexible slider range customization (#97).
Bug fixes
- Fix bug to correctly pass the
digits
to 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
display
offormat_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
pkgdown
site 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
CRAN release: 2025-01-10
- Fix a bug that prevents reactable from rendering under reactR >= 0.6.0 (#67).
- Add a new argument
filter_label
toae_forestly()
for controlling slider bar label (#68).
forestly 0.1.1
CRAN release: 2024-07-08
- Add button to display SOC column for subset.
- Refine the default value of
meta_forestly()
. - Update
format_ae_listing()
to be better aligned with oncology AEs reporting. - Enhance functionality related to drill-down listing.
- Inherit paramter_term from all parameters of a metadata by default (#20).
- Allow user to specify treatment group (#15).
- Add warning when using tibble as input (#17).
- Fix bug when there is no record of a selected AE category (#9).
- Fix bug when there are multiple plots displayed on one page (#12).
- Update dataset
forestly_adae
since a variable was a factor which is unexpected.