Eval Issue with R Markdown
This works as expected ```{r} library(rjson) # comment 2+2 ``` This doesn't print properly ```{r, eval=FALSE} library(rjson) # comment 2+2 ```