Skip to content

Commit 71aafa8

Browse files
authored
Merge pull request #101 from Merck/99-release-forestly-v013
99 release forestly v0.1.3
2 parents 16048ac + d068473 commit 71aafa8

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

DESCRIPTION

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Package: forestly
22
Title: Interactive Forest Plot
3-
Version: 0.1.2
3+
Version: 0.1.3
44
Authors@R: c(
55
person("Yilong", "Zhang", role = c("aut")),
66
person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")),
77
person("Yujie", "Zhao", role = c("aut")),
88
person("Nan", "Xiao", role = c("ctb")),
9-
person("Hiroaki", "Fukuda", role = c("ctb")),
9+
person("Hiroaki", "Fukuda", role = c("aut")),
1010
person("Yulia", "Sidi", role = c("ctb")),
1111
person("Xuan", "Deng", role = c("ctb")),
12+
person("Jeetener", "Chauhan", role = "ctb"),
13+
person("Li", "Ma", role = "ctb"),
14+
person("Chen", "Wang", role = "ctb"),
1215
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
1316
)
1417
Description: Interactive forest plot for clinical trial safety analysis

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# forestly 0.1.3
2+
3+
## New features
4+
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).
10+
11+
## Bug fixes
12+
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)
15+
16+
## Improvements
17+
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).
22+
123
# forestly 0.1.2
224

325
- Fix a bug that prevents reactable from rendering under reactR >= 0.6.0 (#67).

0 commit comments

Comments
 (0)