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
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: boxly
Title: Interactive Box Plot
Version: 0.1.1
Version: 0.1.2
Authors@R: c(
person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")),
person("Yujie", "Zhao", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
person("Benjamin", "Wang", role = "aut"),
person("Yilong", "Zhang", role = c("ctb")),
person("Nan", "Xiao", role = c("ctb")),
person("Hiroaki", "Fukuda", role = c("ctb")),
Expand Down Expand Up @@ -40,4 +40,4 @@ VignetteBuilder:
knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.3
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# boxly 0.1.2

- Enable user to customize hover label variables for outliers
- Add example in vignettes for customize label in boxly
- Fix bug for multiple variables in observation
- Update prepare_boxly to display outlier using different type
- Change maintainer


# boxly 0.1.1

- Fix bug when there is no record of a selected parameter (#19).
Expand Down
Loading