1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 07:51:57 +02:00

(v1.7.1.9045) unit tests

This commit is contained in:
2021-09-29 20:24:02 +02:00
parent 557ce74fd7
commit b0c84cce9c
6 changed files with 9 additions and 9 deletions

View File

@ -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}