[R] odfWeave processing error, file specific

2007-08-09 Thread Aric Gregson
Hello, 

I hope there is a simple explanation for this. I have been using
odfWeave with great satisfaction in R 2.5.0. Unfortunately, I cannot
get beyond the following error message with a particular file. I have
copied and pasted into new files and the same error pops up. It looks
like the error is occurring before any of the R code is run (?).

Any suggestions on how to track this down and fix it?

odfWeave('balf.odt', 'balfout.odt')
  Copying  balf.odt
  Setting wd to  /tmp/Rtmpz0aWPf/odfWeave09155238949
  Unzipping ODF file using unzip -o balf.odt
Archive:  balf.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  balf.odt
  Creating a Pictures directory

  Pre-processing the contents
Error: cc$parentId == parentId is not TRUE

Thanks,

aric

--
IMPORTANT WARNING:  This email (and any attachments) is only...{{dropped}}

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] odfWeave processing error, file specific

2007-08-09 Thread Kuhn, Max
Aric,

Can you send me a reproducible example (code and odt file) plus the
results if sessionInfo()?

Thanks,

Max

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Aric Gregson
Sent: Thursday, August 09, 2007 6:56 PM
To: r-help@stat.math.ethz.ch
Subject: [R] odfWeave processing error, file specific

Hello, 

I hope there is a simple explanation for this. I have been using
odfWeave with great satisfaction in R 2.5.0. Unfortunately, I cannot
get beyond the following error message with a particular file. I have
copied and pasted into new files and the same error pops up. It looks
like the error is occurring before any of the R code is run (?).

Any suggestions on how to track this down and fix it?

odfWeave('balf.odt', 'balfout.odt')
  Copying  balf.odt
  Setting wd to  /tmp/Rtmpz0aWPf/odfWeave09155238949
  Unzipping ODF file using unzip -o balf.odt
Archive:  balf.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  balf.odt
  Creating a Pictures directory

  Pre-processing the contents
Error: cc$parentId == parentId is not TRUE

Thanks,

aric

--
IMPORTANT WARNING:  This email (and any attachments) is\ onl...{{dropped}}

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.