mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 05:26:13 +01:00
website update
This commit is contained in:
parent
53c4b37252
commit
2cbce2cefa
4
.github/prehooks/pre-commit
vendored
4
.github/prehooks/pre-commit
vendored
@ -53,7 +53,7 @@ sed -i -- "s/^Version: .*/Version: ${currentversion}/" DESCRIPTION
|
|||||||
sed -i -- "s/^Date: .*/Date: $(date '+%Y-%m-%d')/" DESCRIPTION
|
sed -i -- "s/^Date: .*/Date: $(date '+%Y-%m-%d')/" DESCRIPTION
|
||||||
echo ">> - updated DESCRIPTION"
|
echo ">> - updated DESCRIPTION"
|
||||||
# remove leftover on macOS
|
# remove leftover on macOS
|
||||||
rm DESCRIPTION--
|
rm -f DESCRIPTION--
|
||||||
# add to commit
|
# add to commit
|
||||||
git add DESCRIPTION
|
git add DESCRIPTION
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ if [ -e "NEWS.md" ]; then
|
|||||||
sed -i -- "1s/.*/# ${currentpkg} ${currentversion}/" NEWS.md
|
sed -i -- "1s/.*/# ${currentpkg} ${currentversion}/" NEWS.md
|
||||||
echo ">> - updated NEWS.md"
|
echo ">> - updated NEWS.md"
|
||||||
# remove leftover on macOS
|
# remove leftover on macOS
|
||||||
rm NEWS.md--
|
rm -f NEWS.md--
|
||||||
# add to commit
|
# add to commit
|
||||||
git add NEWS.md
|
git add NEWS.md
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 1.8.1.9021
|
Version: 1.8.1.9023
|
||||||
Date: 2022-08-21
|
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)
|
||||||
data analysis and to work with microbial and antimicrobial properties by
|
data analysis and to work with microbial and antimicrobial properties by
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,4 +1,4 @@
|
|||||||
# AMR 1.8.1.9021
|
# your 1.8.1.9023
|
||||||
|
|
||||||
### 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