Skip to content

Commit

Permalink
install r packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeemkh committed May 11, 2023
1 parent a609d23 commit 21724f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get install -y r-base
- name: Install R packages
run: |
sudo R -e 'install.packages(c("polycor", "locpol", "wCorr"), repos="https://cran.rstudio.com/")'
sudo R -e 'install.packages(c("polycor", "locpol", "wCorr", "gam", "gnm"), repos="https://cran.rstudio.com/")'
- name: Setup conda
uses: s-weigand/setup-conda@v1
- name: Install dependencies
Expand Down

0 comments on commit 21724f7

Please sign in to comment.