mirror of
https://github.com/msberends/AMR.git
synced 2025-07-27 13:47:56 +02:00
Built site for AMR@2.1.1.9279: 26447fe
This commit is contained in:
@ -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="">2.1.1.9277</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9279</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">
|
||||
@ -23,7 +23,7 @@
|
||||
<li><a class="dropdown-item" href="../articles/datasets.html"><span class="fa fa-database"></span> Download Data Sets for Own Use</a></li>
|
||||
<li><a class="dropdown-item" href="../reference/AMR-options.html"><span class="fa fa-gear"></span> Set User- Or Team-specific Package Settings</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/PCA.html"><span class="fa fa-compress"></span> Conduct Principal Component Analysis for AMR</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/MDR.html"><span class="fa fa-skull-crossbones"></span> Determine Multi-Drug Resistance (MDR)</a></li>
|
||||
<li><a class="dropdown-item" href="../reference/mdro.html"><span class="fa fa-skull-crossbones"></span> Determine Multi-Drug Resistance (MDR)</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/WHONET.html"><span class="fa fa-globe-americas"></span> Work with WHONET Data</a></li>
|
||||
<li><a class="dropdown-item" href="../articles/EUCAST.html"><span class="fa fa-exchange-alt"></span> Apply EUCAST Rules</a></li>
|
||||
<li><a class="dropdown-item" href="../reference/mo_property.html"><span class="fa fa-bug"></span> Get Taxonomy of a Microorganism</a></li>
|
||||
@ -49,11 +49,11 @@
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
<h2 class="pkg-version" data-toc-text="2.1.1.9277" id="amr-2119277">AMR 2.1.1.9277<a class="anchor" aria-label="anchor" href="#amr-2119277"></a></h2>
|
||||
<h2 class="pkg-version" data-toc-text="2.1.1.9279" id="amr-2119279">AMR 2.1.1.9279<a class="anchor" aria-label="anchor" href="#amr-2119279"></a></h2>
|
||||
<p><em>(this beta version will eventually become v3.0. We’re happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using <a href="https://amr-for-r.org/#get-this-package">the instructions here</a>.)</em></p>
|
||||
<p>This package now supports not only tools for AMR data analysis in clinical settings, but also for veterinary and environmental microbiology. This was made possible through a collaboration with the <a href="https://www.upei.ca/avc" class="external-link">University of Prince Edward Island’s Atlantic Veterinary College</a>, Canada. To celebrate this great improvement of the package, we also updated the package logo to reflect this change.</p>
|
||||
<div class="section level3">
|
||||
<h3 id="tldr-2-1-1-9277">tl;dr<a class="anchor" aria-label="anchor" href="#tldr-2-1-1-9277"></a></h3>
|
||||
<h3 id="tldr-2-1-1-9279">tl;dr<a class="anchor" aria-label="anchor" href="#tldr-2-1-1-9279"></a></h3>
|
||||
<ul><li>Scope Expansion: One Health support (Human + Veterinary + Environmental microbiology).</li>
|
||||
<li>Data Updates:
|
||||
<ul><li>
|
||||
@ -103,15 +103,15 @@
|
||||
</ul></li>
|
||||
</ul></div>
|
||||
<div class="section level3">
|
||||
<h3 id="full-changelog-2-1-1-9277">Full Changelog<a class="anchor" aria-label="anchor" href="#full-changelog-2-1-1-9277"></a></h3>
|
||||
<h3 id="full-changelog-2-1-1-9279">Full Changelog<a class="anchor" aria-label="anchor" href="#full-changelog-2-1-1-9279"></a></h3>
|
||||
<div class="section level4">
|
||||
<h4 id="breaking-2-1-1-9277">Breaking<a class="anchor" aria-label="anchor" href="#breaking-2-1-1-9277"></a></h4>
|
||||
<h4 id="breaking-2-1-1-9279">Breaking<a class="anchor" aria-label="anchor" href="#breaking-2-1-1-9279"></a></h4>
|
||||
<ul><li>Dataset <code>antibiotics</code> has been renamed to <code>antimicrobials</code> as the data set contains more than just antibiotics. Using <code>antibiotics</code> will still work, but now returns a warning.</li>
|
||||
<li>Removed all functions and references that used the deprecated <code>rsi</code> class, which were all replaced with their <code>sir</code> equivalents over two years ago.</li>
|
||||
<li>Functions <code><a href="../reference/resistance_predict.html">resistance_predict()</a></code> and <code><a href="../reference/resistance_predict.html">sir_predict()</a></code> are now deprecated and will be removed in a future version. Use the <code>tidymodels</code> framework instead, for which we <a href="https://amr-for-r.org/articles/AMR_with_tidymodels.html">wrote a basic introduction</a>.</li>
|
||||
</ul></div>
|
||||
<div class="section level4">
|
||||
<h4 id="new-2-1-1-9277">New<a class="anchor" aria-label="anchor" href="#new-2-1-1-9277"></a></h4>
|
||||
<h4 id="new-2-1-1-9279">New<a class="anchor" aria-label="anchor" href="#new-2-1-1-9279"></a></h4>
|
||||
<ul><li>
|
||||
<strong>One Health implementation</strong>
|
||||
<ul><li>Function <code><a href="../reference/as.sir.html">as.sir()</a></code> now has extensive support for veterinary breakpoints from CLSI. Use <code>breakpoint_type = "animal"</code> and set the <code>host</code> argument to a variable that contains animal species names.</li>
|
||||
@ -170,7 +170,7 @@
|
||||
</ul></li>
|
||||
</ul></div>
|
||||
<div class="section level4">
|
||||
<h4 id="changed-2-1-1-9277">Changed<a class="anchor" aria-label="anchor" href="#changed-2-1-1-9277"></a></h4>
|
||||
<h4 id="changed-2-1-1-9279">Changed<a class="anchor" aria-label="anchor" href="#changed-2-1-1-9279"></a></h4>
|
||||
<ul><li>SIR interpretation
|
||||
<ul><li>Support for parallel computing to greatly improve speed using the <code>parallel</code> package (part of base R). Use <code>as.sir(your_data, parallel = TRUE)</code> to run SIR interpretation using multiple cores.</li>
|
||||
<li>It is now possible to use column names for arguments <code>guideline</code>, <code>ab</code>, <code>mo</code>, and <code>uti</code>: <code>as.sir(..., ab = "column1", mo = "column2", uti = "column3")</code>. This greatly improves the flexibility for users.</li>
|
||||
@ -248,14 +248,15 @@
|
||||
<li>
|
||||
<code><a href="../reference/plot.html">scale_y_percent()</a></code> can now cope with ranges outside the 0-100% range</li>
|
||||
<li>MDRO determination (using <code><a href="../reference/mdro.html">mdro()</a></code>)
|
||||
<ul><li>Implemented the new Dutch national MDRO guideline (SRI-richtlijn BRMO, Nov 2024)</li>
|
||||
<ul><li>The Verbose Mode (<code>verbose = TRUE</code>) now includes the guideline name</li>
|
||||
<li>Implemented the new Dutch national MDRO guideline (SRI-richtlijn BRMO, Nov 2024)</li>
|
||||
<li>Added arguments <code>esbl</code>, <code>carbapenemase</code>, <code>mecA</code>, <code>mecC</code>, <code>vanA</code>, <code>vanB</code> to denote column names or logical values indicating presence of these genes (or production of their proteins)</li>
|
||||
<li>The Verbose Mode (<code>verbose = TRUE</code>) now includes the guideline name</li>
|
||||
<li>Added upport for antimicrobial selectors to use as as a custom rule (<code><a href="../reference/custom_mdro_guideline.html">custom_mdro_guideline()</a></code>)</li>
|
||||
</ul></li>
|
||||
<li>Added console colours support of <code>sir</code> class for Positron</li>
|
||||
</ul></div>
|
||||
<div class="section level4">
|
||||
<h4 id="other-2-1-1-9277">Other<a class="anchor" aria-label="anchor" href="#other-2-1-1-9277"></a></h4>
|
||||
<h4 id="other-2-1-1-9279">Other<a class="anchor" aria-label="anchor" href="#other-2-1-1-9279"></a></h4>
|
||||
<ul><li>New website domain: <a href="https://amr-for-r.org" class="uri">https://amr-for-r.org</a>! The old domain will remain to work.</li>
|
||||
<li>Added Dr. Larisse Bolton and Aislinn Cook as contributors for their fantastic implementation of WISCA in a mathematically solid way</li>
|
||||
<li>Added Matthew Saab, Dr. Jordan Stull, and Prof. Javier Sanchez as contributors for their tremendous input on veterinary breakpoints and interpretations</li>
|
||||
@ -266,7 +267,7 @@
|
||||
</ul></div>
|
||||
</div>
|
||||
<div class="section level3">
|
||||
<h3 id="older-versions-2-1-1-9277">Older Versions<a class="anchor" aria-label="anchor" href="#older-versions-2-1-1-9277"></a></h3>
|
||||
<h3 id="older-versions-2-1-1-9279">Older Versions<a class="anchor" aria-label="anchor" href="#older-versions-2-1-1-9279"></a></h3>
|
||||
<p>This changelog only contains changes from AMR v3.0 (March 2025) and later.</p>
|
||||
<ul><li>For prior v2 versions, please see <a href="https://github.com/msberends/AMR/blob/v2.1.1/NEWS.md" class="external-link">our v2 archive</a>.</li>
|
||||
<li>For prior v1 versions, please see <a href="https://github.com/msberends/AMR/blob/v1.8.2/NEWS.md" class="external-link">our v1 archive</a>.</li>
|
||||
|
Reference in New Issue
Block a user