Skip to content

Commit 2f45126

Browse files
committed
pmlbr is back on cran
1 parent 6f6d052 commit 2f45126

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ jobs:
5353
- uses: r-lib/actions/setup-r@v2
5454
- uses: r-lib/actions/setup-pandoc@v2
5555
- name: Install R packages
56-
env:
57-
GITHUB_PAT: ${{ secrets.GH_PAT }}
5856
shell: Rscript {0}
5957
run: |
60-
install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes"))
61-
remotes::install_github("EpistasisLab/pmlbr")
62-
58+
install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes", "pmlbr"))
6359
6460
- name: Set up reticulate
6561
run: |

0 commit comments

Comments
 (0)