mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 02:41:56 +02:00
(v0.9.0.9003) as.mo() speedup for fullnames
This commit is contained in:
@ -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.9002</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">0.9.0.9003</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -231,15 +231,21 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div id="amr-0-9-0-9002" class="section level1">
|
||||
<div id="amr-0-9-0-9003" class="section level1">
|
||||
<h1 class="page-header">
|
||||
<a href="#amr-0-9-0-9002" class="anchor"></a>AMR 0.9.0.9002<small> Unreleased </small>
|
||||
<a href="#amr-0-9-0-9003" class="anchor"></a>AMR 0.9.0.9003<small> Unreleased </small>
|
||||
</h1>
|
||||
<div id="last-updated-16-dec-2019" class="section level2">
|
||||
<div id="last-updated-20-dec-2019" class="section level2">
|
||||
<h2 class="hasAnchor">
|
||||
<a href="#last-updated-16-dec-2019" class="anchor"></a><small>Last updated: 16-Dec-2019</small>
|
||||
<a href="#last-updated-20-dec-2019" class="anchor"></a><small>Last updated: 20-Dec-2019</small>
|
||||
</h2>
|
||||
<p>Website updates</p>
|
||||
<div id="changes" class="section level3">
|
||||
<h3 class="hasAnchor">
|
||||
<a href="#changes" class="anchor"></a>Changes</h3>
|
||||
<ul>
|
||||
<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)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="amr-0-9-0" class="section level1">
|
||||
@ -284,9 +290,9 @@
|
||||
<li><p>Data set <code>antivirals</code>, containing all entries from the ATC J05 group with their DDDs for oral and parenteral treatment</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="changes" class="section level3">
|
||||
<div id="changes-1" class="section level3">
|
||||
<h3 class="hasAnchor">
|
||||
<a href="#changes" class="anchor"></a>Changes</h3>
|
||||
<a href="#changes-1" class="anchor"></a>Changes</h3>
|
||||
<ul>
|
||||
<li>Improvements to algorithm in <code><a href="../reference/as.mo.html">as.mo()</a></code>:
|
||||
<ul>
|
||||
@ -1401,7 +1407,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-9002">0.9.0.9002</a></li>
|
||||
<li><a href="#amr-0-9-0-9003">0.9.0.9003</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>
|
||||
@ -1423,7 +1429,7 @@ Using <code><a href="../reference/as.mo.html">as.mo(..., allow_uncertain = 3)</a
|
||||
|
||||
<footer>
|
||||
<div class="copyright">
|
||||
<p>Developed by <a href='https://www.rug.nl/staff/m.s.berends/'>Matthijs S. Berends</a>, <a href='https://www.rug.nl/staff/c.f.luz/'>Christian F. Luz</a>, <a href='https://www.rug.nl/staff/a.w.friedrich/'>Alex W. Friedrich</a>, <a href='https://www.rug.nl/staff/b.sinha/'>Bhanu N. M. Sinha</a>, <a href='https://www.rug.nl/staff/c.j.albers/'>Casper J. Albers</a>, <a href='https://www.rug.nl/staff/c.glasner/'>Corinna Glasner</a>.</p>
|
||||
<p>Developed by Matthijs S Berends, Christian F Luz, Alexander W Friedrich, Bhanu N M Sinha, Casper J Albers, <a href='https://www.rug.nl/staff/c.glasner/'>Corinna Glasner</a>.</p>
|
||||
</div>
|
||||
|
||||
<div class="pkgdown">
|
||||
|
Reference in New Issue
Block a user