From 380cbec0e855f0d6d4de5a047ffff25b0335e47a Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Sat, 18 Feb 2023 14:58:02 +0100 Subject: [PATCH] prehook --- .github/prehooks/pre-commit | 2 +- .gitignore | 2 +- DESCRIPTION | 2 +- NEWS.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/prehooks/pre-commit b/.github/prehooks/pre-commit index 948df582..06d47307 100755 --- a/.github/prehooks/pre-commit +++ b/.github/prehooks/pre-commit @@ -37,7 +37,7 @@ if command -v Rscript > /dev/null; then Rscript -e "source('data-raw/_pre_commit_hook.R')" currentpkg=$(Rscript -e "cat(pkgload::pkg_name())") echo "- Adding changed files in ./data-raw and ./man to this commit" - git add data-raw/* --ignore-missing + git add data-raw/* git add man/* git add R/sysdata.rda git add NAMESPACE diff --git a/.gitignore b/.gitignore index 07d87cca..7aa85485 100755 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,4 @@ data-raw/DSMZ_bactnames.xlsx data-raw/country_analysis_url_token.R data-raw/country_analysis2.R data-raw/taxonomy.csv -data-raw/WHONET +data-raw/WHONET/* diff --git a/DESCRIPTION b/DESCRIPTION index 179a5483..9a6f0409 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.2.9136 +Version: 1.8.2.9137 Date: 2023-02-18 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index f6aae2d5..11af680f 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9136 +# AMR 1.8.2.9137 *(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)*