(This article was first published on Shige's Research Blog, and kindly contributed to R-bloggers)
I finally figured out how to use the R package "cachesweave". The trick is that the code chunks must follow some order, like the following:-----------------------------------------------------------
<
setCacheDir("testcache")
@
<
library(Zelig)
library(memisc)
@
...
------------------------------------------------------------
To leave a comment for the author, please follow the link and comment on his blog: Shige's Research Blog.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series,ecdf, trading) and more...

Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).