Dear Simon,
Many thanks for all additional detail and insight into
your practice using rhome and symlinks. Much appreciated!
Best,
Tobias
- Original Message -
> From: "Simon Urbanek"
> To: "Tobias Verbeke"
> Cc: r-devel@r-project.org
> Sent: Sunday, September 22, 2013 3:45:41 AM
> Subj
As far as I can tell, there's no built-in way to get
capture.output() to capture messages (stderr) instead of
stdout ... suggested, fairly trivial, patch below.
f <- function() {
message("abc")
cat("def\n")
}
x <- capture.output(f())
## prints 'abc'
x ## value: "def"
source("~/R/r-dev
Hello,
I just noticed that the link to instructions on turning off HTML mail
has been dead for quite some time. The last capture I could find on
web.archive.org was in mid-2009.
http://web.archive.org/web/20090625155306/http://www.expita.com/nomime.html
For reference, the link is in the followin