1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00

(v1.7.1.9007) Updated antibiotics dataset, fixes #41

This commit is contained in:
2021-06-23 10:03:17 +02:00
parent 1dc9d237f6
commit 95050ee3e0
34 changed files with 91 additions and 86 deletions

View File

@ -81,7 +81,7 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">AMR (for R)</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9006</span>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9007</span>
</span>
</div>
@ -236,12 +236,12 @@
<small>Source: <a href='https://github.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
</div>
<div id="amr-1719006" class="section level1">
<h1 class="page-header" data-toc-text="1.7.1.9006">
<a href="#amr-1719006" class="anchor"></a><small> Unreleased </small><code>AMR</code> 1.7.1.9006</h1>
<div id="last-updated-22-june-2021" class="section level2">
<div id="amr-1719007" class="section level1">
<h1 class="page-header" data-toc-text="1.7.1.9007">
<a href="#amr-1719007" class="anchor"></a><small> Unreleased </small><code>AMR</code> 1.7.1.9007</h1>
<div id="last-updated-23-june-2021" class="section level2">
<h2 class="hasAnchor">
<a href="#last-updated-22-june-2021" class="anchor"></a><small>Last updated: 22 June 2021</small>
<a href="#last-updated-23-june-2021" class="anchor"></a><small>Last updated: 23 June 2021</small>
</h2>
<div id="changed" class="section level3">
<h3 class="hasAnchor">
@ -255,6 +255,7 @@
<li>Fix for using selectors multiple times in one call (e.g., using them in <code><a href="https://dplyr.tidyverse.org/reference/filter.html">dplyr::filter()</a></code> and immediately after in <code><a href="https://dplyr.tidyverse.org/reference/select.html">dplyr::select()</a></code>)</li>
</ul>
</li>
<li>Fixed duplicate ATC codes in the <code>antibiotics</code> data set</li>
<li>Added <code><a href="https://ggplot2.tidyverse.org/reference/autoplot.html">ggplot2::autoplot()</a></code> generic for classes <code>&lt;mic&gt;</code>, <code>&lt;disk&gt;</code>, <code>&lt;rsi&gt;</code> and <code>&lt;resistance_predict&gt;</code>
</li>
<li>Fix to prevent introducing <code>NA</code>s for old MO codes when running <code><a href="../reference/as.mo.html">as.mo()</a></code> on them</li>