1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 19:26:12 +01:00
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 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

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!)* *(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") { } 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`)] <- "(??)"