(v2.1.1.9044) update website

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-06-10 15:10:54 +02:00
parent 31207952d3
commit 3a54711dfe
5 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Package: AMR
Version: 2.1.1.9043
Version: 2.1.1.9044
Date: 2024-06-10
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@ -1,4 +1,4 @@
# AMR 2.1.1.9043
# AMR 2.1.1.9044
*(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!)*

View File

@ -1,6 +1,6 @@
# The `AMR` Package for R <a href="https://msberends.github.io/AMR/"><img src="./logo.svg" align="right" height="139" /></a>
<img src="./endorsement_clsi_eucast.jpg" align="right" height="120" />
<img src="./endorsement_clsi_eucast.jpg" class="endorse_img" align="right" height="120" />
* Provides an **all-in-one solution** for AMR data analysis in a One Health approach
* Generates **antibiograms** - traditional, combined, syndromic, and even WISCA

View File

@ -168,7 +168,7 @@ expect_equal(suppressMessages(
guideline = "CLSI 2019"
)
)),
c("S", c("S", "SDD", "I", "R", "N"), "R")
c("S", "S", "I", "R", "R")
)
expect_true(is.data.frame(sir_interpretation_history(clean = FALSE)))

View File

@ -89,6 +89,10 @@
box-shadow: none !important;
}
.endorse_img {
width: 0% !important;
}
.template-home img.logo {
width: 200px;
}