* using log directory 'd:/Rcompile/CRANpkg/local/2.13/odfWeave.Rcheck' * using R version 2.13.2 (2011-09-30) * using platform: i386-pc-mingw32 (32-bit) * using session charset: ISO8859-1 * checking for file 'odfWeave/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'odfWeave' version '0.7.17' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'odfWeave' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking sizes of PDF files under inst/doc ... OK * checking examples ... ERROR Running examples in 'odfWeave-Ex.R' failed The error most likely occurred in: > ### Name: odfWeave > ### Title: Sweave processing of Open Document Format (ODF) files > ### Aliases: odfWeave > ### Keywords: utilities > > ### ** Examples > > > ## Not run: vignette("odfWeave") > > ## Not run: > ##D demoFile <- system.file("examples", "examples.odt", package = "odfWeave") > ##D demoFile <- system.file("examples", "testCases.odt", package ="odfWeave") > ##D demoFile <- system.file("examples", "formatting.odt", package = "odfWeave") > ## End(Not run) > > demoFile <- system.file("examples", "simple.odt", package = "odfWeave") > outputFile <- gsub("simple.odt", "output.odt", demoFile) > > library(odfWeave) > odfWeave(demoFile, outputFile) Copying d:/RCompile/CRANpkg/lib/2.13/odfWeave/examples/simple.odt Setting wd to d:\temp\RtmpX5SBsg/odfWeave25095608266 Unzipping ODF file using unzip -o "simple.odt" Archive: simple.odt extracting: mimetype creating: Configurations2/statusbar/ inflating: Configurations2/accelerator/current.xml creating: Configurations2/floater/ creating: Configurations2/popupmenu/ creating: Configurations2/progressbar/ creating: Configurations2/menubar/ creating: Configurations2/toolbar/ creating: Configurations2/images/Bitmaps/ inflating: layout-cache inflating: content.xml inflating: styles.xml inflating: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing simple.odt Creating a Pictures directory Pre-processing the contents Sweaving content.Rnw Writing to file content_1.xml Processing code chunks ... Error in parse(text = cmd) : 1:40: unexpected '&' 1: paste(levels(iris$Species), collapse = & ^ Calls: odfWeave -> Sweave -> -> eval -> parse Execution halted