Skip to content

Commit 3a7c434

Browse files
committed
temporary change: install pmlbr from github
1 parent fa5e619 commit 3a7c434

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
- uses: r-lib/actions/setup-r@v2
5454
- uses: r-lib/actions/setup-pandoc@v2
5555
- name: Install R packages
56-
run: Rscript -e 'install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes", "pmlbr"))'
56+
run: |
57+
install.packages(c("rmarkdown", "plotly", "dplyr", "htmlwidgets", "htmltools", "jsonlite", "readr", "DT", "remotes"))
58+
remotes::install_github("EpistasisLab/pmlbr")
59+
shell: Rscript {0}
5760

5861
- name: Set up reticulate
5962
run: |

0 commit comments

Comments
 (0)