1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-16 11:27:56 +01:00

Built site for AMR@3.0.1.9022: 0311834

This commit is contained in:
github-actions
2026-03-03 14:52:15 +00:00
parent 6f0dc96d0d
commit 3c74d99480
96 changed files with 363 additions and 272 deletions

View File

@@ -7,7 +7,7 @@
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9021</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9022</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@@ -49,9 +49,9 @@
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="3.0.1.9021" id="amr-3019021">AMR 3.0.1.9021<a class="anchor" aria-label="anchor" href="#amr-3019021"></a></h2>
<h2 class="pkg-version" data-toc-text="3.0.1.9022" id="amr-3019022">AMR 3.0.1.9022<a class="anchor" aria-label="anchor" href="#amr-3019022"></a></h2>
<div class="section level4">
<h4 id="new-3-0-1-9021">New<a class="anchor" aria-label="anchor" href="#new-3-0-1-9021"></a></h4>
<h4 id="new-3-0-1-9022">New<a class="anchor" aria-label="anchor" href="#new-3-0-1-9022"></a></h4>
<ul><li>Integration with the <strong>tidymodels</strong> framework to allow seamless use of SIR, MIC and disk data in modelling pipelines via <code>recipes</code>
<ul><li>
<code><a href="../reference/amr-tidymodels.html">step_mic_log2()</a></code> to transform <code>&lt;mic&gt;</code> columns with log2, and <code><a href="../reference/amr-tidymodels.html">step_sir_numeric()</a></code> to convert <code>&lt;sir&gt;</code> columns to numeric</li>
@@ -68,8 +68,9 @@
</ul></li>
</ul></li>
<li>Data set <code>esbl_isolates</code> to practise with AMR modelling</li>
<li>AMR selectors <code><a href="../reference/antimicrobial_selectors.html">phosphonics()</a></code> and <code><a href="../reference/antimicrobial_selectors.html">spiropyrimidinetriones()</a></code>
<li>AMR selectors <code><a href="../reference/antimicrobial_selectors.html">peptides()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">phosphonics()</a></code> and <code><a href="../reference/antimicrobial_selectors.html">spiropyrimidinetriones()</a></code>
</li>
<li>Antimicrobials in the <code>antimicrobials</code> data set: ceftibuten/avibactam (<code>CTA</code>), kasugamycin (<code>KAS</code>), ostreogrycin (<code>OST</code>), thiostrepton (<code>THS</code>), xeruborbactam (<code>XER</code>), zorbamycin (<code>ZOR</code>)</li>
<li>Support for Wildtype (WT) / Non-wildtype (NWT) in <code><a href="../reference/as.sir.html">as.sir()</a></code>, all plotting functions, and all susceptibility/resistance functions.
<ul><li>
<code><a href="../reference/as.sir.html">as.sir()</a></code> gained an argument <code>as_wt_nwt</code>, which defaults to <code>TRUE</code> only when <code>breakpoint_type = "ECOFF"</code> (<a href="https://github.com/msberends/AMR/issues/254" class="external-link">#254</a>)</li>
@@ -83,7 +84,7 @@
</ul></li>
</ul></div>
<div class="section level4">
<h4 id="fixes-3-0-1-9021">Fixes<a class="anchor" aria-label="anchor" href="#fixes-3-0-1-9021"></a></h4>
<h4 id="fixes-3-0-1-9022">Fixes<a class="anchor" aria-label="anchor" href="#fixes-3-0-1-9022"></a></h4>
<ul><li>Fixed a bug in <code><a href="../reference/antibiogram.html">antibiogram()</a></code> for when no antimicrobials are set</li>
<li>Fixed a bug in <code><a href="../reference/as.sir.html">as.sir()</a></code> where for numeric input the arguments <code>S</code>, <code>I</code>, and <code>R</code> would not be considered (<a href="https://github.com/msberends/AMR/issues/244" class="external-link">#244</a>)</li>
<li>Fixed some foreign translations of antimicrobial drugs</li>
@@ -92,7 +93,7 @@
<li>Fixed Italian translation of CoNS to Stafilococco coagulasi-negativo and CoPS to Stafilococco coagulasi-positivo (<a href="https://github.com/msberends/AMR/issues/256" class="external-link">#256</a>)</li>
</ul></div>
<div class="section level4">
<h4 id="updates-3-0-1-9021">Updates<a class="anchor" aria-label="anchor" href="#updates-3-0-1-9021"></a></h4>
<h4 id="updates-3-0-1-9022">Updates<a class="anchor" aria-label="anchor" href="#updates-3-0-1-9022"></a></h4>
<ul><li>
<code><a href="../reference/proportion.html">susceptibility()</a></code> and <code><a href="../reference/proportion.html">resistance()</a></code> gained the argument <code>guideline</code>, which defaults to EUCAST, for interpreting the I category correctly.</li>
<li>

View File

@@ -1,6 +1,6 @@
# Changelog
## AMR 3.0.1.9021
## AMR 3.0.1.9022
#### New
@@ -19,9 +19,13 @@
[`all_disk_predictors()`](https://amr-for-r.org/reference/amr-tidymodels.md)
- Data set `esbl_isolates` to practise with AMR modelling
- AMR selectors
[`peptides()`](https://amr-for-r.org/reference/antimicrobial_selectors.md),
[`phosphonics()`](https://amr-for-r.org/reference/antimicrobial_selectors.md)
and
[`spiropyrimidinetriones()`](https://amr-for-r.org/reference/antimicrobial_selectors.md)
- Antimicrobials in the `antimicrobials` data set: ceftibuten/avibactam
(`CTA`), kasugamycin (`KAS`), ostreogrycin (`OST`), thiostrepton
(`THS`), xeruborbactam (`XER`), zorbamycin (`ZOR`)
- Support for Wildtype (WT) / Non-wildtype (NWT) in
[`as.sir()`](https://amr-for-r.org/reference/as.sir.md), all plotting
functions, and all susceptibility/resistance functions.