mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 01:51:52 +02:00
(v1.3.0.9030) matching score update
This commit is contained in:
@ -72,7 +72,7 @@ test_that("EUCAST rules work", {
|
||||
expect_equal(suppressWarnings(eucast_rules(a, "mo", info = FALSE)), b)
|
||||
|
||||
# piperacillin must be R in Enterobacteriaceae when tica is R
|
||||
library(dplyr)
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
expect_equal(suppressWarnings(
|
||||
example_isolates %>%
|
||||
mutate(TIC = as.rsi("R"),
|
||||
@ -85,7 +85,7 @@ test_that("EUCAST rules work", {
|
||||
as.character()),
|
||||
"R")
|
||||
|
||||
# Azithromicin and Clarythromycin must be equal to Erythromycin
|
||||
# Azithromycin and Clarythromycin must be equal to Erythromycin
|
||||
a <- eucast_rules(data.frame(mo = example_isolates$mo,
|
||||
ERY = example_isolates$ERY,
|
||||
AZM = as.rsi("R"),
|
||||
|
Reference in New Issue
Block a user