mirror of https://github.com/msberends/AMR.git
(v1.7.1.9045) unit tests
This commit is contained in:
parent
557ce74fd7
commit
b0c84cce9c
|
@ -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}
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
2
NEWS.md
2
NEWS.md
|
@ -1,4 +1,4 @@
|
|||
# `AMR` 1.7.1.9044
|
||||
# `AMR` 1.7.1.9045
|
||||
## <small>Last updated: 29 September 2021</small>
|
||||
|
||||
### Breaking changes
|
||||
|
|
Binary file not shown.
|
@ -44,7 +44,7 @@
|
|||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9044</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9045</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</button>
|
||||
<span class="navbar-brand">
|
||||
<a class="navbar-link" href="../index.html">AMR (for R)</a>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9044</span>
|
||||
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.7.1.9045</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -240,9 +240,9 @@
|
|||
<small>Source: <a href='https://github.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
|
||||
</div>
|
||||
|
||||
<div id="amr-1719044" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.7.1.9044">
|
||||
<a href="#amr-1719044" class="anchor" aria-hidden="true"></a><small> Unreleased </small><code>AMR</code> 1.7.1.9044</h1>
|
||||
<div id="amr-1719045" class="section level1">
|
||||
<h1 class="page-header" data-toc-text="1.7.1.9045">
|
||||
<a href="#amr-1719045" class="anchor" aria-hidden="true"></a><small> Unreleased </small><code>AMR</code> 1.7.1.9045</h1>
|
||||
<div id="last-updated-29-september-2021" class="section level2">
|
||||
<h2 class="hasAnchor">
|
||||
<a href="#last-updated-29-september-2021" class="anchor" aria-hidden="true"></a><small>Last updated: 29 September 2021</small>
|
||||
|
|
Loading…
Reference in New Issue