1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 21:41:58 +02:00

(v2.1.1.9083) update for first_isolate()

This commit is contained in:
2024-09-30 19:13:53 +02:00
parent 681fe011fe
commit 8907e8e4af
4 changed files with 12 additions and 10 deletions

View File

@ -42,7 +42,7 @@ expect_equal(
)
expect_equal(
sum(first_isolate(x = example_isolates, method = "phenotype-based", info = TRUE), na.rm = TRUE),
1373
1387
)
# for phenotype determination
@ -66,7 +66,7 @@ expect_equal(
type = "keyantimicrobials",
antifungal = NULL, info = TRUE
), na.rm = TRUE),
1376
1383
)
expect_equal(
sum(first_isolate(
@ -75,7 +75,7 @@ expect_equal(
type = "keyantimicrobials",
antifungal = NULL, info = TRUE, ignore_I = FALSE
), na.rm = TRUE),
1396
1397
)