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

(v1.6.0.9020) fix for skimr in dplyr 1.0.6

This commit is contained in:
2021-05-06 15:17:11 +02:00
parent 5899678b74
commit 3319fbae58
17 changed files with 29 additions and 39 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.6.0.9019</span>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.6.0.9020</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-1609019" class="section level1">
<h1 class="page-header" data-toc-text="1.6.0.9019">
<a href="#amr-1609019" class="anchor"></a><small> Unreleased </small><code>AMR</code> 1.6.0.9019</h1>
<div id="last-updated-5-may-2021" class="section level2">
<div id="amr-1609020" class="section level1">
<h1 class="page-header" data-toc-text="1.6.0.9020">
<a href="#amr-1609020" class="anchor"></a><small> Unreleased </small><code>AMR</code> 1.6.0.9020</h1>
<div id="last-updated-6-may-2021" class="section level2">
<h2 class="hasAnchor">
<a href="#last-updated-5-may-2021" class="anchor"></a><small>Last updated: 5 May 2021</small>
<a href="#last-updated-6-may-2021" class="anchor"></a><small>Last updated: 6 May 2021</small>
</h2>
<div id="new" class="section level3">
<h3 class="hasAnchor">
@ -300,6 +300,7 @@
<li>Colour fix for using <code><a href="https://rdrr.io/r/graphics/barplot.html">barplot()</a></code> on an RSI class</li>
<li>Added 25 common system codes for bacteria to the <code>microorganisms.codes</code> data set</li>
<li>Added 16 common system codes for antimicrobial agents to the <code>antibiotics</code> data set</li>
<li>Fix for using <code><a href="https://docs.ropensci.org/skimr/reference/skim.html">skimr::skim()</a></code> on classes <code>mo</code>, <code>mic</code> and <code>disk</code> when using the just released <code>dplyr</code> v1.0.6</li>
</ul>
</div>
</div>