Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GegznaV committed Aug 8, 2023
1 parent 1336dbe commit 4d6184a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,19 @@ jobs:
use-public-rspm: true
extra-repositories: "https://mokymai.github.io/download/"

- name: Info
- name: Set additional repo explicitly
shell: Rscript {0}
run: |
options(repos = c(
"https://mokymai.github.io/download/",
getOption("repos")
))
# Print repos
getOption("repos")
shell: Rscript {0}
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::rcmdcheck
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 4d6184a

Please sign in to comment.