Hello,
I would like my Sweave document to display messages generated with the
message() command. Sweave ignores this output and I did not find any Sweave
option, nor any property that I could change through the options() command
for changing this behavior.
Here is a chunk example.
<<message>>=
test <- function()
{
print("this is outputed with print()"); message("and this one with
message()")
}
test()
@
Any help would be welcome.
Gilbert
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.