-
Recent Posts
- latexr: efficient compilation of dynamic reports integrating LaTeX and R
- ARIMA-model-based decomposition of time series in R The tsdecomp R package
- The uroot R package is back
- Airline prices database
- An application of OpenMP and Graphics Processing Units parallel threads Numerical distribution functions of unit root tests
Recent Comments
Archives
Categories
Meta
Category Archives: LaTeX
latexr: efficient compilation of dynamic reports integrating LaTeX and R
I have been working on the ideas and scripts introduced in this previous post. The result is a new set of scripts packaged in this latexR.tar.gz file. The main enhancements are the following: An environment can be assigned to each … Continue reading
Automatic generation of a makefile for R and LaTeX
The so-called vignettes are a useful supplemental documentation for R packages. A vignette often mixes standard text, typically formatted in LaTeX, with chunks of R code. During the process of building the vignette, the code chunks are effectively run to … Continue reading