mirror of
https://github.com/msberends/AMR.git
synced 2025-01-14 00:11:50 +01:00
update NEWS
This commit is contained in:
parent
67521394f6
commit
e7d937d36e
5
NEWS.md
5
NEWS.md
@ -5,6 +5,11 @@
|
|||||||
#### Changed
|
#### Changed
|
||||||
* Check for `hms::is.hms` in frequency tables
|
* 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
|
* 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)
|
# 0.4.0 (latest stable release)
|
||||||
|
|
||||||
|
@ -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_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.
|
#' \code{theme_rsi} is a \code{ggplot \link[ggplot2]{theme}} with minimal distraction.
|
||||||
#'
|
#'
|
||||||
|
Loading…
Reference in New Issue
Block a user