Skip to content

Commit 75c2cb5

Browse files
committed
Prepare for the release
1 parent 982c8de commit 75c2cb5

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: forestly
22
Title: Interactive Forest Plot
3-
Version: 0.1.3
3+
Version: 0.1.4
44
Authors@R: c(
55
person("Yilong", "Zhang", role = c("aut")),
66
person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")),
@@ -12,6 +12,7 @@ Authors@R: c(
1212
person("Jeetener", "Chauhan", role = "ctb"),
1313
person("Li", "Ma", role = "ctb"),
1414
person("Chen", "Wang", role = "ctb"),
15+
person("Madhusudhan", "Ginnaram", role = "ctb"),
1516
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
1617
)
1718
Description: Interactive forest plot for clinical trial safety analysis

NEWS.md

Lines changed: 38 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,57 @@
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+
114
# forestly 0.1.3
215

316
## New features
417

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).
1023

1124
## Bug fixes
1225

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)
1528

1629
## Improvements
1730

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).
2235

2336
# forestly 0.1.2
2437

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).
2740

2841
# forestly 0.1.1
2942

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.
4153

4254
# forestly 0.1.0
4355

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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ The interactive features for safety analysis include:
8080
## References
8181

8282
- Paper: [2023 PHUSE US Connect](https://phuse.s3.eu-central-1.amazonaws.com/Archive/2023/Connect/US/Florida/PAP_DV07.pdf)
83-
- Talk: [2021 R/Pharma Conference](https://rinpharma.com/publication/rinpharma_206/)
83+
- Talk: [2021 R/Pharma Conference](https://www.youtube.com/watch?v=HICBeSqD6kI)

0 commit comments

Comments
 (0)