Re: [Rd] regenerate Rscript after moving R installation

2013-09-22 Thread Tobias Verbeke
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

[Rd] type="message" possibility for capture.output() ?

2013-09-22 Thread Ben Bolker
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

[Rd] Mailing Lists page, turning off HTML mail

2013-09-22 Thread Joshua Ulrich
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