Skip to content

Commit 960469d

Browse files
Merge pull request #50 from Merck/change_maintainer
bump up version and change maintainer
2 parents 58842de + 48ce4b2 commit 960469d

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: boxly
22
Title: Interactive Box Plot
3-
Version: 0.1.1
3+
Version: 0.1.2
44
Authors@R: c(
5-
person("Benjamin", "Wang", email = "benjamin.wang@merck.com", role = c("aut", "cre")),
6-
person("Yujie", "Zhao", role = c("aut")),
5+
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
6+
person("Benjamin", "Wang", role = "aut"),
77
person("Yilong", "Zhang", role = c("ctb")),
88
person("Nan", "Xiao", role = c("ctb")),
99
person("Hiroaki", "Fukuda", role = c("ctb")),
@@ -40,4 +40,4 @@ VignetteBuilder:
4040
knitr
4141
Config/testthat/edition: 3
4242
Roxygen: list(markdown = TRUE)
43-
RoxygenNote: 7.2.3
43+
RoxygenNote: 7.3.3

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# boxly 0.1.2
2+
3+
- Enable user to customize hover label variables for outliers
4+
- Add example in vignettes for customize label in boxly
5+
- Fix bug for multiple variables in observation
6+
- Update prepare_boxly to display outlier using different type
7+
- Change maintainer
8+
9+
110
# boxly 0.1.1
211

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

0 commit comments

Comments
 (0)