[R] Odfweave

2009-02-24 Thread Irina Ursachi
Dear all,

When using odfWeave, I get the following error:

odfWeave(file.in,file.out)
  Copying  Example2.odt
  Setting wd to  /tmp/Rtmp8ekeDC/odfWeave24145003519
  Unzipping ODF file using unzip -o Example2.odt
Archive:  Example2.odt
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of Example2.odt or
Example2.odt.zip, and cannot find Example2.odt.ZIP, period.
Error in odfWeave(file.in, file.out) : Error unzipping odt file

Does anybody know why? Thanks in advance!

Best regards,
Irina Ursachi.

__
R-help@r-project.org 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.


[R] RExcel foreground and background server

2009-01-26 Thread Irina Ursachi
Dear all,

I have a question regarding background and foreground server in RExcel:
Can somebody explain the main difference between them? As far as I
understood from the RExcel webpage, for both of them one  needs rights
for access to Windows registries. The only difference that I can see so
far is that for the installation of the background server, one needs the
R(D)COM package, whereas for the foreground server installation, the
rcom package is required.

Further more, does anyone know, how Excel proccesses and R processes
communicate? Is it possible for more than one Excel-process to
communicate with more than one R process?

Thank you in advance!

Best regards,
Irina Ursachi.

__
R-help@r-project.org 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.


[R] (no subject)

2009-01-16 Thread ursachi
Dear all,

Can anybody help me with an RExcel tutorial? Maybe some example on which
functions can be used/how to use it... I have installed it on my computer,
using the R(D)COM server.

Thank you all in advance,
Irina Ursachi.

__
R-help@r-project.org 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.


[R] odfweave

2008-11-12 Thread Irina Ursachi
Dear all,

I am trying to use the function odfWeave. Unfortunately I cannot get
beyond the folllowing error message:

Error in odfWeave(Example3.rnw, Example3.odf) :
  Error unzipping odt file

Can anybody tell me, how to use this function?

Thanks,
Irina Ursachi.

__
R-help@r-project.org 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.


[R] Writing Rcmdr Plugins

2008-08-20 Thread Irina Ursachi
Dear all,

I am trying to write a plugin for the RCommander and having troubles
understanding how to actually do that. I have read Mr. Fox's tutorial
about writing Rcmdr plugins and though it seems to me that some
steps are missing.  I would like to know, whether there are some
Commands which generate a plugin package out of a given library. Or do
we just have to attach the .First.lib function and the menus.txt data to
the library? Out of the RcmdrPlugin.TeachingDemos example I could see,
that one of the differences between the plugin and the library, is the
fact that the plugin package also contains the etc subdirectory... so
I suppose my plugin package should contain one too, right?
The way I was trying to build my plugin package (and it didn't work )
was: I installed Rcmdr, the latest version locally, in a folder named
Rlib. There is where I also installed my library and trying to use the
require command to load it into R Commander. What I don't understand,
is how to build the RcmdrPlugin.*?
I would really appreciate, if somebody could help me with that, or maybe
just recommend me a tutorial.

Best regards,
Irina Ursachi.

__
R-help@r-project.org 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.