diff --git a/DESCRIPTION b/DESCRIPTION index d28ebb9f..598e39c8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tourr Title: Tour Methods for Multivariate Data Visualisation -Version: 1.0.2 +Version: 1.1.0 Authors@R: c( person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")), person("Dianne", "Cook", email = "dicook@monash.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")), @@ -8,13 +8,6 @@ Authors@R: c( person("Ursula", "Laa", email = "ursula.laa@boku.ac.at", role = "ctb", comment = c(ORCID = "0000-0002-0249-6439")), person("H. Sherry","Zhang", email = "huizezhangsh@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-7122-1463")), person("Stuart", "Lee", email = "stuart.lee1@monash.edu", role = "ctb", comment = c(ORCID = "0000-0003-1179-8436"))) -Author: Hadley Wickham ["aut", "ctb"], - Dianne Cook ["aut", "cre"], - Nick Spyrison ["ctb"], - Ursula Laa ["ctb"], - H. Sherry Zhang ["ctb"], - Stuart Lee ["ctb"] -Maintainer: Dianne Cook Description: Implements geodesic interpolation and basis generation functions that allow you to create new tour methods from R. diff --git a/NEWS.md b/NEWS.md index a9c92591..1cf3f2e0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# tourr 1.1.0 + +* Updated version to indicate some nice new additions for the package + # tourr 1.0.2 * Fix to duplicating bases during interpolate diff --git a/cran-comments.md b/cran-comments.md index 0c3b9392..a4715712 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -4,8 +4,8 @@ This is a small update, with one new displayand several bug fixes. There are no \dontrun is used for example code where the method would break, and thus the code should not be run. It is important for users to be able to see these examples. -## ── R CMD check results ──────────────────────── tourr 1.0.2 ──── -Duration: 1m 17s +── R CMD check results ──────────────────────────── tourr 1.1.0 ──── +Duration: 1m 14.7s 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ diff --git a/man/display_idx.Rd b/man/display_idx.Rd index 6ac9bbe4..9bdd1b0d 100644 --- a/man/display_idx.Rd +++ b/man/display_idx.Rd @@ -12,10 +12,6 @@ display_idx( col = "red", cex = 3, panel_height_ratio = c(3, 2), - frame_x_pos = 0.15, - frame_y_pos = 3, - frame_cex = 1, - frame_col = "#000000", label_x_pos = 0.7, label = NULL, label_cex = 1, @@ -53,14 +49,6 @@ factor, default to "red".} \item{panel_height_ratio}{input to the height argument in [graphics::layout()] for the height of data and axis panel.} -\item{frame_x_pos}{the x position of the frame label} - -\item{frame_y_pos}{the y position of the frame label} - -\item{frame_cex}{the size of the frame text} - -\item{frame_col}{the color of the frame text} - \item{label_x_pos}{the x position of text label, currently labels are positioned at a fixed x value for each observation}