faulty formatting of toLatex(sessionInfo())
On 8/26/09, Frank E Harrell Jr <f.harrell at vanderbilt.edu> wrote:
G. Jay Kerns wrote:
There was a closely related discussion last April:
and IIRC this was fixed for R version 2.10.
If you still have trouble just do
s <- toLatex(sessionInfo())
cat(s[-grep('Locale',s)], sep='\n')
This works great. Thank you both for the info. Liviu