On Sat, Mar 13, 2010 at 11:51 PM, Megh <[email protected]> wrote:
>
> Hi, I was trying to run your code in my VBA editor, however could not
> succeed. The execution stumbled in the line "Call Rinterface.StartRServer"
> itself. I have RCOM package installed into my R environment. Do I need to
> install anything else to run that? Would guys here guide me?
> You need to install RExcel, not just rcom.
You need to install RExcel, not just rcom.
install.packages("RExcelInstaller")
library(RExcelInstaller)
install.RExcel()
If you have an old R version, it might make sense to get a new one with
RExcel already
installed.
http://rcom.univie.ac.at
click on the Downloads tab, and then download the latest RAndFriends
There is lots of information on the Wiki tab.
Further questions on RExcel should be directed to the rcom list.
[email protected]
Rich
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.