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 -- Johan Sandblom, MD PhD m +46735521477  Sweden "What is wanted is not the will to believe, but the will to find out, which is the exact opposite" - Bertrand Russell