aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-26 12:13:01 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-26 14:38:50 +0200
commitd9f884d10894ec4895e3928f50dc625575cc5191 (patch)
tree43f6ad0fe459ad29bd1754869e2882da4a7f9d9b
parentb60e5b27d3dde18fb93b486bc2fd45baf56e2ed1 (diff)
Do caching for the FOCUS_Z vignette
-rw-r--r--vignettes/FOCUS_Z.Rnw2
1 files changed, 1 insertions, 1 deletions
diff --git a/vignettes/FOCUS_Z.Rnw b/vignettes/FOCUS_Z.Rnw
index 1df0ee9c..8c94352c 100644
--- a/vignettes/FOCUS_Z.Rnw
+++ b/vignettes/FOCUS_Z.Rnw
@@ -19,7 +19,7 @@
<<include=FALSE>>=
require(knitr)
-opts_chunk$set(engine='R', tidy=FALSE)
+opts_chunk$set(engine='R', tidy = FALSE, cache = TRUE)
options(width=70)
@

Contact - Imprint