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 4d6184a commit 288741b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- {os: ubuntu-latest, r: 'release'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v3
Expand All @@ -51,16 +51,6 @@ jobs:
use-public-rspm: true
extra-repositories: "https://mokymai.github.io/download/"

- name: Set additional repo explicitly
shell: Rscript {0}
run: |
options(repos = c(
"https://mokymai.github.io/download/",
getOption("repos")
))
# Print repos
getOption("repos")
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand All @@ -69,4 +59,3 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 288741b

Please sign in to comment.