R: Installing weaver to cache Sweave code chunks
Thursday, May 28th, 2009The package weaver lets you cache code chunks in your .Rnw file so the computations don’t have to be repeated if you only make small changes to the document — potentially a huge timesaver. If you simply try to install it using install.packages(), you will get the message that the package weaver cannot be found. […]