Skip to content

Commit

Permalink
install ggpubr
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed May 2, 2024
1 parent 8fcfff9 commit 901b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Linux packages
run: sudo apt-get install -y unzip curl libcurl4-openssl-dev libicu-dev pandoc wget unzip texlive texlive-latex-extra texlive-fonts-extra texlive-xetex pandoc-citeproc lmodern
- name: install remotes
run: install.packages(c("remotes","rcmdcheck","covr"))
run: install.packages(c("remotes","rcmdcheck","covr","ggpubr"))
shell: Rscript {0}
- name: install local prolfqua
run: remotes::install_local('.', dependencies = TRUE)
Expand Down

0 comments on commit 901b27e

Please sign in to comment.