Skip to content

Commit

Permalink
remove gt and tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
hythloda authored Mar 18, 2024
1 parent 7227e22 commit 94323a2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ jobs:

- name: Check rmarkdown package version
run: Rscript -e "packageVersion('lubridate')"

- name: Install rmarkdown package
run: Rscript -e "install.packages('gt')"

- name: Check rmarkdown package version
run: Rscript -e "packageVersion('gt')"

- name: Install rmarkdown package
run: Rscript -e "install.packages('tidyverse')"

- name: Check rmarkdown package version
run: Rscript -e "packageVersion('tidyverse')"

# Setup Quarto
- name: Set up Quarto
Expand Down

0 comments on commit 94323a2

Please sign in to comment.