Skip to content

Commit 81ecf68

Browse files
committed
(hopefully temp) workaround for r-lib/pkgdown#2196. closes #396
1 parent 7f4d4f9 commit 81ecf68

8 files changed

+8
-8
lines changed

vignettes/baseline.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ editor_options:
1414

1515

1616
```{r, echo=FALSE}
17-
knitr::opts_chunk$set(comment = "")
17+
knitr::opts_chunk$set(comment = "#")
1818
```
1919

2020
```{css, echo=FALSE}

vignettes/clinical_trials.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editor_options:
1212
---
1313

1414
```{r, echo=FALSE}
15-
knitr::opts_chunk$set(comment = "")
15+
knitr::opts_chunk$set(comment = "#")
1616
```
1717

1818

vignettes/introduction.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ editor_options:
1313

1414

1515
```{r, echo=FALSE}
16-
knitr::opts_chunk$set(comment = "")
16+
knitr::opts_chunk$set(comment = "#")
1717
```
1818

1919
```{css, echo=FALSE}

vignettes/manual_table_construction.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ editor_options:
1313

1414

1515
```{r, echo=FALSE}
16-
knitr::opts_chunk$set(comment = "")
16+
knitr::opts_chunk$set(comment = "#")
1717
```
1818

1919
```{css, echo=FALSE}

vignettes/sorting_pruning.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editor_options:
1212
---
1313

1414
```{r, echo=FALSE}
15-
knitr::opts_chunk$set(comment = "")
15+
knitr::opts_chunk$set(comment = "#")
1616
```
1717

1818
```{css, echo=FALSE}

vignettes/subsetting_tables.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ editor_options:
1313

1414

1515
```{r, echo=FALSE}
16-
knitr::opts_chunk$set(comment = "")
16+
knitr::opts_chunk$set(comment = "#")
1717
```
1818

1919
```{css, echo=FALSE}

vignettes/tabulation_concepts.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(echo = TRUE)
1616
```
1717

1818
```{r, echo=FALSE}
19-
knitr::opts_chunk$set(comment = "")
19+
knitr::opts_chunk$set(comment = "#")
2020
```
2121

2222
```{css, echo=FALSE}

vignettes/tabulation_dplyr.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ editor_options:
1414

1515

1616
```{r, echo=FALSE}
17-
knitr::opts_chunk$set(comment = "")
17+
knitr::opts_chunk$set(comment = "#")
1818
```
1919

2020
```{css, echo=FALSE}

0 commit comments

Comments
 (0)