Closed abreups closed 9 years ago
I can't reproduce that issue with RStudio 0.98.1049 and XLConnect 0.2-9 on Ubuntu 14.04.1. What version of RStudio and XLConnect are you using?
Also not reproducible on Windows 7 with R 3.1.1, RStudio 0.98.1062 and XLConnect 0.2-9. Please re-open the issue with more details (versions of platform, R, RStudio, XLConnect, ...) if the problem persists.
When I load XLConnect in R Studio and attempt to generate a pdf document using Sweave, the images are not generated. If I do not load the XLConnect library, then everyting works fine. Here is a code example:
Put this in a file called, say, xlconnect.Rnw and try to generate the document in R Studio. If the # that comments the library(XLConnect) command is removed, the image is not generated nor loaded into the final pdf. I'd appreciate any insight.