diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c2c4a5a9..31c01c61 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -79,7 +79,7 @@ jobs: - {os: windows-latest, r: '3.2', allowfail: false} env: - R_REMOTES_NO_ERRORS_FROM_WARNINGS: false + R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }} R_REPOSITORIES: "https://cran.rstudio.com" GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} @@ -103,7 +103,7 @@ jobs: - name: Install dependencies if: always() run: | - install.packages("remotes") + install.packages("remotes", repos = c("https://cloud.r-project.org", "https://cran.rstudio.com")) remotes::install_local("data-raw/AMR_latest.tar.gz", dependencies = TRUE) shell: Rscript {0} diff --git a/DESCRIPTION b/DESCRIPTION index 7a559fc1..24564087 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.7.1.9044 +Version: 1.7.1.9045 Date: 2021-09-29 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index b526a799..fc912cd3 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# `AMR` 1.7.1.9044 +# `AMR` 1.7.1.9045 ## Last updated: 29 September 2021 ### Breaking changes diff --git a/data-raw/AMR_latest.tar.gz b/data-raw/AMR_latest.tar.gz index 2cb7a1c6..ecdb35b2 100644 Binary files a/data-raw/AMR_latest.tar.gz and b/data-raw/AMR_latest.tar.gz differ diff --git a/docs/articles/datasets.html b/docs/articles/datasets.html index cdd036ed..ace6dfb1 100644 --- a/docs/articles/datasets.html +++ b/docs/articles/datasets.html @@ -44,7 +44,7 @@ AMR (for R) - 1.7.1.9044 + 1.7.1.9045 diff --git a/docs/news/index.html b/docs/news/index.html index 2bdc2ff7..f2a49b7f 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -92,7 +92,7 @@ AMR (for R) - 1.7.1.9044 + 1.7.1.9045 @@ -240,9 +240,9 @@ Source: NEWS.md -
-

- Unreleased AMR 1.7.1.9044

+
+

+ Unreleased AMR 1.7.1.9045

Last updated: 29 September 2021