mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 11:33:13 +02:00
(v2.1.1.9287) fix antibiotics
This commit is contained in:
1
.github/prehooks/commit-msg
vendored
1
.github/prehooks/commit-msg
vendored
@ -60,6 +60,7 @@ else
|
||||
fi
|
||||
|
||||
git add data-raw/*
|
||||
git add data/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
2
.github/prehooks/pre-commit
vendored
2
.github/prehooks/pre-commit
vendored
@ -51,6 +51,7 @@ if command -v Rscript > /dev/null; then
|
||||
currentpkg=$(Rscript -e "cat(pkgload::pkg_name())")
|
||||
echo "- Adding changed files in ./data-raw and ./man to this commit"
|
||||
git add data-raw/*
|
||||
git add data/*
|
||||
git add man/*
|
||||
git add R/sysdata.rda
|
||||
git add NAMESPACE
|
||||
@ -112,6 +113,7 @@ echo ""
|
||||
echo "${currentversion}" > .git/commit_version.tmp
|
||||
|
||||
git add data-raw/*
|
||||
git add data/*
|
||||
git add -u
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user