From 3bc86a6bd143e14bcdf5a48c4091e7aaeaf66611 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Tue, 4 Feb 2020 23:44:51 +0100 Subject: [PATCH] don't eval --- vignettes/caching.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/caching.Rmd b/vignettes/caching.Rmd index 2d024632b..d3f65d988 100644 --- a/vignettes/caching.Rmd +++ b/vignettes/caching.Rmd @@ -42,7 +42,7 @@ The main caching features were implemented in the following two pull requests: the function definition, but not `another(call)` and all other expressions that were not changed. -```{r} +```{r, eval = FLSE} function() { # a comment x = 2 # <- change this line