|
| 1 | +# forestly 0.1.4 |
| 2 | + |
| 3 | +## New features |
| 4 | + |
| 5 | +- Add `download_button` argument to `ae_forestly()` to control whether the CSV download button is shown (#109). |
| 6 | +- Add `ae_label` argument to `ae_forestly()` to customize the label of the AE filter (#110). |
| 7 | +- Add `display_diff_toggle` argument to `ae_forestly()` to control whether the toggle button for displaying the "diff" column is shown (#114). |
| 8 | +- Add new vignettes: vignette("customize-display-only-soc") and vignette("customize-toggle-buttons") (#108, #114). |
| 9 | + |
| 10 | +## Improvements |
| 11 | + |
| 12 | +- Add a tool tip to the risk-difference column so that the full text is displayed (#115). |
| 13 | + |
1 | 14 | # forestly 0.1.3 |
2 | 15 |
|
3 | 16 | ## New features |
4 | 17 |
|
5 | | -- `rtf_static_forestly()` is now available for generating static forest plots in RTF format (#60). |
6 | | -- Add data source script `data-raw/forestly_adae.R` (#72). |
7 | | -- Add `prop_range` and `diff_range` arguments to `format_ae_forestly()` to allow control over the x-axis limits for AE proportion and risk difference plots (#80). |
8 | | -- Add `col_header` and `fig_header` arguments to `format_ae_forestly()` to enable customizable column and figure headers for risk difference outputs (#96). |
9 | | -- Add `filter_range` argument to `ae_forestly()` for flexible slider range customization (#97). |
| 18 | +- `rtf_static_forestly()` is now available for generating static forest plots in RTF format (#60). |
| 19 | +- Add data source script `data-raw/forestly_adae.R` (#72). |
| 20 | +- Add `prop_range` and `diff_range` arguments to `format_ae_forestly()` to allow control over the x-axis limits for AE proportion and risk difference plots (#80). |
| 21 | +- Add `col_header` and `fig_header` arguments to `format_ae_forestly()` to enable customizable column and figure headers for risk difference outputs (#96). |
| 22 | +- Add `filter_range` argument to `ae_forestly()` for flexible slider range customization (#97). |
10 | 23 |
|
11 | 24 | ## Bug fixes |
12 | 25 |
|
13 | | -- Fix bug to correctly pass the `digits` to the display format of each column in `format_ae_forestly()` to make the number of displayed decimal places for proportions and risk differences user-configurable (#90). |
14 | | -- Fix bug so that the "n" and "(%)" columns in the output table are displayed only when specified in the `display` of `format_ae_forestly()` (#95) |
| 26 | +- Fix bug to correctly pass the `digits` to the display format of each column in `format_ae_forestly()` to make the number of displayed decimal places for proportions and risk differences user-configurable (#90). |
| 27 | +- Fix bug so that the "n" and "(%)" columns in the output table are displayed only when specified in the `display` of `format_ae_forestly()` (#95) |
15 | 28 |
|
16 | 29 | ## Improvements |
17 | 30 |
|
18 | | -- 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). |
19 | | -- Reorganize `pkgdown` site structure (#81, #82, #85) |
20 | | -- Update `format_ae_listing()` to replace direct use of `tools::toTitleCase()` with new helper function `titelcase()` for the case where SEX in the input data is factorized (#92). |
21 | | -- Update `format_ae_forestly()` to ensure consistency in the order of treatment groups across tables and figures (#94). |
| 31 | +- 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). |
| 32 | +- Reorganize `pkgdown` site structure (#81, #82, #85) |
| 33 | +- Update `format_ae_listing()` to replace direct use of `tools::toTitleCase()` with new helper function `titelcase()` for the case where SEX in the input data is factorized (#92). |
| 34 | +- Update `format_ae_forestly()` to ensure consistency in the order of treatment groups across tables and figures (#94). |
22 | 35 |
|
23 | 36 | # forestly 0.1.2 |
24 | 37 |
|
25 | | -- Fix a bug that prevents reactable from rendering under reactR >= 0.6.0 (#67). |
26 | | -- Add a new argument `filter_label` to `ae_forestly()` for controlling slider bar label (#68). |
| 38 | +- Fix a bug that prevents reactable from rendering under reactR \>= 0.6.0 (#67). |
| 39 | +- Add a new argument `filter_label` to `ae_forestly()` for controlling slider bar label (#68). |
27 | 40 |
|
28 | 41 | # forestly 0.1.1 |
29 | 42 |
|
30 | | -- Add button to display SOC column for subset. |
31 | | -- Refine the default value of `meta_forestly()`. |
32 | | -- Update `format_ae_listing()` to be better aligned with oncology AEs reporting. |
33 | | -- Enhance functionality related to drill-down listing. |
34 | | -- Inherit paramter_term from all parameters of a metadata by default (#20). |
35 | | -- Allow user to specify treatment group (#15). |
36 | | -- Add warning when using tibble as input (#17). |
37 | | -- Fix bug when there is no record of a selected AE category (#9). |
38 | | -- Fix bug when there are multiple plots displayed on one page (#12). |
39 | | -- Update dataset `forestly_adae` since a variable was a factor |
40 | | - which is unexpected. |
| 43 | +- Add button to display SOC column for subset. |
| 44 | +- Refine the default value of `meta_forestly()`. |
| 45 | +- Update `format_ae_listing()` to be better aligned with oncology AEs reporting. |
| 46 | +- Enhance functionality related to drill-down listing. |
| 47 | +- Inherit paramter_term from all parameters of a metadata by default (#20). |
| 48 | +- Allow user to specify treatment group (#15). |
| 49 | +- Add warning when using tibble as input (#17). |
| 50 | +- Fix bug when there is no record of a selected AE category (#9). |
| 51 | +- Fix bug when there are multiple plots displayed on one page (#12). |
| 52 | +- Update dataset `forestly_adae` since a variable was a factor which is unexpected. |
41 | 53 |
|
42 | 54 | # forestly 0.1.0 |
43 | 55 |
|
44 | | -- Initial version. |
45 | | -- Added a `NEWS.md` file to track changes to the package. |
| 56 | +- Initial version. |
| 57 | +- Added a `NEWS.md` file to track changes to the package. |
0 commit comments