mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 19:26:12 +01:00
fixes #148
This commit is contained in:
parent
2899b3c840
commit
35f095cceb
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 2.1.1.9021
|
Version: 2.1.1.9022
|
||||||
Date: 2024-04-19
|
Date: 2024-04-23
|
||||||
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)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# AMR 2.1.1.9021
|
# AMR 2.1.1.9022
|
||||||
|
|
||||||
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support!)*
|
*(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support!)*
|
||||||
|
|
||||||
|
@ -294,7 +294,7 @@ antibiogram <- function(x,
|
|||||||
} else if (mo_transform == "name") {
|
} else if (mo_transform == "name") {
|
||||||
x$`.mo` <- mo_name(x$`.mo`, language = language)
|
x$`.mo` <- mo_name(x$`.mo`, language = language)
|
||||||
} else {
|
} else {
|
||||||
x$`.mo` <- mo_property(x$`.mo`, language = language)
|
x$`.mo` <- mo_property(x$`.mo`, property = mo_transform, language = language)
|
||||||
}
|
}
|
||||||
x$`.mo`[is.na(x$`.mo`)] <- "(??)"
|
x$`.mo`[is.na(x$`.mo`)] <- "(??)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user