1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-25 20:52:25 +01:00

(v3.0.1.9038) fix format inline

This commit is contained in:
2026-03-22 22:16:59 +01:00
parent 3d1412e8c9
commit 975a690c10
9 changed files with 21 additions and 18 deletions

View File

@@ -219,7 +219,6 @@ test_that("test-eucast_rules.R", {
expect_inherits(eucast_dosage(c("tobra", "genta", "cipro")), "data.frame")
x <- custom_eucast_rules(
AMC == "R" & genus == "Klebsiella" ~ aminopenicillins == "R",
AMC == "I" & genus == "Klebsiella" ~ aminopenicillins == "I",