Skip to content

Commit

Permalink
remotes::install_github('debruine/glossary')
Browse files Browse the repository at this point in the history
  • Loading branch information
bbest committed Nov 20, 2023
1 parent eb3c250 commit 10eda40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
with:
r-version: '4.3.0'

- name: "Install R packages (while renv not working for glossary)"
run: |
Rscript -e "remotes::install_github('debruine/glossary')"
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
Expand Down

0 comments on commit 10eda40

Please sign in to comment.