Skip to content

Commit

Permalink
make news
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 4, 2012
1 parent 623f7f7 commit 85f7c33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS
Expand Up @@ -58,6 +58,9 @@ MAJOR CHANGES
[001-minimal.Rmd](https://github.com/yihui/knitr-examples/blob/master/001-minimal.Rmd)
for example)

- when the global chunk option `eval=FALSE`, inline R code will not be
evaluated, and `??` is returned for inline R expressions (#367)

MINOR CHANGES

- if `getOption('OutDec')` is not `.`, inline numeric output will be put
Expand All @@ -75,6 +78,11 @@ MINOR CHANGES
- `knit(text = ...)` will no longer write output in the console (the output
is only returned as a character string)

DOCUMENTATION

- added a simple reference card:
https://github.com/downloads/yihui/knitr/knitr-refcard.pdf

CHANGES IN knitr VERSION 0.7

NEW FEATURES
Expand Down

0 comments on commit 85f7c33

Please sign in to comment.