Skip to content

Commit

Permalink
make news
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 4, 2012
1 parent bfa9c27 commit 29442ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ NEW FEATURES
- all language engines also respect the `comment` option when writing output
just like R code chunks (by default the output is commented out by `##`)

- added a new function `set_alias()` as a wrapper to `opts_knit$set(aliases
= ...)`, e.g. `set_alias(w = 'fig.width')` sets `w` as an alias for the
chunk option `fig.width`

MAJOR CHANGES

- global options are strongly recommended to be set via real R code
Expand Down

0 comments on commit 29442ea

Please sign in to comment.