Skip to content

Commit

Permalink
Do not cache results
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jul 17, 2018
1 parent 2304972 commit 06ccdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
^\.travis\.yml$
Expand Down
2 changes: 1 addition & 1 deletion vignettes/speed.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A good way to determine this is to compare it's speed of execution to some alter
knitr::opts_chunk$set(
collapse = TRUE, comment = "#>",
eval = as.logical(Sys.getenv("EVAL_VIGNETTES", "FALSE")),
cache = TRUE)
cache = FALSE)
library(glue)
```

Expand Down

0 comments on commit 06ccdc9

Please sign in to comment.