From 3a54711dfeb72788310ac467b0d08c13bdcde8a1 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Mon, 10 Jun 2024 15:10:54 +0200 Subject: [PATCH] (v2.1.1.9044) update website --- DESCRIPTION | 2 +- NEWS.md | 2 +- index.md | 2 +- inst/tinytest/test-sir.R | 2 +- pkgdown/extra.css | 4 ++++ 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0cd88fbb..bb4fd240 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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) diff --git a/NEWS.md b/NEWS.md index 2d51b0f0..d20df8a6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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!)* diff --git a/index.md b/index.md index bc534166..1a06ef81 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,6 @@ # The `AMR` Package for R - + * Provides an **all-in-one solution** for AMR data analysis in a One Health approach * Generates **antibiograms** - traditional, combined, syndromic, and even WISCA diff --git a/inst/tinytest/test-sir.R b/inst/tinytest/test-sir.R index 83a81070..ae149ea0 100644 --- a/inst/tinytest/test-sir.R +++ b/inst/tinytest/test-sir.R @@ -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))) diff --git a/pkgdown/extra.css b/pkgdown/extra.css index 63517090..019c5c83 100644 --- a/pkgdown/extra.css +++ b/pkgdown/extra.css @@ -89,6 +89,10 @@ box-shadow: none !important; } +.endorse_img { + width: 0% !important; +} + .template-home img.logo { width: 200px; }