Skip to content

Commit 7820ad5

Browse files
committed
removed cache = TRUE from chunk option
1 parent c46d99a commit 7820ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ At a minimum, you should have:
7474
- [Google](https://www.google.com/)
7575

7676
```{r, include = FALSE}
77-
knitr::opts_chunk$set(echo = FALSE, cache = TRUE)
77+
knitr::opts_chunk$set(echo = FALSE)
7878
options(warn = -1)
7979
```
8080

0 commit comments

Comments
 (0)