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:
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user