mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 16:46:11 +01:00
prehook
This commit is contained in:
parent
8d902410f9
commit
380cbec0e8
2
.github/prehooks/pre-commit
vendored
2
.github/prehooks/pre-commit
vendored
@ -37,7 +37,7 @@ if command -v Rscript > /dev/null; then
|
|||||||
Rscript -e "source('data-raw/_pre_commit_hook.R')"
|
Rscript -e "source('data-raw/_pre_commit_hook.R')"
|
||||||
currentpkg=$(Rscript -e "cat(pkgload::pkg_name())")
|
currentpkg=$(Rscript -e "cat(pkgload::pkg_name())")
|
||||||
echo "- Adding changed files in ./data-raw and ./man to this commit"
|
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 man/*
|
||||||
git add R/sysdata.rda
|
git add R/sysdata.rda
|
||||||
git add NAMESPACE
|
git add NAMESPACE
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,4 +25,4 @@ data-raw/DSMZ_bactnames.xlsx
|
|||||||
data-raw/country_analysis_url_token.R
|
data-raw/country_analysis_url_token.R
|
||||||
data-raw/country_analysis2.R
|
data-raw/country_analysis2.R
|
||||||
data-raw/taxonomy.csv
|
data-raw/taxonomy.csv
|
||||||
data-raw/WHONET
|
data-raw/WHONET/*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.2.9136
|
Version: 1.8.2.9137
|
||||||
Date: 2023-02-18
|
Date: 2023-02-18
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
Loading…
Reference in New Issue
Block a user