mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
speed improvement eucast_rules(), support more old MO codes
This commit is contained in:
@ -263,4 +263,8 @@ test_that("as.mo works", {
|
||||
|
||||
expect_error(translate_allow_uncertain(5))
|
||||
|
||||
# very old MO codes (<= v0.5.0)
|
||||
expect_equal(as.character(as.mo("F_CCCCS_NEO")), "F_CRYPT_NEO")
|
||||
expect_equal(as.character(as.mo("F_CANDD_GLB")), "F_CANDD_GLA")
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user