Don't cache loading of stringr package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Strings
|
# Strings
|
||||||
|
|
||||||
```{r setup-strings, include = FALSE}
|
```{r setup-strings, include = FALSE, cache = FALSE}
|
||||||
library(stringr)
|
library(stringr)
|
||||||
|
|
||||||
common <- rcorpora::corpora("words/common")$commonWords
|
common <- rcorpora::corpora("words/common")$commonWords
|
||||||
|
|||||||
Reference in New Issue
Block a user