We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c8a3f commit d05342fCopy full SHA for d05342f
.github/workflows/publish.yaml
@@ -40,6 +40,7 @@ jobs:
40
install.packages("renv")
41
install.packages("rmarkdown")
42
install.packages("yaml")
43
+ install.packages("kableExtra")
44
install.packages(renv::dependencies()$Package)
45
shell: Rscript {0}
46
if: ${{ hashFiles('renv.lock') == '' }}
0 commit comments