[R] 'weaver' package problem
Seth Falcon
sfalcon at fhcrc.org
Sun Oct 8 18:59:09 CEST 2006
Hi Michael,
Michael Kubovy <kubovy at virginia.edu> 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
More information about the R-help
mailing list