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

Built site for AMR@2.1.1.9247: ea443f7

This commit is contained in:
github-actions
2025-04-20 11:04:05 +00:00
parent 1edc1c4b4f
commit cf40234c88
86 changed files with 298 additions and 294 deletions

View File

@ -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.9246</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">2.1.1.9247</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">
@ -49,20 +49,20 @@
</div>
<div class="section level2">
<h2 class="pkg-version" data-toc-text="2.1.1.9246" id="amr-2119246">AMR 2.1.1.9246<a class="anchor" aria-label="anchor" href="#amr-2119246"></a></h2>
<h2 class="pkg-version" data-toc-text="2.1.1.9247" id="amr-2119247">AMR 2.1.1.9247<a class="anchor" aria-label="anchor" href="#amr-2119247"></a></h2>
<p><em>(this beta version will eventually become v3.0. Were 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>
<div class="section level5">
<h5 id="a-new-milestone-amr-v30-with-one-health-support--human--veterinary--environmental-2-1-1-9246">A New Milestone: AMR v3.0 with One Health Support (= Human + Veterinary + Environmental)<a class="anchor" aria-label="anchor" href="#a-new-milestone-amr-v30-with-one-health-support--human--veterinary--environmental-2-1-1-9246"></a></h5>
<h5 id="a-new-milestone-amr-v30-with-one-health-support--human--veterinary--environmental-2-1-1-9247">A New Milestone: AMR v3.0 with One Health Support (= Human + Veterinary + Environmental)<a class="anchor" aria-label="anchor" href="#a-new-milestone-amr-v30-with-one-health-support--human--veterinary--environmental-2-1-1-9247"></a></h5>
<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 Islands 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>
<div class="section level3">
<h3 id="breaking-2-1-1-9246">Breaking<a class="anchor" aria-label="anchor" href="#breaking-2-1-1-9246"></a></h3>
<h3 id="breaking-2-1-1-9247">Breaking<a class="anchor" aria-label="anchor" href="#breaking-2-1-1-9247"></a></h3>
<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> is 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 level3">
<h3 id="new-2-1-1-9246">New<a class="anchor" aria-label="anchor" href="#new-2-1-1-9246"></a></h3>
<h3 id="new-2-1-1-9247">New<a class="anchor" aria-label="anchor" href="#new-2-1-1-9247"></a></h3>
<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>
@ -87,12 +87,13 @@
</ul></li>
<li>
<strong>Updated clinical breakpoints</strong>
<ul><li>EUCAST 2024 and CLSI 2024 are now supported, by adding all of their over 4,000 new clinical breakpoints to the <code>clinical_breakpoints</code> data set for usage in <code><a href="../reference/as.sir.html">as.sir()</a></code>. EUCAST 2024 is now the new default guideline for all MIC and disk diffusion interpretations.</li>
<ul><li>Breakpoint of 2024 and 2025 of both CLSI and EUCAST are now supported, by adding all of their over 10,000 new clinical breakpoints to the <code>clinical_breakpoints</code> data set for usage in <code><a href="../reference/as.sir.html">as.sir()</a></code>. EUCAST 2025 is now the new default guideline for all MIC and disk diffusion interpretations.</li>
<li>Added all Expected Resistant Phenotypes from EUCAST (v1.2). The default <code>rules</code> for <code><a href="../reference/eucast_rules.html">eucast_rules()</a></code> are now: <code>c("breakpoints", "expected_phenotypes")</code>.</li>
<li>Updated the <code>intrinsic_resistant</code> data set, which is now based on EUCAST Expected Resistant Phenotypes v1.2</li>
<li>
<code><a href="../reference/as.sir.html">as.sir()</a></code> now brings additional factor levels: “NI” for non-interpretable and “SDD” for susceptible dose-dependent. Currently, the <code>clinical_breakpoints</code> data set contains 24 breakpoints that can return the value “SDD” instead of “I”.</li>
<li>EUCAST interpretive rules (using <code><a href="../reference/eucast_rules.html">eucast_rules()</a></code>) are now available for EUCAST 12 (2022), 13 (2023), and 14 (2024).</li>
<li>EUCAST interpretive rules (using <code><a href="../reference/eucast_rules.html">eucast_rules()</a></code>) are now available for EUCAST 12 (2022), 13 (2023), 14 (2024), and 15 (2025).</li>
<li>EUCAST dosage tables (<code>dosage</code> data set) are now available for EUCAST 13 (2023), 14 (2024), and 15 (2025).</li>
</ul></li>
<li>
<strong>New advanced ggplot2 extensions for MIC and SIR plotting and transforming</strong>
@ -116,7 +117,7 @@
</ul></li>
</ul></div>
<div class="section level3">
<h3 id="changed-2-1-1-9246">Changed<a class="anchor" aria-label="anchor" href="#changed-2-1-1-9246"></a></h3>
<h3 id="changed-2-1-1-9247">Changed<a class="anchor" aria-label="anchor" href="#changed-2-1-1-9247"></a></h3>
<ul><li>SIR interpretation
<ul><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>
<li>Users can now set their own criteria (using regular expressions) as to what should be considered S, I, R, SDD, and NI.</li>
@ -148,10 +149,11 @@
<code>antimicrobials</code> data set
<ul><li>Added agents used for screening, with an ID all ending with <code>-S</code>: benzylpenicillin screening test (<code>PEN-S</code>), beta-lactamase screening test (<code>BLA-S</code>), cefotaxime screening test (<code>CTX-S</code>), clindamycin inducible screening test (<code>CLI-S</code>), nalidixic acid screening test (<code>NAL-S</code>), norfloxacin screening test (<code>NOR-S</code>), oxacillin screening test (<code>OXA-S</code>), pefloxacin screening test (<code>PEF-S</code>), and tetracycline screening test (<code>TCY-S</code>). The ID of cefoxitin screening was renamed from <code>FOX1</code> to <code>FOX-S</code>, while the old code remains to work.</li>
<li>For this reason, the antimicrobial selectors <code><a href="../reference/antimicrobial_selectors.html">cephalosporins()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">cephalosporins_3rd()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">lincosamides()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">isoxazolylpenicillins()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">quinolones()</a></code>, <code><a href="../reference/antimicrobial_selectors.html">fluoroquinolones()</a></code>, and <code><a href="../reference/antimicrobial_selectors.html">tetracyclines()</a></code> now contain the argument <code>only_treatable = TRUE</code> (similar to other antimicrobial selectors that contain non-treatable drugs)</li>
<li>Added amorolfine (<code>AMO</code>, D01AE16), which is now also part of the <code><a href="../reference/antimicrobial_selectors.html">antifungals()</a></code> selector</li>
<li>Added efflux (<code>EFF</code>), to allow mapping to AMRFinderPlus</li>
<li>Added amorolfine (<code>AMO</code>, D01AE16), an antimycotic, which is now also part of the <code><a href="../reference/antimicrobial_selectors.html">antifungals()</a></code> selector</li>
<li>Added cefepime/enmetazobactam (<code>FPE</code>), a 4th gen cephalosporin</li>
<li>Added tigemonam (<code>TNM</code>), a monobactam</li>
<li>Added bleomycin (<code>BLM</code>), a glycopeptide</li>
<li>Added efflux (<code>EFF</code>), to allow mapping to AMRFinderPlus</li>
<li>Updated all ATC codes, trade names, and DDDs</li>
</ul></li>
<li>MICs
@ -196,7 +198,7 @@
<li>Added console colours support of <code>sir</code> class for Positron</li>
</ul></div>
<div class="section level3">
<h3 id="other-2-1-1-9246">Other<a class="anchor" aria-label="anchor" href="#other-2-1-1-9246"></a></h3>
<h3 id="other-2-1-1-9247">Other<a class="anchor" aria-label="anchor" href="#other-2-1-1-9247"></a></h3>
<ul><li>New website domain: <a href="https://amr-for-r.org" class="uri">https://amr-for-r.org</a>! The old domain (<a href="http://amr-for-r.org" class="external-link uri">http://amr-for-r.org</a>) 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>
@ -206,7 +208,7 @@
<li>Stopped support for SAS (<code>.xpt</code>) files, since their file structure and extremely inefficient and requires more disk space than GitHub allows in a single commit.</li>
</ul></div>
<div class="section level3">
<h3 id="older-versions-2-1-1-9246">Older Versions<a class="anchor" aria-label="anchor" href="#older-versions-2-1-1-9246"></a></h3>
<h3 id="older-versions-2-1-1-9247">Older Versions<a class="anchor" aria-label="anchor" href="#older-versions-2-1-1-9247"></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>