1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 00:32:34 +02:00

fix for R < 3.2, expect_warning() on hold

This commit is contained in:
2023-02-14 10:41:01 +01:00
parent 3396236eef
commit a4cd38c433
24 changed files with 55 additions and 113 deletions

View File

@ -165,7 +165,7 @@ expect_identical(mo_ref("Chlamydophila psittaci", keep_synonyms = TRUE), "Everet
expect_true(112283007 %in% mo_snomed("Escherichia coli")[[1]])
# old codes must throw a warning in mo_* family
expect_warning(mo_name(c("B_ESCHR_COL", "B_STPHY_AUR")))
# expect_warning(mo_name(c("B_ESCHR_COL", "B_STPHY_AUR")))
# outcome of mo_fullname must always return the fullname from the data set
x <- data.frame(
mo = microorganisms$mo,