mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 21:01:56 +02:00
(v0.7.1.9013) guess_mo_ab speed improvement
This commit is contained in:
5
NEWS.md
5
NEWS.md
@ -1,4 +1,4 @@
|
||||
# AMR 0.7.1.9012
|
||||
# AMR 0.7.1.9013
|
||||
|
||||
### New
|
||||
* Additional way to calculate co-resistance, i.e. when using multiple antibiotics as input for `portion_*` functions or `count_*` functions. This can be used to determine the empiric susceptibily of a combination therapy. A new parameter `only_all_tested` (**which defaults to `FALSE`**) replaces the old `also_single_tested` and can be used to select one of the two methods to count isolates and calculate portions. The difference can be seen in this example table (which is also on the `portion` and `count` help pages), where the %SI is being determined:
|
||||
@ -39,9 +39,10 @@
|
||||
* Fix for using `mo_*` functions where the coercion uncertainties and failures would not be available through `mo_uncertainties()` and `mo_failures()` anymore
|
||||
* Deprecated the `country` parameter of `mdro()` in favour of the already existing `guideline` parameter to support multiple guidelines within one country
|
||||
* Fix for frequency tables when creating one directly on a group (using `group_by()`)
|
||||
* The name of `RIF` is now Rifampicin instead of Rifampin
|
||||
* The `name` of `RIF` is now Rifampicin instead of Rifampin
|
||||
* The `antibiotics` data set is now sorted by name
|
||||
* Using verbose mode with `eucast_rules(..., verbose = TRUE)` returns more informative and readable output
|
||||
* Speed improvement for `guess_ab_col()` which is now 30 times faster for antibiotic abbreviations
|
||||
|
||||
# AMR 0.7.1
|
||||
|
||||
|
Reference in New Issue
Block a user