mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 05:33:20 +02:00
(v2.1.1.9141) new AMR selectors, eucast overwrite arg
This commit is contained in:
@ -86,7 +86,7 @@ jobs:
|
||||
|
||||
- uses: r-lib/actions/setup-r-dependencies@v2
|
||||
with:
|
||||
extra-packages: any::rcmdcheck
|
||||
extra-packages: any::rcmdcheck, any::pkgload
|
||||
needs: check
|
||||
upgrade: 'TRUE'
|
||||
|
||||
|
2
.github/workflows/check-old-tinytest.yaml
vendored
2
.github/workflows/check-old-tinytest.yaml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
mv DESCRIPTION2 DESCRIPTION
|
||||
shell: bash
|
||||
|
||||
- name: Run R CMD check
|
||||
- name: Run R CMD check with tinytest
|
||||
if: always()
|
||||
env:
|
||||
# see https://rstudio.github.io/r-manuals/r-ints/Tools.html for an overview
|
||||
|
Reference in New Issue
Block a user