• using R version 2.14.0 (2011-10-31)
  • using platform: i386-apple-darwin9.8.0 (32-bit)
  • using session charset: ASCII
  • 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 if there is a namespace ... OK
  • checking for executable files ... 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 for sufficient/correct file permissions ... 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 ... WARNING
    checking a package with encoding 'UTF-8' in an ASCII locale

    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 /Volumes/Tiger/Builds/Rdev-web/QA/Simon/packages/leopard-universal/results/2.14/odfWeave.Rcheck/odfWeave/examples/simple.odt
    Setting wd to /tmp/Rtmp5W5tas/odfWeave01194927266
    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 ...
    1 : term hide(label=loadLibs)
    2 : term xml(label=showOutputList)
    3 : term hide(label=irisSplom)
    4 : term xml(label=corrTable)
    5 : term xml(label=meanTable)
    6 : term xml(label=meanTable2)
    7 : term xml(label=pkgList)
    Warning: 'DESCRIPTION' file has 'Encoding' field and re-encoding is not possible

    'content_1.xml' has been Sweaved

    Removing content.xml

    Post-processing the contents
    Removing content.Rnw
    Removing styles.xml
    Renaming styles_2.xml to styles.xml
    Collected picture file content_1-irisSplom.png
    Removing manifest.xml
    Renaming manifest_2.xml to manifest.xml
    Removing extra files

    Packaging file using zip -r simple.odt .
    adding: Configurations2/ (stored 0%)
    adding: Configurations2/accelerator/ (stored 0%)
    adding: Configurations2/accelerator/current.xml (stored 0%)
    adding: Configurations2/floater/ (stored 0%)
    adding: Configurations2/images/ (stored 0%)
    adding: Configurations2/images/Bitmaps/ (stored 0%)
    adding: Configurations2/menubar/ (stored 0%)
    adding: Configurations2/popupmenu/ (stored 0%)
    adding: Configurations2/progressbar/ (stored 0%)
    adding: Configurations2/statusbar/ (stored 0%)
    adding: Configurations2/toolbar/ (stored 0%)
    adding: content.xml (deflated 88%)
    adding: layout-cache (deflated 22%)
    adding: META-INF/ (stored 0%)
    adding: META-INF/manifest.xml (deflated 83%)
    adding: meta.xml (deflated 57%)
    adding: mimetype (stored 0%)
    adding: Pictures/ (stored 0%)
    adding: Pictures/content_1-irisSplom.png (deflated 5%)
    adding: settings.xml (deflated 84%)
    adding: styles.xml (deflated 83%)
    adding: Thumbnails/ (stored 0%)
    adding: Thumbnails/thumbnail.png (deflated 5%)
    Copying simple.odt
    Resetting wd
    Removing /tmp/Rtmp5W5tas/odfWeave01194927266

    Done
    >
    > ## Don't show:
    >
    > origialStyles <- getStyles()
    > origialDefs <- getStyleDefs()
    >
    > odfWeave(
    + system.file("examples", "examples.odt", package = "odfWeave"),
    + gsub(
    + "examples.odt", "examplesOut.odt",
    + system.file("examples", "examples.odt", package = "odfWeave"),
    + fixed = TRUE))
    Copying /Volumes/Tiger/Builds/Rdev-web/QA/Simon/packages/leopard-universal/results/2.14/odfWeave.Rcheck/odfWeave/examples/examples.odt
    Setting wd to /tmp/Rtmp5W5tas/odfWeave01194930898
    Unzipping ODF file using unzip -o examples.odt
    Archive: examples.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/
    extracting: Pictures/100000000000015F00000163AB6E6424.png
    inflating: layout-cache
    inflating: content.xml
    inflating: styles.xml
    extracting: meta.xml
    inflating: Thumbnails/thumbnail.png
    inflating: settings.xml
    inflating: META-INF/manifest.xml

    Removing examples.odt

    Pre-processing the contents
    Sweaving content.Rnw

    Warning: 'content.Rnw' has unknown encoding: assuming Latin-1
    Writing to file content_1.xml
    Processing code chunks ...
    1 : term verbatim
    2 : term xml(label=figureTest3)
    3 : echo term verbatim
    4 : term verbatim
    5 : term verbatim
    6 : term verbatim
    7 : echo print term verbatim
    8 : echo term verbatim
    9 : print term verbatim
    10 : term verbatim
    11 : echo term verbatim
    12 : echo
    13 : term xml(label=irisTable1)
    14 : term xml(label=irisTable1a)
    15 : term xml(label=irisTable1a)
    16 : term xml(label=irisTable2)
    17 : term xml(label=irisTable2a)
    18 : term xml(label=irisTable3)

    'content_1.xml' has been Sweaved

    Removing content.xml

    Post-processing the contents
    Opening and ending tag mismatch: list-style line 132 and list-level-style-bullet
    Opening and ending tag mismatch: automatic-styles line 13 and list-level-style-bullet
    Opening and ending tag mismatch: document-content line 2 and list-level-style-bullet
    Extra content at the end of the document
    Error: 1: Opening and ending tag mismatch: list-style line 132 and list-level-style-bullet
    2: Opening and ending tag mismatch: automatic-styles line 13 and list-level-style-bullet
    3: Opening and ending tag mismatch: document-content line 2 and list-level-style-bullet
    4: Extra content at the end of the document
    Execution halted
  • elapsed time (check, wall clock): 0:39