1
0
mirror of https://github.com/msberends/AMR.git synced 2026-01-11 23:54:34 +01:00

(v3.0.1.9017) fix documentation

This commit is contained in:
2026-01-08 14:03:02 +01:00
parent cfd1922dd9
commit fd50c51543
5 changed files with 7 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ test_that("test-ab_property.R", {
expect_inherits(ab_tradenames(c("AMX", "AMX")), "list")
expect_identical(ab_group("AMX", language = NULL), "Aminopenicillins")
expect_identical(ab_group("AMX", language = NULL, all_groups = TRUE), c("Aminopenicillins", "Penicillins", "Beta-lactams"))
expect_identical(ab_atc_group1("AMX", language = NULL), "Beta-lactam antibacterials, penicillins")
expect_identical(ab_atc_group2("AMX", language = NULL), "Penicillins with extended spectrum")