1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-08 06:49:37 +02:00

fix for scoped dplyr verbs

This commit is contained in:
2022-10-21 15:13:19 +02:00
parent 3102beb241
commit 4bebba3610
5 changed files with 31 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# AMR 1.8.2.9024
# AMR 1.8.2.9027
This version will eventually become v2.0! We're happy to reach a new major milestone soon!
@@ -27,7 +27,7 @@ This version will eventually become v2.0! We're happy to reach a new major miles
* Support for the following languages: Chinese, Greek, Japanese, Polish, Turkish and Ukrainian. We are very grateful for the valuable input by our colleagues from other countries. The `AMR` package is now available in 16 languages. The automatic language determination will give a note at start-up on systems in supported languages.
* Our data sets are now also continually exported to Apache Feather and Apache Parquet formats. You can find more info [in this article on our website](https://msberends.github.io/AMR/articles/datasets.html).
* Added confidence intervals in AMR calculation. This is now included in `rsi_df()` and `proportion_df()` and manually available as `rsi_confidence_interval()`
* Support for using antibiotic selectors in `dplyr::vars()`, such as in: `... %>% summarise_at(vars(aminoglycosides()), resistance)`
* Support for using antibiotic selectors in scoped `dplyr` verbs (worh or without `vars()`), such as in: `... %>% summarise_at(aminoglycosides(), resistance)`
### Changed
* Fix for using `as.rsi()` on certain EUCAST breakpoints for MIC values