On Mon, Sep 20, 2010 at 10:26 AM, Johan Sandblom
Greetings all!
In the modernized version of the R module (attached), which makes it possible to interact with the statistical programming environment R (http://www.r-project.org), mtxrun is used to call R on saved buffers containing snippets of R code. Optionally, the output from R can be included using \typefile. However, mtxrun includes a banner in the output file, example below.
MTXrun | MTXrun | executing: R -q --save --restore MTXrun | MTXrun |> sample(1:10) [1] 5 3 1 9 2 6 10 8 4 7
sample(1:10, replace=TRUE) [1] 1 10 7 1 7 5 2 2 10 5
If the results of the computations are to be included in the text, this banner is ugly and distracting.
Question: is it possible to instruct mtxrun not to make such a banner? Or, alternatively, is there an easy way to remove it before the text is included?
I am using MKIV exclusively.
Regards, Johan A bit off-topic: do you know aditya module t-filters ? See http://meeting.contextgarden.net/2010/talks/2010-09-15-aditya-filters/
-- luigi