From 8d1679bab30020b8f7d9bff2a0ad41d6f91c9721 Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Sat, 12 Nov 2022 09:44:36 +0100 Subject: [PATCH] website update --- .github/workflows/website.yaml | 14 ++++++++++---- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 52c0d2045..6224deb9d 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -42,15 +42,21 @@ jobs: runs-on: ubuntu-latest continue-on-error: true steps: - # Set up R (current stable version) and developer tools + - uses: actions/checkout@v3 + with: + # this is to keep timestamps, the default fetch-depth: 1 gets the timestamps of the moment of cloning + fetch-depth: 0 + - uses: r-lib/actions/setup-pandoc@v2 + - name: Set up R uses: r-lib/actions/setup-r@v2 with: - r-version: "release" - # use RStudio Package Manager (RSPM) to quickly install packages - use-public-rspm: true + r-version: "release" + # use RStudio Package Manager (RSPM) to quickly install packages + use-public-rspm: true + - name: Set up R dependencies uses: r-lib/actions/setup-r-dependencies@v2 with: diff --git a/DESCRIPTION b/DESCRIPTION index 077c89f5c..ce77b10cb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 1.8.2.9046 -Date: 2022-11-10 +Version: 1.8.2.9047 +Date: 2022-11-12 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 diff --git a/NEWS.md b/NEWS.md index 4f4516a53..b1b47eb0c 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9046 +# AMR 1.8.2.9047 This version will eventually become v2.0! We're happy to reach a new major milestone soon!