diff --git a/DESCRIPTION b/DESCRIPTION index 98f08d0f6..9593c587c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 0.8.0.9027 +Version: 0.8.0.9028 Date: 2019-11-10 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index 1da4a29df..c914fb97c 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 0.8.0.9027 +# AMR 0.8.0.9028 Last updated: 10-Nov-2019 ### New diff --git a/R/first_isolate.R b/R/first_isolate.R index 95dafc14e..50f15d846 100755 --- a/R/first_isolate.R +++ b/R/first_isolate.R @@ -102,13 +102,13 @@ #' A <- example_isolates %>% #' group_by(hospital_id) %>% #' summarise(count = n_rsi(GEN), # gentamicin availability -#' resistance = portion_IR(GEN)) # gentamicin resistance +#' resistance = resistance(GEN)) # gentamicin resistance #' #' B <- example_isolates %>% #' filter_first_weighted_isolate() %>% # the 1st isolate filter #' group_by(hospital_id) %>% #' summarise(count = n_rsi(GEN), # gentamicin availability -#' resistance = portion_IR(GEN)) # gentamicin resistance +#' resistance = resistance(GEN)) # gentamicin resistance #' #' # Have a look at A and B. #' # B is more reliable because every isolate is only counted once. diff --git a/docs/404.html b/docs/404.html index 85a609532..5e001f66f 100644 --- a/docs/404.html +++ b/docs/404.html @@ -84,7 +84,7 @@
diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index ca0d66d80..442587e60 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -84,7 +84,7 @@ diff --git a/docs/articles/index.html b/docs/articles/index.html index 7e9ed2fec..7e55beccc 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -84,7 +84,7 @@ diff --git a/docs/authors.html b/docs/authors.html index a2bec599d..d5f72882d 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -84,7 +84,7 @@ diff --git a/docs/index.html b/docs/index.html index fe629e9ad..0a93fb992 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,7 +45,7 @@ diff --git a/docs/news/index.html b/docs/news/index.html index 75f45c419..f0a8b2a37 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -84,7 +84,7 @@ @@ -231,9 +231,9 @@ -Last updated: 10-Nov-2019
as.mo(..., allow_uncertain = 3)
Contents