On Mon, 20 Jul 2009, chris wrote:
Allin Cottrell wrote:
> Sane libraries offer a reasonably simple way of redirecting
> printed output, sometimes by passing a printing-function
> pointer. I can't find this in libR. but maybe that's my
> failing.
>
Did you check
http://cran.r-project.org/doc/manuals/R-exts.html#Setting-R-callbacks ?
Thanks, Chris, but I think we've resolved this now. The main
thing was that I hadn't realized that R produces no printed output
when you source() commands, unless you explicitly tell it to (e.g.
by specifying echo=TRUE or print.eval = TRUE).
Allin.