mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:06:12 +01:00
website update
This commit is contained in:
parent
d3000a9492
commit
5501cffbb0
2
.github/prehooks/pre-commit
vendored
2
.github/prehooks/pre-commit
vendored
@ -5,7 +5,7 @@ echo "Running pre-commit hook..."
|
|||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
echo ">> Updating R documentation..."
|
echo ">> Updating R documentation..."
|
||||||
if command -v Rscript > /dev/null; then
|
if command -v Rscript > /dev/null; then
|
||||||
if [ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" -eq "TRUE" ]; then
|
if [[ "$(Rscript -e 'cat(all(c('"'roxygen2'"', '"'pkgload'"') %in% rownames(installed.packages())))')" == "TRUE" ]]; then
|
||||||
Rscript -e "suppressMessages(roxygen2::roxygenise())"
|
Rscript -e "suppressMessages(roxygen2::roxygenise())"
|
||||||
currentpkg=`Rscript -e "cat(pkgload::pkg_name())"`
|
currentpkg=`Rscript -e "cat(pkgload::pkg_name())"`
|
||||||
git add man/*
|
git add man/*
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.1.9024
|
Version: 1.8.1.9025
|
||||||
Date: 2022-08-25
|
Date: 2022-08-25
|
||||||
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)
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# your 1.8.1.9024
|
# your 1.8.1.9025
|
||||||
|
|
||||||
### New
|
### New
|
||||||
* EUCAST 2022 and CLSI 2022 guidelines have been added for `as.rsi()`. EUCAST 2022 is now the new default guideline for all MIC and disks diffusion interpretations.
|
* EUCAST 2022 and CLSI 2022 guidelines have been added for `as.rsi()`. EUCAST 2022 is now the new default guideline for all MIC and disks diffusion interpretations.
|
||||||
|
Loading…
Reference in New Issue
Block a user