Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: forestly
Title: Interactive Forest Plot
Version: 0.1.4
Version: 0.1.5
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")),
person("Yujie", "Zhao", role = c("aut")),
person("Benjamin", "Wang", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
person("Nan", "Xiao", role = c("ctb")),
person("Hiroaki", "Fukuda", role = c("aut")),
person("Yulia", "Sidi", role = c("ctb")),
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# forestly 0.1.5

## New features

- Enable user to hide the slide bar on forest plot.
- Add 'bisection' argument to 'prepare_ae_forestly'.
- Update `titlecase` function to speed up the exucution time to generate plot.

# forestly 0.1.4

## New features
Expand Down
Loading