Download data sets for download / own use
-21 May 2025
+01 June 2025
Source:vignettes/datasets.Rmd
datasets.Rmd
ab, cid, name, group, a iv_ddd, iv_units, and loinc.
This data set is in R available as antimicrobials
, after
you load the AMR
package.
It was last updated on 4 May 2025 14:38:09 UTC. Find more info about +
It was last updated on 1 June 2025 09:54:40 UTC. Find more info about the contents, (scientific) source, and structure of this data set here.
Direct download links:
diff --git a/articles/index.html b/articles/index.html index 1457fb64c..fd06a032b 100644 --- a/articles/index.html +++ b/articles/index.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9285 + 2.1.1.9287This package was intended as a comprehensive toolbox for integrated AMR data analysis. This package can be used for:
-
-
- Reference for the taxonomy of microorganisms, since the package contains all microbial (sub)species from the List of Prokaryotic names with Standing in Nomenclature (LPSN) and the Global Biodiversity Information Facility (GBIF) (manual) +
- Reference for the taxonomy of microorganisms, since the package contains all microbial (sub)species from the List of Prokaryotic names with Standing in Nomenclature (LPSN) and the Global Biodiversity Information Facility (GBIF) (manual)
- Interpreting raw MIC and disk diffusion values, based on any CLSI or EUCAST guideline (manual)
- Retrieving antimicrobial drug names, doses and forms of administration from clinical health care records (manual)
- Determining first isolates to be used for AMR data analysis (manual) diff --git a/news/index.html b/news/index.html index 22deeb31d..53af527f0 100644 --- a/news/index.html +++ b/news/index.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9285 + 2.1.1.9287
AMR 2.1.1.9285
+AMR 2.1.1.9287
(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.)
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.
-tl;dr
-- Scope Expansion: One Health support (Human + Veterinary + Environmental microbiology). -
- Data Updates:
-
-
-
antibiotics
renamed toantimicrobials
.
- - Veterinary antimicrobials and WHOCC codes added. -
- MycoBank fungal taxonomy integrated (+20,000 fungi). -
- -
-
- Breakpoints & Interpretations:
-
- CLSI/EUCAST 2024-2025 breakpoints added; EUCAST 2025 default. -
-
-
as.sir()
supports NI/SDD levels; parallel computation enabled.
- - Custom S/I/R/SDD/NI definitions allowed. -
- Improved handling of capped MICs. -
- - New Tools & Functions:
-
- WISCA antibiogram support (
antibiogram()
,wisca()
).
- - New ggplot2 extensions:
scale_*_mic()
,scale_*_sir()
,rescale_mic()
.
- - New utility functions:
top_n_microorganisms()
,mo_group_members()
,mic_p50()
,mic_p90()
.
-
- - WISCA antibiogram support (
- Predictive Modelling:
-
- Full tidymodels compatibility for antimicrobial selectors. -
- Deprecated
resistance_predict()
andsir_predict()
.
-
- - Python Compatibility: AMR R package now runs in Python. -
- Selector Improvements:
-
- Added selectors (
isoxazolylpenicillins()
,monobactams()
,nitrofurans()
,phenicols()
,rifamycins()
, andsulfonamides()
)
- - Selectors renamed from
ab_*
toamr_*
; old names deprecated.
-
- - Added selectors (
- MIC/Disks Handling:
-
- MIC strict comparisons, added levels. -
- Disk diffusion range expanded (0–50 mm). -
- - EUCAST Rules and MDROs:
-
- EUCAST v12–v15 rules implemented. -
- Dutch MDRO 2024 guideline support in
mdro()
.
-
- - Infrastructure:
-
- New website: https://amr-for-r.org. -
- Improved
vctrs
integration for tidyverse workflows.
- - Dropped SAS
.xpt
file support.
-
- - Other Fixes & Enhancements:
-
- Support for 8 new languages, adding to a total of 28 languages. -
- Faster microorganism identification. -
- Improved antimicrobial and MIC handling. -
- Extended documentation, additional contributors acknowledged. -
-
Full Changelog
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()
are 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.
@@ -170,7 +118,7 @@
- Function
Changed
+Changed
- SIR interpretation
- Support for parallel computing to greatly improve speed using the
parallel
package (part of base R). Useas.sir(your_data, parallel = TRUE)
to run SIR interpretation using multiple cores. - 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.
@@ -256,7 +204,7 @@
- Added console colours support of
sir
class for Positron
- Support for parallel computing to greatly improve speed using the
Other
+Other
- New website domain: https://amr-for-r.org! The old domain 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 @@ -265,9 +213,8 @@
- Greatly updated and expanded documentation
- 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 6cb485ac7..fba3bf6fe 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,5 +1,5 @@ pandoc: 3.1.11 -pkgdown: 2.1.2 +pkgdown: 2.1.3 pkgdown_sha: ~ articles: AMR_for_Python: AMR_for_Python.html @@ -10,7 +10,7 @@ articles: PCA: PCA.html WHONET: WHONET.html WISCA: WISCA.html -last_built: 2025-05-21T14:57Z +last_built: 2025-06-01T10:21Z 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 6211f7727..f8df8f286 100644 --- a/reference/AMR-deprecated.html +++ b/reference/AMR-deprecated.html @@ -7,7 +7,7 @@ AMR (for R) - 2.1.1.9285 + 2.1.1.9287