Go to file
dr. M.S. (Matthijs) Berends 3f4ff260d2 unit test 2021-12-23 15:36:54 +01:00
.github/workflows fix macOS r-lib/actions unit test 2021-12-22 09:44:10 +01:00
R (v1.7.1.9077) skimr support only for newer R versions 2021-12-23 13:38:25 +01:00
data (v1.7.1.9074) as.mo() improvement, ASCII replacements for unit tests 2021-12-14 22:39:23 +01:00
data-raw (v1.7.1.9077) skimr support only for newer R versions 2021-12-23 13:38:25 +01:00
docs (v1.7.1.9077) skimr support only for newer R versions 2021-12-23 13:38:25 +01:00
inst unit test 2021-12-23 15:36:54 +01:00
man (v1.7.1.9074) as.mo() improvement, ASCII replacements for unit tests 2021-12-14 22:39:23 +01:00
pkgdown (v1.7.1.9068) new logo, unit tests 2021-12-12 11:07:02 +01:00
tests (v1.7.1.9050) fix for as.mo 2021-10-05 14:00:35 +02:00
vignettes (v1.7.1.9075) assignment operator 2021-12-14 22:59:27 +01:00
.Rbuildignore (v1.7.1.9023) Removed filter_ functions, new set_ab_names(), ATC code update, ab selector update, fixes #46 and fixed #47 2021-08-16 21:54:34 +02:00
.gitignore (v1.7.1.9070) Better WHONET support 2021-12-13 10:18:28 +01:00
DESCRIPTION (v1.7.1.9077) skimr support only for newer R versions 2021-12-23 13:38:25 +01:00
LICENSE (v0.7.1.9068) gramstain to freq() 2019-08-30 14:50:56 +02:00
NAMESPACE (v1.7.1.9070) Better WHONET support 2021-12-13 10:18:28 +01:00
NEWS.md (v1.7.1.9077) skimr support only for newer R versions 2021-12-23 13:38:25 +01:00
README.md (v1.7.1.9071) rsi disk fix 2021-12-13 11:57:34 +01:00
_pkgdown.yml (v1.7.1.9067) Support for Swedish and Russian 2021-12-12 09:42:03 +01:00
codecov.yml (v1.7.1.9049) unit tests 2021-10-05 09:58:08 +02:00
cran-comments.md (v1.7.1) New CRAN release 2021-06-03 15:19:21 +02:00
git_development.sh (v1.7.1.9046) unit tests 2021-10-03 13:50:52 +02:00
git_merge.sh (v1.7.1.9041) new GH actions, branches rename 2021-09-29 16:36:03 +02:00
git_siteonly.sh (v1.7.1.9041) new GH actions, branches rename 2021-09-29 16:36:03 +02:00
index.md (v1.7.1.9071) rsi disk fix 2021-12-13 11:57:34 +01:00
logo.svg (v1.7.1.9068) new logo, unit tests 2021-12-12 11:07:02 +01:00

README.md

% AMR (for R)

AMR (for R)

R-code-check CodeFactor Codecov

The latest built source package (AMR_latest.tar.gz) can be found in folder /data-raw/.

AMR is a free, open-source and independent R package 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 antimicrobial resistance data analysis, that can therefore empower epidemiological analyses to continuously enable surveillance and treatment evaluation in any setting. It is currently being used in over 150 countries.

After installing this package, R knows ~71,000 distinct microbial species and all ~570 antibiotic, antimycotic, and antiviral drugs by name and code (including ATC, WHONET/EARS-Net, PubChem, LOINC and SNOMED CT), and knows all about valid R/SI and MIC values. It supports any data format, including WHONET/EARS-Net data. Antimicrobial names and group names are available in Danish, Dutch, English, French, German, Italian, Portuguese and Spanish.

This package is fully independent of any other R package and works on Windows, macOS and Linux with all versions of R since R-3.0.0 (April 2013). It was designed to work in any setting, including those with very limited resources. It was created for both routine data analysis and academic research at the Faculty of Medical Sciences of the University of Groningen, in collaboration with non-profit organisations Certe Medical Diagnostics and Advice Foundation and University Medical Center Groningen. This R package is actively maintained and free software; you can freely use and distribute it for both personal and commercial (but not patent) purposes under the terms of the GNU General Public License version 2.0 (GPL-2), as published by the Free Software Foundation.

This is the development source of the AMR package for R. Not a developer? Then please visit our website https://msberends.github.io/AMR/ to read more about this package.

NOTE: this source code is on GitHub (https://github.com/msberends/AMR), but also automatically mirrored to our university's Gitea server (https://git.web.rug.nl/P281424/AMR) and to GitLab (https://gitlab.com/msberends/AMR).

How to get this package

Please see our website.

You can install or update the AMR package from CRAN using:

install.packages("AMR")

It will be downloaded and installed automatically. For RStudio, click on the menu Tools > Install Packages... and then type in "AMR" and press Install.

This R package is licensed under the GNU General Public License (GPL) v2.0. In a nutshell, this means that this package:

  • May be used for commercial purposes

  • May be used for private purposes

  • May not be used for patent purposes

  • May be modified, although:

    • Modifications must be released under the same license when distributing the package
    • Changes made to the code must be documented
  • May be distributed, although:

    • Source code must be made available when the package is distributed
    • A copy of the license and copyright notice must be included with the package.
  • Comes with a LIMITATION of liability

  • Comes with NO warranty