diff --git a/DESCRIPTION b/DESCRIPTION index ed21f7f0..6d2ed32f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.7.1.9007 +Version: 1.7.1.9008 Date: 2021-06-23 Title: Antimicrobial Resistance Data Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index d5fec3c3..b2814543 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# `AMR` 1.7.1.9007 +# `AMR` 1.7.1.9008 ## Last updated: 23 June 2021 ### Changed diff --git a/data-raw/AMR_latest.tar.gz b/data-raw/AMR_latest.tar.gz index 3922008c..d00bd402 100644 Binary files a/data-raw/AMR_latest.tar.gz and b/data-raw/AMR_latest.tar.gz differ diff --git a/docs/404.html b/docs/404.html index f06d866b..0290928a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index e4888526..485daf12 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/articles/datasets.html b/docs/articles/datasets.html index d5cdc8c6..8b595491 100644 --- a/docs/articles/datasets.html +++ b/docs/articles/datasets.html @@ -39,7 +39,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/articles/index.html b/docs/articles/index.html index 0fbe89b4..1f857e77 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/authors.html b/docs/authors.html index bee5d026..6233334c 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/index.html b/docs/index.html index a2fb9a42..e833d13f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 diff --git a/docs/news/index.html b/docs/news/index.html index 0d5bc836..10678ab5 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008 @@ -236,9 +236,9 @@ Source: NEWS.md -
-

- Unreleased AMR 1.7.1.9007

+
+

+ Unreleased AMR 1.7.1.9008

Last updated: 23 June 2021 diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 4c476801..61483c8c 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -12,7 +12,7 @@ articles: datasets: datasets.html resistance_predict: resistance_predict.html welcome_to_AMR: welcome_to_AMR.html -last_built: 2021-06-23T08:01Z +last_built: 2021-06-23T08:16Z urls: reference: https://msberends.github.io/AMR//reference article: https://msberends.github.io/AMR//articles diff --git a/docs/reference/index.html b/docs/reference/index.html index 10ffe38b..ed8d2dcb 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008

diff --git a/docs/survey.html b/docs/survey.html index 59bffb25..fc5b9156 100644 --- a/docs/survey.html +++ b/docs/survey.html @@ -81,7 +81,7 @@ AMR (for R) - 1.7.1.9007 + 1.7.1.9008
diff --git a/inst/tinytest/test-atc_online.R b/inst/tinytest/test-atc_online.R index bfb27231..77403f90 100644 --- a/inst/tinytest/test-atc_online.R +++ b/inst/tinytest/test-atc_online.R @@ -30,5 +30,4 @@ if (AMR:::pkg_is_available("curl", also_load = FALSE) && expect_true(length(atc_online_groups(ab_atc("AMX"))) >= 1) expect_equal(atc_online_ddd(ab_atc("AMX"), administration = "O"), 1.5) expect_equal(atc_online_ddd(ab_atc("AMX"), administration = "P"), 3) - expect_warning(atc_online_ddd(ab_atc("Novobiocin"), administration = "P")) }