diff --git a/DESCRIPTION b/DESCRIPTION index a667e869..b867454f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.6.0.9052 +Version: 1.6.0.9053 Date: 2021-05-20 Title: Antimicrobial Resistance Data Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index f1e9256a..41c1e892 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# `AMR` 1.6.0.9052 +# `AMR` 1.6.0.9053 ## Last updated: 20 May 2021 ### Breaking change diff --git a/data-raw/AMR_latest.tar.gz b/data-raw/AMR_latest.tar.gz index a87013e2..c1d5b7d8 100644 Binary files a/data-raw/AMR_latest.tar.gz and b/data-raw/AMR_latest.tar.gz differ diff --git a/data-raw/tinytest_1.2.4.patched.tar.gz b/data-raw/tinytest_1.2.4.patched.tar.gz index 5aadffe9..56b8f567 100644 Binary files a/data-raw/tinytest_1.2.4.patched.tar.gz and b/data-raw/tinytest_1.2.4.patched.tar.gz differ diff --git a/docs/404.html b/docs/404.html index 10bf3c16..1018477c 100644 --- a/docs/404.html +++ b/docs/404.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 429063cc..4543debd 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/articles/datasets.html b/docs/articles/datasets.html index 9983fd7b..7a0a3853 100644 --- a/docs/articles/datasets.html +++ b/docs/articles/datasets.html @@ -39,7 +39,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/articles/index.html b/docs/articles/index.html index ffc76852..3bdfde7c 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/authors.html b/docs/authors.html index ae231822..7c1c9bb9 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/index.html b/docs/index.html index e5aa98ea..33a9dc76 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 diff --git a/docs/news/index.html b/docs/news/index.html index d92bd809..6b22b2cb 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053 @@ -236,9 +236,9 @@ Source: NEWS.md -
-

- Unreleased AMR 1.6.0.9052

+
+

+ Unreleased AMR 1.6.0.9053

Last updated: 20 May 2021 diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 3bd93d60..cc4ee11b 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-05-20T09:42Z +last_built: 2021-05-20T11:41Z 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 dae8f1a7..30b14fcc 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053

diff --git a/docs/survey.html b/docs/survey.html index f9dd9a35..f4300783 100644 --- a/docs/survey.html +++ b/docs/survey.html @@ -81,7 +81,7 @@ AMR (for R) - 1.6.0.9052 + 1.6.0.9053
diff --git a/tests/tinytest.R b/tests/tinytest.R index 588b5fb8..c7284371 100644 --- a/tests/tinytest.R +++ b/tests/tinytest.R @@ -39,6 +39,8 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) { if (pkg_is_available("tinytest")) { library(AMR) - out <- test_package("AMR") + out <- test_package("AMR", verbose = FALSE) + print(attributes(out)$duration) + print(summary(out)) } }