diff --git a/DESCRIPTION b/DESCRIPTION index adbb10cd..2dfff5bf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.2.9084 +Version: 1.8.2.9085 Date: 2023-01-06 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 63d53705..e7ad5cc7 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9084 +# AMR 1.8.2.9085 *(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)* diff --git a/inst/tinytest/test-mo_property.R b/inst/tinytest/test-mo_property.R index 7b1f7680..17141284 100644 --- a/inst/tinytest/test-mo_property.R +++ b/inst/tinytest/test-mo_property.R @@ -102,7 +102,7 @@ expect_equal(names(mo_info("Escherichia coli")), c( )) expect_inherits(mo_info(c("Escherichia coli", "Staphylococcus aureus")), "list") -expect_equal(as.character(table(mo_pathogenicity(example_isolates$mo))) +expect_equal(as.character(table(mo_pathogenicity(example_isolates$mo))), c("1561", "422", "1", "16")) expect_equal(mo_ref("Escherichia coli"), "Castellani et al., 1919")