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