1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-22 08:13:13 +02:00

(v1.3.0.9007) tibble printing

This commit is contained in:
2020-08-26 11:33:54 +02:00
parent c8c8bb4e3a
commit 5e45fdcf2a
64 changed files with 266 additions and 77 deletions

View File

@ -1,5 +1,5 @@
# AMR 1.3.0.9006
## <small>Last updated: 21 August 2020</small>
# AMR 1.3.0.9007
## <small>Last updated: 26 August 2020</small>
### New
* Data set `intrinsic_resistant`. This data set contains all bug-drug combinations where the 'bug' is intrinsic resistant to the 'drug' according to the latest EUCAST insights. It contains just two columns: `microorganism` and `antibiotic`.
@ -34,7 +34,11 @@
#> Class <disk>
#> [1] 24 24
```
* Speed improvement for `eucast_rules()`
* Overall speed improvement by tweaking joining functions
* Function `mo_shortname()` now return the genus for input where the species is unknown
* BORSA is now recognised as an abbreviation for a *Staphylococcus aureus*, meaning that e.g. `mo_genus("BORSA")` will return "Staphylococcus"
* Support for coloured `tibble` printing of classes `mo`, `rsi`, `mic` and `disk`
# AMR 1.3.0