Displaying 2 results from an estimated 2 matches for "swoven".
Did you mean:
woven
2007 May 09
1
step() in sink() and Sweave()
...obviously that needs some degree of
acrobatic R skills.
An example of the behaviour:
sink(tempfile())
example(step)
sink()
I assueme that the behaviour is intentional but searching NEWS did not
give any information or reasoning. Would it be sensible to go back to
the old behaviour? I found some Swoven files from R 2.4.0 that still put
both parts of the output to the same place. For the sake of Sweave and
sink, I'd prefer the one place to be stdout instead of stderr.
Best wishes, Jari Oksanen
--
Jari Oksanen <jarioksa at cc.oulu.fi>
2002 Oct 30
4
Sweave in packages
Dear R folks,
One of the fantastic new tools in R is `Sweave'. I have tested it so much that I
know it works and produces fine documentation, and with (GNU) Emacs/ESS it is
nice to work with, too. I started to have a look at including some Swoven (is
that a strong verb?) documentation with my R package, but it seems that there is
no model to copy among those packages that I have installed in my R. Has anybody
used Sweave for package vignettes? I have run into some minor inconveniences,
where I would appreciate hints:
- I cannot find out in...