Skip to content

Commit

Permalink
GitHub Action debugging continued #256
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Blätte authored and Andreas Blätte committed Jul 13, 2023
1 parent 7a97da5 commit 44a1977
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -48,21 +48,12 @@ jobs:

- name: Install further dependencies
run: |
install.packages("remotes")
remotes::install_cran("rcmdcheck")
install.packages(pkgs = "GermaParl2", contriburl = "https://polmine.github.io/drat/src/contrib", type = "source")
shell: Rscript {0}

- uses: r-lib/actions/setup-pandoc@v2

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: |
options(crayon.enabled = TRUE)
Sys.setlocale("LC_CTYPE", "en_US.UTF-8")
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check")
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2

- name: Test coverage
run: |
Expand Down

0 comments on commit 44a1977

Please sign in to comment.