Data sets for download / own use
-21 April 2025
+25 April 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
AMR 2.1.1.9251
+AMR 2.1.1.9252
(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! Install this beta using the instructions here.)
A New Milestone: AMR v3.0 with One Health Support (= Human + Veterinary + Environmental)
+A New Milestone: AMR v3.0 with 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’s Atlantic Veterinary College, Canada. To celebrate this great improvement of the package, we also updated the package logo to reflect this change.
Breaking
+Breaking
- Dataset
antibiotics
has been renamed toantimicrobials
as the data set contains more than just antibiotics. Usingantibiotics
will still work, but now returns a warning. - Removed all functions and references that used the deprecated
rsi
class, which were all replaced with theirsir
equivalents over two years ago. - Functions
resistance_predict()
andsir_predict()
is now deprecated and will be removed in a future version. Use thetidymodels
framework instead, for which we wrote a basic introduction.
New
+New
-
One Health implementation
- Function
as.sir()
now has extensive support for veterinary breakpoints from CLSI. Usebreakpoint_type = "animal"
and set thehost
argument to a variable that contains animal species names.
@@ -117,7 +117,7 @@
- Function
Changed
+Changed
- SIR interpretation
- It is now possible to use column names for arguments
guideline
,ab
,mo
, anduti
:as.sir(..., ab = "column1", mo = "column2", uti = "column3")
. This greatly improves the flexibility for users. - Users can now set their own criteria (using regular expressions) as to what should be considered S, I, R, SDD, and NI. @@ -198,7 +198,7 @@
- Added console colours support of
sir
class for Positron
- It is now possible to use column names for arguments
Other
+Other
- New website domain: https://amr-for-r.org! The old domain (http://amr-for-r.org) will remain to work.
- Added Dr. Larisse Bolton and Aislinn Cook as contributors for their fantastic implementation of WISCA in a mathematically solid way
- Added Matthew Saab, Dr. Jordan Stull, and Prof. Javier Sanchez as contributors for their tremendous input on veterinary breakpoints and interpretations @@ -208,7 +208,7 @@
- Stopped support for SAS (
.xpt
) files, since their file structure and extremely inefficient and requires more disk space than GitHub allows in a single commit.
Older Versions
+Older Versions
This changelog only contains changes from AMR v3.0 (March 2025) and later.
- For prior v2 versions, please see our v2 archive.
- For prior v1 versions, please see our v1 archive. diff --git a/pkgdown.yml b/pkgdown.yml index 11df83c5f..ffcb92397 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -11,7 +11,7 @@ articles: PCA: PCA.html welcome_to_AMR: welcome_to_AMR.html WHONET: WHONET.html -last_built: 2025-04-21T14:08Z +last_built: 2025-04-25T09:23Z urls: reference: https://amr-for-r.org/reference article: https://amr-for-r.org/articles diff --git a/reference/AMR-deprecated.html b/reference/AMR-deprecated.html index baccff539..8149c12c1 100644 --- a/reference/AMR-deprecated.html +++ b/reference/AMR-deprecated.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9251 + 2.1.1.9252
Welcome to the AMR
package.
The AMR
package is a free and open-source R package with zero dependencies to simplify the analysis and prediction of Antimicrobial Resistance (AMR) and to work with microbial and antimicrobial data and properties, by using evidence-based methods. Our aim is to provide a standard for clean and reproducible AMR data analysis, that can therefore empower epidemiological analyses to continuously enable surveillance and treatment evaluation in any setting. Many different researchers from around the globe are continually helping us to make this a successful and durable project!
The AMR
package is a peer-reviewed, free and open-source R package with zero dependencies to simplify the analysis and prediction of Antimicrobial Resistance (AMR) and to work with microbial and antimicrobial data and properties, by using evidence-based methods. Our aim is to provide a standard for clean and reproducible AMR data analysis, that can therefore empower epidemiological analyses to continuously enable surveillance and treatment evaluation in any setting. Many different researchers from around the globe are continually helping us to make this a successful and durable project!
This work was published in the Journal of Statistical Software (Volume 104(3); doi:10.18637/jss.v104.i03
) and formed the basis of two PhD theses (doi:10.33612/diss.177417131
and doi:10.33612/diss.192486375
diff --git a/reference/WHOCC.html b/reference/WHOCC.html
index d2708afc0..5f14a39d9 100644
--- a/reference/WHOCC.html
+++ b/reference/WHOCC.html
@@ -7,7 +7,7 @@
AMR (for R)
- 2.1.1.9251
+ 2.1.1.9252