Don't cache loading of stringr package

This commit is contained in:
hadley
2016-03-22 07:49:09 -05:00
parent 39e4f27146
commit 53afb76ae7

View File

@@ -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