Hi Michael,
Michael Kubovy <[EMAIL PROTECTED]> writes:
> Hi Seth,
>
> The possibility of caching computations would be a great boon when
> one is iteratively refining a paper; so I'm most grateful for your
> work on this. Unfortunately I have a problem to report:
> ******************testing Sweave******************
>> testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package =
> "utils")
>>
> ******************testing weaver******************
>> weaver(testfile)
> Error in weaver(testfile) : unused argument(s) ("/Library/Frameworks/
> R.framework/Resources/library/utils/Sweave/Sweave-test-1.Rnw")
Actually, you want:
Sweave(testfile, driver=weaver())
I will add something to the man page for weaver to make this more
clear.
You might want to have a look at the vignette included with the
package:
library("Biobase")
library("weaver")
openVignette("weaver")
+ seth
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.