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.
2 parents 7c8e9f2 + d05342f commit 98d9de3Copy full SHA for 98d9de3
.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