• using R version 2.10.0 Patched (2009-11-18 r50482)
  • using session charset: ASCII
  • checking for file 'odfWeave/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'odfWeave' version '0.7.10'
  • checking package name space information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'odfWeave' can be installed ... WARNING
    Found the following significant warnings:
    Warning: ./man/odfWeave.Rd:67: unexpected '}', expecting '{' or '['
    See http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/odfWeave-00install.html for details.
  • 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 name space can be loaded with stated dependencies ... 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 ... WARNING
    prepare_Rd: odfWeave.Rd:67: unexpected '}', expecting '{' or '['
  • checking Rd metadata ... OK
  • checking Rd cross-references ... WARNING
    Missing link(s) in documentation object './man/RweaveOdf.Rd':
    '[utils]{SweaveSyntax}'

    See the information in section 'Cross-references' of the 'Writing R
    Extensions' manual.
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking examples ... ERROR
    Running examples in 'odfWeave-Ex.R' failed.
    The error most likely occurred in:

    > ### * odfWeave
    >
    > flush(stderr()); flush(stdout())
    >
    > ### 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/Data/Builds/packages/leopard-universal/results/2.10/odfWeave.Rcheck/odfWeave/examples/simple.odt
    Setting wd to /var/folders/JA/JAolSeAcFueOWF1Uy33XRk+++TI/-Tmp-//RtmpskZuoZ/odfWeave18185830266
    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)

    '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
    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 87%)
    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 /var/folders/JA/JAolSeAcFueOWF1Uy33XRk+++TI/-Tmp-//RtmpskZuoZ/odfWeave18185830266

    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/Data/Builds/packages/leopard-universal/results/2.10/odfWeave.Rcheck/odfWeave/examples/examples.odt
    Setting wd to /var/folders/JA/JAolSeAcFueOWF1Uy33XRk+++TI/-Tmp-//RtmpskZuoZ/odfWeave18185832898
    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

    Writing to file content_1.xml
    Processing code chunks ...
    Error in parse(text = cmd) :
    unexpected '<' in "paste(letters[11:15], collapse = <"
    Calls: odfWeave -> Sweave -> <Anonymous> -> eval -> parse
    Execution halted
  • elapsed time (check, wall clock): 0:28