Skip to content

Commit

Permalink
Revert back to non-working 'r-lib/actions/examples/check-release.yaml…
Browse files Browse the repository at this point in the history
…@v2'
  • Loading branch information
stefvanbuuren committed May 8, 2024
1 parent 36166ad commit 3306df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
with:
use-public-rspm: true

- name: Install system dependencies
run: sudo apt-get install -y libgit2-dev

- name: Restore R package cache
uses: r-lib/actions/setup-renv@v2

- name: Custom install R package 'credentials'
run: |
Rscript -e "install.packages('credentials')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ License: AGPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 2.10),
svglite,
credentials
svglite
Imports:
bdsreader (>= 0.25.0),
chartbox (>= 1.15.0),
Expand Down

0 comments on commit 3306df5

Please sign in to comment.