update NEWS

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-10 10:50:19 +02:00
parent 67521394f6
commit e7d937d36e
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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.
#'