Skip to content

Commit

Permalink
fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 6, 2024
1 parent 78149c7 commit 05a0cc1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install bbr from GitHub
run: |
Rscript -e 'install.packages("remotes")'
Rscript -e 'remotes::install_github("metrumresearchgroup/mrgmisc")'
Rscript -e 'remotes::install_github("metrumresearchgroup/nmrec")'
Rscript -e 'remotes::install_github("metrumresearchgroup/bbr")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
metrumresearchgorup/bbr
metrumresearchgroup/bbr
any::rcmdcheck
needs: check

Expand Down

0 comments on commit 05a0cc1

Please sign in to comment.