Hi,
For what it's worth, I would like to second this. I have a small Sweave driver
(https://r-forge.r-project.org/R/?group_id=1857) that uses:
RtangleRtf <- function(){
list(setup = RtangleSetup,
runcode = utils:::RtangleRuncode, # <---
writedoc = RtangleWritedoc,
Hi,
Could R-Core consider adding 'RtangleRuncode' and 'RtangleFinish' to the
exports of utils. Their weave equivalent 'makeRweaveLatexCodeRunner' and
'RweaveLatexFinish' are exported, as well as the other tangle utility
functions 'RtangleSetup' and 'RtangleWritedoc'.
The rationale is not just