Skip to content

Commit

Permalink
tweak words in news about knit() output
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Feb 27, 2012
1 parent 739dbcb commit 981ed3a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ MAJOR CHANGES
'^@\\s*%*' instead of '^@\\s*$' now, meaning you can write '@ % a
comment' to end a code chunk (this is consistent with Sweave)

o the default value of the argument 'output' will be a filename
under the current working directory; in previous versions, the
output file will be under the same directory as the input file; this
change makes it possible to completely separate the input files and
output files into different places, and hopefully will give users
better experience in managing a whole collection of files (including
child documents): put all source files in one place and output files
in another place
o the default value of the argument 'output' of knit() will be a
filename under the current working directory; in previous versions,
the output file will be under the same directory as the input file;
this change makes it possible to completely separate the input files
and output files into different places, and hopefully will give
users better experience in managing a whole collection of files
(including child documents): put all source files in one place and
output files in another place

o the package homepage is http://yihui.name/knitr now (the previous
URL yihui.github.com/knitr will be automatically redirected to the
Expand Down

0 comments on commit 981ed3a

Please sign in to comment.