1
0
mirror of https://github.com/msberends/AMR.git synced 2026-01-10 03:04:39 +01:00

(v3.0.1.9016) fix unit test

This commit is contained in:
2026-01-08 12:29:08 +01:00
parent 7df28bce28
commit cfd1922dd9
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Package: AMR
Version: 3.0.1.9015
Version: 3.0.1.9016
Date: 2026-01-08
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@@ -1,4 +1,4 @@
# AMR 3.0.1.9015
# AMR 3.0.1.9016
### New
* Integration with the **tidymodels** framework to allow seamless use of SIR, MIC and disk data in modelling pipelines via `recipes`

View File

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