Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Otryakhin-Dmitry authored Nov 3, 2023
1 parent 60db094 commit 3ae187b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
with:
r-version: ${{ matrix.r-version }}
- name: Install dependencies
working-directory: ./HDShOP
working-directory: HDShOP
run: |
install.packages(c("remotes", "rcmdcheck"))
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}
- name: Check
working-directory: ./HDShOP
working-directory: HDShOP
run: rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}

0 comments on commit 3ae187b

Please sign in to comment.