@@ -261,21 +261,21 @@ make the structure of your data generally look like this:
-
2024-04-07
+
2024-04-08
abcd
Escherichia coli
S
S
-
2024-04-07
+
2024-04-08
abcd
Escherichia coli
S
R
-
2024-04-07
+
2024-04-08
efgh
Escherichia coli
R
diff --git a/articles/EUCAST.html b/articles/EUCAST.html
index 7a2448cf..b39100a0 100644
--- a/articles/EUCAST.html
+++ b/articles/EUCAST.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9017
+ 2.1.1.9018
diff --git a/articles/MDR.html b/articles/MDR.html
index 33d1dae5..b41aa7fc 100644
--- a/articles/MDR.html
+++ b/articles/MDR.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9017
+ 2.1.1.9018
@@ -402,18 +402,18 @@ names or codes, this would have worked exactly the same way:
head(my_TB_data)#> rifampicin isoniazid gatifloxacin ethambutol pyrazinamide moxifloxacin
-#> 1 S I R I R R
-#> 2 I I S I S R
-#> 3 S S S I S I
-#> 4 I S I S S I
-#> 5 R S S I R R
-#> 6 S R I R S I
+#> 1 I I I S I I
+#> 2 S I S R S R
+#> 3 I I I I I I
+#> 4 S R R R R I
+#> 5 I S I S S R
+#> 6 R I S I R S#> kanamycin
-#> 1 S
-#> 2 I
-#> 3 I
+#> 1 I
+#> 2 R
+#> 3 S#> 4 R
-#> 5 R
+#> 5 I#> 6 R
We can now add the interpretation of MDR-TB to our data set. You can
use:
(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.
@@ -184,7 +184,7 @@
Function limit_mic_range(), which allows to limit MIC values to a manually set range. This is the powerhouse behind the scale_*_mic() functions, but it can be used by users directly to e.g. compare equality in MIC distributions by rescaling them to the same range first.
-
Changed
+
Changed
For MICs:
Added as valid levels: 4096, 6 powers of 0.0625, and 5 powers of 192 (192, 384, 576, 768, 960)
Added new argument keep_operators to as.mic(). This can be "all" (default), "none", or "edges". This argument is also available in the new limit_mic_range() and scale_*_mic() functions.
@@ -196,7 +196,7 @@
Updated all antibiotic DDDs from WHOCC
-
Other
+
Other
Added Jordan Stull, Matthew Saab, and Javier Sanchez as contributors, to thank them for their valuable input