Dieter Menne <dieter.menne <at> menne-biomed.de> writes:

> 
> library(odfWeave)
> plotInfo <- getImageDefs()
> plotInfo$type = "eps"
> plotInfo$plotWidth = 4
> plotInfo$plotHeight = 4
> plotInfo$device = "postscript"
> plotInfo$args = list( horizontal = FALSE,onefile = FALSE, paper = "special")
> setImageDefs(plotInfo)
> demoFile <- system.file("examples", "simple.odt", package ="odfWeave")
> odfWeave(demoFile, "c:/simpleOut.odt")
> 
> -----
> Error in check(options) : invalid value for 'type' : eps

Sorry, Max, my error (as you noted in private email). From an earlier attempt I
had forgotten to remove the incorrect <<....type="eps">> in the code.

Dieter

______________________________________________
R-help@stat.math.ethz.ch 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.

Reply via email to