website update

This commit is contained in:
dr. M.S. (Matthijs) Berends 2022-08-25 19:14:07 +02:00
parent 53c4b37252
commit 2cbce2cefa
3 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@ sed -i -- "s/^Version: .*/Version: ${currentversion}/" DESCRIPTION
sed -i -- "s/^Date: .*/Date: $(date '+%Y-%m-%d')/" DESCRIPTION
echo ">> - updated DESCRIPTION"
# remove leftover on macOS
rm DESCRIPTION--
rm -f DESCRIPTION--
# add to commit
git add DESCRIPTION
@ -62,7 +62,7 @@ if [ -e "NEWS.md" ]; then
sed -i -- "1s/.*/# ${currentpkg} ${currentversion}/" NEWS.md
echo ">> - updated NEWS.md"
# remove leftover on macOS
rm NEWS.md--
rm -f NEWS.md--
# add to commit
git add NEWS.md
else

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 1.8.1.9021
Date: 2022-08-21
Version: 1.8.1.9023
Date: 2022-08-25
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
data analysis and to work with microbial and antimicrobial properties by

View File

@ -1,4 +1,4 @@
# AMR 1.8.1.9021
# your 1.8.1.9023
### 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.