Displaying 1 result from an estimated 1 matches for "addin_howto".
2003 Jul 16
1
Integrating R in OpenOffice
...rivial - the R team has done this for us]
- use the UNO framework to direct the writing of an IDL that allows libR.so to
be linked into the OO sc runtime [time consuming to digest all the docs and get
a feel for how to do this, altho there are some introductory docs at:
http://sc.openoffice.org/addin_howto.html
- write code that will automate the insertion of available R functions into the
OO sc menu system. [possibly tricky but mostly tedious..?]
- write the query interface to the database within OO [pretty easy]
Some of the (many) things that I do not have a good grasp on are:
- which R functio...