diff --git a/.github/workflows/check-recent.yaml b/.github/workflows/check-recent.yaml index 415f5fd6..5c811576 100644 --- a/.github/workflows/check-recent.yaml +++ b/.github/workflows/check-recent.yaml @@ -100,6 +100,6 @@ jobs: - name: Show tinytest output if: always() run: | - cd ../AMR.Rcheck - find . -name 'tinytest.Rout*' -exec cat '{}' \; ||> + ls -lh + find . -name 'tinytest.Rout*' -exec cat '{}' \; || true shell: bash diff --git a/DESCRIPTION b/DESCRIPTION index 3ccd371c..ec8f8b72 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AMR -Version: 1.8.2.9081 -Date: 2023-01-05 +Version: 1.8.2.9082 +Date: 2023-01-06 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 cf241734..3d32456c 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9081 +# AMR 1.8.2.9082 *(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)*