diff --git a/DESCRIPTION b/DESCRIPTION index 728a78f..8d77c4f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), @@ -40,4 +40,4 @@ VignetteBuilder: knitr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.3 diff --git a/NEWS.md b/NEWS.md index 648414d..f21a5c5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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).