To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=66589
------- Additional comments from [EMAIL PROTECTED] Fri Jun 23 16:29:08 -0700 2006 ------- If R consists of a shared library that OO.o can dlopen to reference its internal functions, then R integration can be done somewhat painlessly. If not, then we'd need to do "fork" & "exec" and do text-pipelining to R executable and parse the output. It's a bit of a pain parsing the output, but it's doable. I would see it implemented as an external UNO component with its own separate dialog. Calling R for built-in cell functions is probably not desirable because of the large overhead involved (imagine if statistical functions in 1000 cells need to be re-calculated all at the same time!), but calling R from a separate tool dialog should be fine, I think. Kohei --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
