Re: [R] Sweave, cacheSweave, and data frame

2009-12-07 Thread Andreas Borg
It's been a while since this thread appeared, but I had the same problem and don't want to keep the solution for myself. A small, reproducible example: <>= a=1 @ <<>>= a+1 @ Compiling with cacheSweave gives an error: > library(cacheSweave) Lade nötiges Paket: filehash filehash: Simple key-va

Re: [R] Sweave, cacheSweave, and data frame

2009-07-26 Thread Duncan Murdoch
Shige Song wrote: Dear All, I have been using Sweave (mainly via the Sweave.sh script) and really like it. I am working a paper (using Sweave, of course) which includes several time-consuming computations, and it gets tedious to re-compile the whoel thing every time I made changes. Then I discov

Re: [R] Sweave, cacheSweave, and data frame

2009-07-26 Thread Dieter Menne
Shige Song wrote: > > I have been using Sweave (mainly via the Sweave.sh script) and really like > it. I am working a paper (using Sweave, of course) which includes several > > To check what's wrong, please post a reproducible minimal example. It is difficult to guess if this has to do w

Re: [R] Sweave, cacheSweave, and data frame

2009-07-26 Thread Gabor Grothendieck
Right. Its to avoid making the vignettes when you are mainly interested in testing out a package. On Sun, Jul 26, 2009 at 3:07 AM, Shige Song wrote: > Dear Gabor, > > Thanks for the suggestion. I am writing a research paper using Sweave, not > building a R package. If i understand correctly, the -

Re: [R] Sweave, cacheSweave, and data frame

2009-07-26 Thread Shige Song
Dear Gabor, Thanks for the suggestion. I am writing a research paper using Sweave, not building a R package. If i understand correctly, the --no-vignettes option does not really help in my case. Shige On Sun, Jul 26, 2009 at 11:56 AM, Gabor Grothendieck < ggrothendi...@gmail.com> wrote: > Anoth

Re: [R] Sweave, cacheSweave, and data frame

2009-07-25 Thread Gabor Grothendieck
Another thing you can do to save time is to use the --no-vignettes switch when you build the package. On Sat, Jul 25, 2009 at 11:05 PM, Shige Song wrote: > Dear All, > > I have been using Sweave (mainly via the Sweave.sh script) and really like > it. I am working a paper (using Sweave, of course)

[R] Sweave, cacheSweave, and data frame

2009-07-25 Thread Shige Song
Dear All, I have been using Sweave (mainly via the Sweave.sh script) and really like it. I am working a paper (using Sweave, of course) which includes several time-consuming computations, and it gets tedious to re-compile the whoel thing every time I made changes. Then I discover the "cacheSweave"