Skip to content

Commit dc73cf7

Browse files
committed
chore(pages): minor (remove unused kableextra + amend title)
1 parent 10994e0 commit dc73cf7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

pages/experiments/tables_figures.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Producing tables and figures
2+
title: Tables and figures
33
---
44

55
:::: {.pale-blue}

pages/output_analysis/n_reps.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ pio.renderers.default = "plotly_mimetype"
5454
```{r}
5555
#| output: false
5656
library(dplyr)
57-
library(kableExtra)
5857
library(knitr)
5958
library(R6)
6059
library(simmer)

pages/output_analysis/parallel.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ library(dplyr)
6666
library(future)
6767
library(future.apply)
6868
library(ggplot2)
69-
library(kableExtra)
7069
library(knitr)
7170
library(plotly)
7271
library(simmer)

0 commit comments

Comments
 (0)