Skip to content

Commit 66c5d91

Browse files
authored
Merge pull request #26 from thomvolker/main
Load kableExtra explicitly
2 parents 98d9de3 + 773947c commit 66c5d91

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yaml

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

synthetic/index.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: "Synthetic data: The general idea"
33
bibliography: ../references.bib
44
---
55

6+
```{r}
7+
#| label: setup
8+
# include: false
9+
10+
library(kableExtra)
11+
```
12+
613
# Synthetic data: What it is and what it is about?
714

815
---

0 commit comments

Comments
 (0)