diff --git a/.github/prehooks/pre-commit b/.github/prehooks/pre-commit index cb263b66b..d31c54b43 100755 --- a/.github/prehooks/pre-commit +++ b/.github/prehooks/pre-commit @@ -7,11 +7,10 @@ if command -v Rscript > /dev/null; then if [ "$(Rscript -e 'cat(all(c('"'pkgload'"', '"'devtools'"', '"'dplyr'"', '"'styler'"') %in% rownames(installed.packages())))')" = "TRUE" ]; then Rscript -e "source('data-raw/_pre_commit_hook.R')" currentpkg=`Rscript -e "cat(pkgload::pkg_name())"` - echo "-> Adding all files in folders 'data-raw' and 'man' to this git commit" + echo "-> Adding 'R/sysdata.rda' and all files in folders 'data-raw' and 'man' to this commit" git add data-raw/* git add man/* - # git add inst/* - # git add R/* + git add R/sysdata.rda else echo "- R package 'pkgload', 'devtools', 'dplyr', or 'styler' not installed!" currentpkg="your" diff --git a/DESCRIPTION b/DESCRIPTION index c6831a83f..1ac88ca03 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.1.9061 +Version: 1.8.1.9062 Date: 2022-09-23 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 276887238..cf63ff2e4 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.1.9061 +# AMR 1.8.1.9062 This version will eventually become v2.0! We're happy to reach a new major milestone soon! diff --git a/R/sysdata.rda b/R/sysdata.rda index 5d4aad1c2..5eca99448 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ