From 2cbce2cefab197859d457ae6e6ac77eb7d3cd480 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Thu, 25 Aug 2022 19:14:07 +0200 Subject: [PATCH] website update --- .github/prehooks/pre-commit | 4 ++-- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/prehooks/pre-commit b/.github/prehooks/pre-commit index f3c6756f..33375c8a 100755 --- a/.github/prehooks/pre-commit +++ b/.github/prehooks/pre-commit @@ -53,7 +53,7 @@ sed -i -- "s/^Version: .*/Version: ${currentversion}/" DESCRIPTION sed -i -- "s/^Date: .*/Date: $(date '+%Y-%m-%d')/" DESCRIPTION echo ">> - updated DESCRIPTION" # remove leftover on macOS -rm DESCRIPTION-- +rm -f DESCRIPTION-- # add to commit git add DESCRIPTION @@ -62,7 +62,7 @@ if [ -e "NEWS.md" ]; then sed -i -- "1s/.*/# ${currentpkg} ${currentversion}/" NEWS.md echo ">> - updated NEWS.md" # remove leftover on macOS - rm NEWS.md-- + rm -f NEWS.md-- # add to commit git add NEWS.md else diff --git a/DESCRIPTION b/DESCRIPTION index fbc00f8f..9acf209f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 1.8.1.9021 -Date: 2022-08-21 +Version: 1.8.1.9023 +Date: 2022-08-25 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by diff --git a/NEWS.md b/NEWS.md index 16e17a4f..b56a09b5 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.1.9021 +# your 1.8.1.9023 ### New * EUCAST 2022 and CLSI 2022 guidelines have been added for `as.rsi()`. EUCAST 2022 is now the new default guideline for all MIC and disks diffusion interpretations.