Skip to content

Commit

Permalink
fixing gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dipterix committed Jun 15, 2024
1 parent 888c3a3 commit 7aeb4d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,20 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install brew packages on OSX
if: runner.os == 'macOS'
run: |
brew install fftw glpk pkgconfig
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
extra-repositories: |
https://rave-ieeg.r-universe.dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3

Expand All @@ -29,6 +27,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
extra-repositories: |
https://rave-ieeg.r-universe.dev
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RAVE contains multiple R & Python packages, pipeline modules, and analysis snipp

### Package Builder Status

All packages are hosted on CRAN and/or r-universe. Please follow [the instructions](https://openwetware.org/wiki/RAVE:Install) to install them instead of installing them individually.
All packages are hosted on CRAN and/or r-universe. Please follow [the instructions](https://openwetware.org/wiki/RAVE:Install) to install them using recommended approach.

Low-level documentations are available for developers.

Expand Down

0 comments on commit 7aeb4d9

Please sign in to comment.