1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-30 13:29:05 +02:00

(v3.0.0.9035) fix mo_pathogenicity unit test following MycoBank bugfix

This commit is contained in:
2025-09-18 14:22:52 +01:00
parent 10ba36821e
commit 13f2a864da
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Package: AMR
Version: 3.0.0.9034
Version: 3.0.0.9035
Date: 2025-09-18
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@@ -1,4 +1,4 @@
# AMR 3.0.0.9034
# AMR 3.0.0.9035
This is a bugfix release following the release of v3.0.0 in June 2025.

View File

@@ -115,7 +115,7 @@ test_that("test-mo_property.R", {
expect_equal(
as.character(table(mo_pathogenicity(example_isolates$mo))),
c("1911", "72", "1", "16")
c("1911", "66", "1", "22")
)
expect_equal(mo_ref("Escherichia coli"), "Castellani et al., 1919")