mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 18:01:50 +02:00
(v1.6.0.9043) translation update
This commit is contained in:
3
.github/workflows/check.yaml
vendored
3
.github/workflows/check.yaml
vendored
@ -109,9 +109,10 @@ jobs:
|
||||
key: ${{ matrix.config.os }}-r-${{ matrix.config.r }}-v4
|
||||
|
||||
- name: Install AMR and tinytest and update dependencies
|
||||
# some old R instances have trouble installing tinytest, so we ship it too
|
||||
run: |
|
||||
install.packages("data-raw/AMR_latest.tar.gz")
|
||||
install.packages("data-raw/tinytest_1.2.4.tar.gz")
|
||||
trimws <- AMR:::trimws; install.packages("data-raw/tinytest_1.2.4.tar.gz")
|
||||
source("data-raw/_install_deps.R")
|
||||
shell: Rscript {0}
|
||||
|
||||
|
Reference in New Issue
Block a user