diff --git a/DESCRIPTION b/DESCRIPTION index 3b43ddde..c19186df 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 0.6.1.9048 +Version: 0.6.1.9049 Date: 2019-05-31 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/R/ggplot_rsi.R b/R/ggplot_rsi.R index ca203c67..d5158a43 100755 --- a/R/ggplot_rsi.R +++ b/R/ggplot_rsi.R @@ -155,7 +155,8 @@ #' translate_ab = FALSE, #' nrow = 1, #' title = "AMR of Top Three Microorganisms In Blood Culture Isolates", -#' subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", italic("et al."), " (2014)")), +#' subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", +#' italic("et al."), " (2014)")), #' x.title = "Antibiotic (EARS-Net code)") #' } ggplot_rsi <- function(data, diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 4b2735f8..bd2d07c0 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/docs/articles/index.html b/docs/articles/index.html index c40bc34b..bdc1bf1a 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/docs/authors.html b/docs/authors.html index 0d0e5b93..6445876c 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/docs/index.html b/docs/index.html index cc3bbee3..aab57201 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/docs/news/index.html b/docs/news/index.html index 7ec1c28b..efa99712 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/docs/reference/ggplot_rsi.html b/docs/reference/ggplot_rsi.html index f316a1e5..e062e36d 100644 --- a/docs/reference/ggplot_rsi.html +++ b/docs/reference/ggplot_rsi.html @@ -80,7 +80,7 @@ AMR (for R) - 0.6.1.9047 + 0.6.1.9049 @@ -484,7 +484,8 @@ translate_ab = FALSE, nrow = 1, title = "AMR of Top Three Microorganisms In Blood Culture Isolates", - subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", italic("et al."), " (2014)")), + subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", + italic("et al."), " (2014)")), x.title = "Antibiotic (EARS-Net code)") # } diff --git a/docs/reference/index.html b/docs/reference/index.html index 2af18259..60a5339f 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.6.1.9048 + 0.6.1.9049 diff --git a/man/ggplot_rsi.Rd b/man/ggplot_rsi.Rd index 0f227446..efc9b2a3 100644 --- a/man/ggplot_rsi.Rd +++ b/man/ggplot_rsi.Rd @@ -204,7 +204,8 @@ septic_patients \%>\% translate_ab = FALSE, nrow = 1, title = "AMR of Top Three Microorganisms In Blood Culture Isolates", - subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", italic("et al."), " (2014)")), + subtitle = expression(paste("Only First Isolates, CoNS grouped according to Becker ", + italic("et al."), " (2014)")), x.title = "Antibiotic (EARS-Net code)") } }