Displaying 2 results from an estimated 2 matches for "showoutputlist".
2009 Dec 13
1
odfWeave produces output file that OO can't open
...les sepal length and width and petal length and width, respectively, for \Sexpr{dim(iris)[1]/3} flowers from each of \Sexpr{length(levels(iris$Species))} species of iris. The species are \Sexpr{paste(levels(iris$Species), collapse = ", ")}.
Here is a bulleted list of the species:
<<showOutputList, echo = FALSE, results = xml>>=
odfItemize(levels(iris$Species))
@
****************************************
With
****************************************
R version 2.10.0 (2009-10-26)
x86_64-apple-darwin9.8.0
locale:
[1] C/C/en_US/C/C/C
attached base packages:
[1] grid stats graph...
2007 Jun 25
1
eps in odfWeave
...tImageDefs()
plotInfo$type = "eps"
#plotInfo$device = "postscript"
setImageDefs(plotInfo)
odfWeave("simple.odt", "simpleOut.odt")
#-----
# Writing to file content_1.xml
# Processing code chunks ...
# 1 : term hide(label=loadLibs)
# 2 : term xml(label=showOutputList)
#Error in check(options) : invalid value for 'type' : eps
Version: 0.5.9
Date: 2007-20-06
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 5.0
year 2007
month 04
day...