Skip to content

Commit

Permalink
install rgpt3 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-abel-inwt committed Jan 25, 2024
1 parent 254e5bc commit dd36542
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ jobs:
cat(readLines("~/.Rprofile"), sep = "\n")
shell: Rscript {0}

- name: Install rgpt3 dependency
run: |
install.packages("remotes")
remotes::install_github("ben-aaron188/rgpt3")
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit dd36542

Please sign in to comment.