diff --git a/NEWS.md b/NEWS.md index 85bde0d2..c31a682e 100755 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,11 @@ #### Changed * Check for `hms::is.hms` in frequency tables * Removed diacritics from all authors (columns `microorganisms$ref` and `microorganisms.old$ref`) to comply with CRAN policy to only allow ASCII characters +* Fix for `mo_property` not working properly + +#### Other +* Updated vignettes to comply with README + # 0.4.0 (latest stable release) diff --git a/R/ggplot_rsi.R b/R/ggplot_rsi.R index 634900cd..4a047793 100644 --- a/R/ggplot_rsi.R +++ b/R/ggplot_rsi.R @@ -40,7 +40,7 @@ #' #' \code{scale_y_percent} transforms the y axis to a 0 to 100\% range using \code{\link[ggplot2]{scale_continuous}}. #' -#' \code{scale_rsi_colours} sets colours to the bars: green for S, yellow for I and red for R, using \code{\link[ggplot2]{scale_colour_brewer}}. +#' \code{scale_rsi_colours} sets colours to the bars: green for S, yellow for I and red for R, using \code{\link[ggplot2]{scale_brewer}}. #' #' \code{theme_rsi} is a \code{ggplot \link[ggplot2]{theme}} with minimal distraction. #'