Skip to content

Commit

Permalink
don't eval
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Feb 4, 2020
1 parent bcbfe2d commit 3bc86a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/caching.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bc86a6

Please sign in to comment.