Skip to content

Commit 98d9de3

Browse files
authored
Merge pull request #24 from thomvolker/main
Add kableExtra to R packages
2 parents 7c8e9f2 + d05342f commit 98d9de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
install.packages("renv")
4141
install.packages("rmarkdown")
4242
install.packages("yaml")
43+
install.packages("kableExtra")
4344
install.packages(renv::dependencies()$Package)
4445
shell: Rscript {0}
4546
if: ${{ hashFiles('renv.lock') == '' }}

0 commit comments

Comments
 (0)