Re: [R] Calling R functions into C# or C++

2014-02-15 Thread Yuvaraj
Hi, In my case I don't have any static data to be written in the .r file. I need to retrieve the data from my Database. later send the data and the .r script to R engine and do the execution. -- View this message in context: http://r.789695.n4.nabble.com/Calling-R-functions-into-C-or-C

Re: [R] Calling R functions into C# or C++

2010-03-30 Thread Fayssal El Moufatich
references list: http://n4.nabble.com/file/n1744914/RFromCsharpReferences.png Best regards, Fayssal El Moufatich -- View this message in context: http://n4.nabble.com/Calling-R-functions-into-C-or-C-tp904267p1744914.html Sent from the R help mailing list archive at Nabble.com

Re: [R] Calling R functions into C# or C++

2010-03-23 Thread ManInMoon
Fayssal, This zip file appears to be corrupted - do you have another version? -- View this message in context: http://n4.nabble.com/Calling-R-functions-into-C-or-C-tp904267p1679002.html Sent from the R help mailing list archive at Nabble.com. __ R

Re: [R] Calling R functions into C# or C++

2009-10-01 Thread fayssal
-help@r-project.org 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. -- View this message in context: http://www.nabble.com/Calling-R

[R] Calling R functions into C# or C++

2008-06-19 Thread Shubha Vishwanath Karanth
Hi R, I have a request... Can I call R functions/routines from C# or C++? If so, how do I do this? Do I need to have some knowledge on DLL to do this? Thanks a lot for your help, Shubha Shubha Karanth | Amba Research Ph +91 80 3980 8031 | Mob +91 94 4886 4510 Bangalore *

Re: [R] Calling R functions into C# or C++

2008-06-19 Thread Dieter Menne
Shubha Vishwanath Karanth shubhak at ambaresearch.com writes: Can I call R functions/routines from C# or C++? If so, how do I do this? Do I need to have some knowledge on DLL to do this? You can, using R(DCOM) which is installed by the Windows installer. There is a separate list to discuss