I'm familiar with the fact that you can create LaTeX reports directly from R with tools
package and texi2dvi
function, but I was surprised to see that tools
package is missing. It's just not in CRAN repositories. Does anyone know about an adequate replacement for texi2dvi
?
views:
52answers:
1
+2
A:
The tools
package is part of R itself. CRAN has recommended packages, but not the core packages shipped with the sources.
See e.g. here in the sources themselves for the list of included packages.
Dirk Eddelbuettel
2010-07-15 19:31:01
Oh, boy... now, this was embarrassing... Thanks Dirk! I'd like to state that temperature in my town reaches 38 C, if that's an appropriate excuse! =) I should have put `tools::texi2dvi - what happened to me` O_o
aL3xa
2010-07-15 20:48:07