Don't cache loading of stringr package
This commit is contained in:
parent
39e4f27146
commit
53afb76ae7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue