Skip to content

Commit

Permalink
Update docs.yaml adding kableExtra
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao authored Oct 26, 2023
1 parent 8972358 commit b0a91ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
install.packages(c("remotes","rcmdcheck"), repos = "https://cloud.r-project.org")
install.packages(c("remotes","rcmdcheck", "kableExtra"), repos = "https://cloud.r-project.org")
remotes::install_deps(dependencies = TRUE)
shell: Rscript {0}

Expand Down

0 comments on commit b0a91ee

Please sign in to comment.