Re: [Rd] Use of R in C#

2012-04-27 Thread Joel Nybeck
I ended up getting around this issue by running installstatconnDCOM() - not the exact name, but something very similar to that in RStudio instead of downloading from their site. This resolved the 80040013 error. I subsequently ran into a few issues regarding an 800706BE error. I resolved this by de

Re: [Rd] Use of R in C#

2012-04-27 Thread notoriousnoah
Don't use this StatConn R Program, it is really poorly written software. Instead, use RDotNet, it is much easier to get up and running, and very simple to use: http://rdotnet.codeplex.com/ -- View this message in context: http://r.789695.n4.nabble.com/Use-of-R-in-C-tp2165189p4589776.html Sent

Re: [Rd] Use of R in C#

2012-04-26 Thread Jonathan Shore
I cleaner alternative would be to use Rserve. You can use IKVM to compile the Rserve java API to a .NET assembly. Alternatively you can implement the protocol in C# (as I did). On Wed, Apr 25, 2012 at 6:50 AM, Joel wrote: > Jeff Abrams microsoft.com> writes: > > > > > I have a C# program tha

Re: [Rd] Use of R in C#

2012-04-26 Thread Joel
Jeff Abrams microsoft.com> writes: > > I have a C# program that requires the run of a logistic regression. I have downloaded the R 2.11 package, and > have added the following references to my code: > > STATCONNECTORCLNTLib; > StatConnectorCommonLib; > STATCONNECTORSRVLib; > > In my code I ha

Re: [Rd] Use of R in C#

2011-06-05 Thread Erich Neuwirth
statconnDCOM (and RExcel) have their own mailing list. Please subscribe at rcom.univie.ac.at and post your questions on that list. On Jun 5, 2011, at 5:53 AM, notoriousnoah wrote: > Everyone refs 3 names spaces. I can ref STATCONNECTORCLNTLib and > StatConnectorCommonLib but > > I don't have t

Re: [Rd] Use of R in C#

2011-06-05 Thread notoriousnoah
Everyone refs 3 names spaces. I can ref STATCONNECTORCLNTLib and StatConnectorCommonLib but I don't have the DLL to ref STATCONNECTORSRVLib?? Can you let me know where I cann download StatConnectorCommonLib.DLL? I tried R_SCILab_DCom3.0-1B.exe, and statConnDCom.lastest.exe and RAndFriendsSetu

Re: [Rd] Use of R in C#

2011-05-23 Thread Erich Neuwirth
Please discuss statconnDCOM related problems on its dedicated mailing list. You can subscribe at rcom.univie.ac.at On 5/22/2011 2:31 PM, Andra wrote: > > Jeff Abrams microsoft.com> writes: > >> >> I have a C# program that requires the run of a logistic regression. I have > downloaded the R 2

Re: [Rd] Use of R in C#

2011-05-22 Thread Andra
Jeff Abrams microsoft.com> writes: > > I have a C# program that requires the run of a logistic regression. I have downloaded the R 2.11 package, and > have added the following references to my code: > > STATCONNECTORCLNTLib; > StatConnectorCommonLib; > STATCONNECTORSRVLib; > > In my code I

Re: [Rd] Use of R in C#

2010-05-10 Thread Prof Brian Ripley
This is not about R, but about the StatConnector project which has its own mailing lists. On Fri, 7 May 2010, Jeff Abrams wrote: I have a C# program that requires the run of a logistic regression. I have downloaded the R 2.11 package, and have added the following references to my code: STA