On 5/28/2007 2:11 PM, johan Faux wrote: > Hi, > I was not able to find a way such that R CMD build run Sweave with > eval=FALSE. I have a package where I want the R code in the vignettes to run > only during R CMD check but not on R CMD build. Is there any way to achieve > this ?
You can use the --no-vignettes option to build without building the vignettes, but I don't know of a way to build the vignette with different Sweave options, other than editing the file. Presumably you could write a Makefile to do this based on an environment variable, but I don't see why you'd want that. Duncan Murdoch ______________________________________________ [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.
