mirror of
https://github.com/msberends/AMR.git
synced 2025-09-30 07:29:05 +02:00
(v3.0.0.9035) fix mo_pathogenicity unit test following MycoBank bugfix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 3.0.0.9034
|
Version: 3.0.0.9035
|
||||||
Date: 2025-09-18
|
Date: 2025-09-18
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
2
NEWS.md
2
NEWS.md
@@ -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.
|
This is a bugfix release following the release of v3.0.0 in June 2025.
|
||||||
|
|
||||||
|
@@ -115,7 +115,7 @@ test_that("test-mo_property.R", {
|
|||||||
|
|
||||||
expect_equal(
|
expect_equal(
|
||||||
as.character(table(mo_pathogenicity(example_isolates$mo))),
|
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")
|
expect_equal(mo_ref("Escherichia coli"), "Castellani et al., 1919")
|
||||||
|
Reference in New Issue
Block a user