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

(v1.3.0.9008) also tibble printing for ab

This commit is contained in:
2020-08-26 15:34:12 +02:00
parent 5e45fdcf2a
commit 9b8db57c65
44 changed files with 63 additions and 52 deletions

View File

@ -54,7 +54,7 @@ test_that("mo_property works", {
expect_equal(mo_year("Escherichia coli"), 1919)
expect_equal(mo_shortname("Escherichia coli"), "E. coli")
expect_equal(mo_shortname("Escherichia"), "E. spp.")
expect_equal(mo_shortname("Escherichia"), "Escherichia")
expect_equal(mo_shortname("Staphylococcus aureus"), "S. aureus")
expect_equal(mo_shortname("Staphylococcus aureus", Becker = TRUE), "S. aureus")
expect_equal(mo_shortname("Staphylococcus aureus", Becker = "all", language = "en"), "CoPS")