Skip to content

Commit

Permalink
Merge pull request #31 from jhudsl/hide-knitr-options
Browse files Browse the repository at this point in the history
set echo=FALSE for image width chunks
  • Loading branch information
KatherineCox authored Nov 15, 2023
2 parents 8c36478 + 4a034e1 commit f46a03c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 01-introduction.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down
2 changes: 1 addition & 1 deletion 02-import-configure.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down
2 changes: 1 addition & 1 deletion 03-write-wdl.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down
2 changes: 1 addition & 1 deletion 04-calculate-idxstats.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down
2 changes: 1 addition & 1 deletion 05-customize-docker.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down
2 changes: 1 addition & 1 deletion 06-join-discourse.Rmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
```{r}
```{r, echo = FALSE}
knitr::opts_chunk$set(out.width = "100%")
```

Expand Down

0 comments on commit f46a03c

Please sign in to comment.