From d3000a9492ce3f9bb467c0abf1d28ffcd5a0d27e Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Thu, 25 Aug 2022 19:16:16 +0200 Subject: [PATCH] website update --- .github/prehooks/pre-commit | 2 +- DESCRIPTION | 2 +- NEWS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/prehooks/pre-commit b/.github/prehooks/pre-commit index 33375c8a..c33b445f 100755 --- a/.github/prehooks/pre-commit +++ b/.github/prehooks/pre-commit @@ -5,7 +5,7 @@ echo "Running pre-commit hook..." # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ echo ">> Updating R documentation..." if command -v Rscript > /dev/null; then - if [ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" == "TRUE" ]; then + if [ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" -eq "TRUE" ]; then Rscript -e "suppressMessages(roxygen2::roxygenise())" currentpkg=`Rscript -e "cat(pkgload::pkg_name())"` git add man/* diff --git a/DESCRIPTION b/DESCRIPTION index 9acf209f..afb87ee2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.1.9023 +Version: 1.8.1.9024 Date: 2022-08-25 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index b56a09b5..01e0bffe 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# your 1.8.1.9023 +# your 1.8.1.9024 ### 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.