[Rcom-l] Problem in calling R in Excel

2008-07-20 Thread Krishanu Saha
Hi everybody, I am new to R-excel-add in and trying to connect my R code with excel. My R version is 2.5.1 and the R (D)com is V 2.01. The code I am using to call R is Call RInterface.RRun("source(""" & Replace(ThisWorkbook.Path, "\", "/") & "/PORTO"")") , where PORTO is the R source file co

Re: [Rcom-l] Detecting if RExcel is installed

2008-07-20 Thread Erich Neuwirth
On Jul 17, 2008, at 11:58 PM, Andrew McLachlan wrote: Thank you Erich I have just been reading about the AddIns collection and was wondering whether to use that approach or not. Your reply has stopped me wondering :-) and I will be adding your code to my project. During my testing of the f