From 980be2b22dbd03faa195c160da1d0e96c5d7ba90 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Thu, 13 Jun 2019 16:40:35 +0200 Subject: [PATCH] (v0.7.0.9009) global note --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/globals.R | 1 + R/zzz.R | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 8 ++++---- docs/reference/index.html | 2 +- 10 files changed, 13 insertions(+), 12 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 63dd33c4..46650a03 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 0.7.0.9008 +Version: 0.7.0.9009 Date: 2019-06-13 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 901500c1..700f8233 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 0.7.0.9008 +# AMR 0.7.0.9009 #### New * Function `rsi_df()` to transform a `data.frame` to a data set containing only the microbial interpretation (S, I, R), the antibiotic, the percentage of S/I/R and the number of available isolates. This is a convenient combinations of existing functions `count_df()` and `portion_df()` to immediately show resistance percentages and number of available isolates: diff --git a/R/globals.R b/R/globals.R index db888464..1cfbe387 100755 --- a/R/globals.R +++ b/R/globals.R @@ -54,6 +54,7 @@ globalVariables(c(".", "index", "input", "Interpretation", + "interpretation", "item", "key_ab", "key_ab_lag", diff --git a/R/zzz.R b/R/zzz.R index 73ee21da..a6b39452 100755 --- a/R/zzz.R +++ b/R/zzz.R @@ -74,7 +74,7 @@ } txt_new <- paste0(txt_new, txt[i], " ") } - packageStartupMessage(txt_new) + # packageStartupMessage(txt_new) } } diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 204b3781..134750b1 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -78,7 +78,7 @@ AMR (for R) - 0.7.0.9008 + 0.7.0.9009 diff --git a/docs/articles/index.html b/docs/articles/index.html index 0a1e751e..671aade0 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.7.0.9008 + 0.7.0.9009 diff --git a/docs/authors.html b/docs/authors.html index e408fa05..805227fc 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -78,7 +78,7 @@ AMR (for R) - 0.7.0.9008 + 0.7.0.9009 diff --git a/docs/index.html b/docs/index.html index e01b6500..ec2301ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ AMR (for R) - 0.7.0.9008 + 0.7.0.9009 diff --git a/docs/news/index.html b/docs/news/index.html index 41d186ae..fc8a7f2a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -78,7 +78,7 @@ AMR (for R) - 0.7.0.9008 + 0.7.0.9009 @@ -232,9 +232,9 @@ -
+

-AMR 0.7.0.9008 Unreleased +AMR 0.7.0.9009 Unreleased

@@ -1121,7 +1121,7 @@ Using as.mo(..., allow_uncertain = 3)

Contents