Don't cache loading of stringr package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user