ODFweave is a system for combining R code with Open Document Format in a single document.
2
votes
1answer
100 views
Match ODFWeave and ggplot2 image resolution/size
I'm creating charts using ggplot2 inside ODFWeave code chunks. I am setting the ODFWeave dimensions to 5x5in, but the graphs are being created at 480x480 px which looks like a default. How can I make ...
2
votes
1answer
111 views
odfWeave error source document containing non-ASCII chars
Getting this error calling ODFWeave on my doc.
Pre-processing the contents
Sweaving content.Rnw
Error: ‘content.Rnw’ is not ASCII and does not declare an encoding
I've seen some ways you can ...