Re: [Rd] [EXTERNAL] Adding RtangleRuncode and RtangleFinish to exports of utils

2020-07-08 Thread Weigand, Stephen D. via R-devel
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,

[Rd] Adding RtangleRuncode and RtangleFinish to exports of utils

2020-07-08 Thread Vincent Goulet via R-devel
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