@@ -261,21 +261,21 @@ make the structure of your data generally look like this:
-
2024-03-03
+
2024-03-09
abcd
Escherichia coli
S
S
-
2024-03-03
+
2024-03-09
abcd
Escherichia coli
S
R
-
2024-03-03
+
2024-03-09
efgh
Escherichia coli
R
diff --git a/articles/EUCAST.html b/articles/EUCAST.html
index a2065efe..48178d7d 100644
--- a/articles/EUCAST.html
+++ b/articles/EUCAST.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9014
+ 2.1.1.9015
diff --git a/articles/MDR.html b/articles/MDR.html
index 26493d54..45088703 100644
--- a/articles/MDR.html
+++ b/articles/MDR.html
@@ -39,7 +39,7 @@
AMR (for R)
- 2.1.1.9014
+ 2.1.1.9015
@@ -402,19 +402,19 @@ names or codes, this would have worked exactly the same way:
head(my_TB_data)#> rifampicin isoniazid gatifloxacin ethambutol pyrazinamide moxifloxacin
-#> 1 R S R S R I
-#> 2 R I S I R R
-#> 3 I I R I S I
-#> 4 S I S R I I
-#> 5 I R S R R S
-#> 6 I I R S R I
+#> 1 S R I R R R
+#> 2 R I R I I I
+#> 3 S R S R S S
+#> 4 I I I S S I
+#> 5 I I R S S R
+#> 6 I R R I S R#> kanamycin#> 1 R
-#> 2 R
+#> 2 S#> 3 S
-#> 4 R
-#> 5 I
-#> 6 S
+#> 4 I
+#> 5 R
+#> 6 I
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 supports 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.
@@ -195,7 +195,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