1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 16:21:59 +02:00

ATC and DDD update

This commit is contained in:
2022-10-29 19:01:23 +02:00
parent fa620f8ebd
commit 3d9faf89cf
27 changed files with 23 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# AMR 1.8.2.9036
# AMR 1.8.2.9037
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
@ -53,6 +53,7 @@ This version will eventually become v2.0! We're happy to reach a new major miles
* Updated support for all WHONET 2022 microorganism codes
* Antimicrobial interpretation 'SDD' (susceptible dose-dependent, coined by CLSI) will be interpreted as 'I' to comply with EUCAST's 'I' in `as.rsi()`
* Fix for `mo_shortname()` in case of higher taxonomic ranks (order, class, phylum)
* Updated DDDs and ATCs for the `antibiotics` data set - ATC codes J04AB06 (enviomycin) and D06AX14 (ozenoxacin) were added
### Other
* New website to make use of the new Bootstrap 5 and pkgdown 2.0. The website now contains results for all examples and will be automatically regenerated with every change to our repository, using GitHub Actions