mirror of
https://github.com/msberends/AMR.git
synced 2025-01-15 20:41:38 +01:00
update sysdata
This commit is contained in:
parent
6e3c553d0c
commit
94e3ea5333
5
.github/prehooks/pre-commit
vendored
5
.github/prehooks/pre-commit
vendored
@ -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"
|
||||
|
@ -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)
|
||||
|
2
NEWS.md
2
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!
|
||||
|
||||
|
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
Loading…
Reference in New Issue
Block a user