This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-04-23 09:34:05 +02:00
parent 2899b3c840
commit 35f095cceb
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 2.1.1.9021
Date: 2024-04-19
Version: 2.1.1.9022
Date: 2024-04-23
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by

View File

@ -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!)*

View File

@ -294,7 +294,7 @@ antibiogram <- function(x,
} else if (mo_transform == "name") {
x$`.mo` <- mo_name(x$`.mo`, language = language)
} 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`)] <- "(??)"