diff --git a/DESCRIPTION b/DESCRIPTION index 369eef4..54c65ea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: visualizeR Type: Package Title: What a color! What a viz! -Version: 0.6.9000 +Version: 0.7.9000 Authors@R: c( person( 'Noblet', 'Guillaume', diff --git a/NEWS.md b/NEWS.md index bb0bf5c..fc1aa03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,13 @@ --- +# visualizeR 0.6.9000 + +* Add `dumbbell()`. +* Add further parameters to `theme_reach()`. + +--- + # visualizeR 0.5.9000 * Add wrapping of title, subtitle and caption thanks to `ggtext` diff --git a/R/theme_reach.R b/R/theme_reach.R index 94af941..a05316c 100644 --- a/R/theme_reach.R +++ b/R/theme_reach.R @@ -29,6 +29,9 @@ #' @param axis_text_size Axis text size. #' @param axis_text_color Axis text color. #' @param axis_text_font_face Axis text font face. Default to "plain". Font face ("plain", "italic", "bold", "bold.italic"). +#' @param axis_text_x_angle Angle for the x-axis text. +#' @param axis_text_x_vjust Vertical adjustment for the x-axis text. +#' @param axis_text_x_hjust Vertical adjustment for the x-axis text. #' @param axis_title_size Axis title size. #' @param axis_title_color Axis title color. #' @param axis_title_font_face Axis title font face. Default to "plain". Font face ("plain", "italic", "bold", "bold.italic"). diff --git a/docs/404.html b/docs/404.html index b23886a..9c5ece6 100644 --- a/docs/404.html +++ b/docs/404.html @@ -31,7 +31,7 @@ visualizeR - 0.6.9000 + 0.7.9000