(this beta version will eventually become v3.0. We’re happy to reach a new major milestone soon, which will be all about the new One Health support!)
-
A New Milestone: One Health Support (= Human + Veterinary + Environmental)
+
A New Milestone: One Health Support (= Human + Veterinary + Environmental)
This package now supports not only tools for AMR data analysis in clinical settings, but also for veterinary and environmental microbiology. This was made possible through a collaboration with the University of Prince Edward Island, Canada. To celebrate this great improvement of the package, we also updated the package logo to reflect this change.
-
Breaking
+
Breaking
Removed all functions and references that used the deprecated rsi class, which were all replaced with their sir equivalents over a year ago
-
New
+
New
One Health implementation
Function as.sir() now has extensive support for animal breakpoints from CLSI. Use breakpoint_type = "animal" and set the host argument to a variable that contains animal species names.
The clinical_breakpoints data set contains all these breakpoints, and can be downloaded on our download page.
@@ -188,7 +188,7 @@
Clinical breakpoints and intrinsic resistance of EUCAST 2024 and CLSI 2024 have been added to the clinical_breakpoints data set for usage in as.sir(). EUCAST 2024 (v14.0) is now the new default guideline for all MIC and disks diffusion interpretations.
-
Changed
+
Changed
For SIR interpretation, it is now possible to use column names for argument ab, mo, and uti: as.sir(..., ab = "column1", mo = "column2", uti = "column3"). This greatly improves the flexibility for users.