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

(v0.9.0.9008) Happy new year! Add lifecycles

This commit is contained in:
2020-01-05 17:22:09 +01:00
parent f4669889e5
commit ced1a7b7fa
220 changed files with 2037 additions and 502 deletions

View File

@ -84,7 +84,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">0.9.0.9007</span>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">0.9.0.9008</span>
</span>
</div>
@ -231,13 +231,13 @@
</div>
<div id="amr-0-9-0-9007" class="section level1">
<div id="amr-0-9-0-9008" class="section level1">
<h1 class="page-header">
<a href="#amr-0-9-0-9007" class="anchor"></a>AMR 0.9.0.9007<small> Unreleased </small>
<a href="#amr-0-9-0-9008" class="anchor"></a>AMR 0.9.0.9008<small> Unreleased </small>
</h1>
<div id="last-updated-27-dec-2019" class="section level2">
<div id="last-updated-05-jan-2020" class="section level2">
<h2 class="hasAnchor">
<a href="#last-updated-27-dec-2019" class="anchor"></a><small>Last updated: 27-Dec-2019</small>
<a href="#last-updated-05-jan-2020" class="anchor"></a><small>Last updated: 05-Jan-2020</small>
</h2>
<div id="changes" class="section level3">
<h3 class="hasAnchor">
@ -246,6 +246,8 @@
<li>Speed improvement for <code><a href="../reference/as.mo.html">as.mo()</a></code> (and consequently all <code>mo_*</code> functions that use <code><a href="../reference/as.mo.html">as.mo()</a></code> internally), especially for the <em>G. species</em> format (G for genus), like <em>E. coli</em> and <em>K penumoniae</em>
</li>
<li>Input values for <code><a href="../reference/as.disk.html">as.disk()</a></code> limited to a maximum of 50 millimeters</li>
<li>Added a lifecycle state to every function, following <a href="https://www.tidyverse.org/lifecycle">the lifecycle circle of the <code>tidyverse</code></a>
</li>
</ul>
</div>
<div id="other" class="section level3">
@ -1416,7 +1418,7 @@ Using <code><a href="../reference/as.mo.html">as.mo(..., allow_uncertain = 3)</a
<div id="tocnav">
<h2>Contents</h2>
<ul class="nav nav-pills nav-stacked">
<li><a href="#amr-0-9-0-9007">0.9.0.9007</a></li>
<li><a href="#amr-0-9-0-9008">0.9.0.9008</a></li>
<li><a href="#amr-0-9-0">0.9.0</a></li>
<li><a href="#amr-0-8-0">0.8.0</a></li>
<li><a href="#amr-0-7-1">0.7.1</a></li>