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 98d9de3 + 773947c commit 66c5d91Copy full SHA for 66c5d91
.github/workflows/publish.yaml
@@ -40,7 +40,6 @@ 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') == '' }}
synthetic/index.qmd
@@ -3,6 +3,13 @@ title: "Synthetic data: The general idea"
3
bibliography: ../references.bib
4
---
5
6
+```{r}
7
+#| label: setup
8
+# include: false
9
+
10
+library(kableExtra)
11
+```
12
13
# Synthetic data: What it is and what it is about?
14
15
0 commit comments