Hi, is it possible to call R functions from visual studio .net such as c#? --------------------------------- [[alternative HTML version deleted]]
On Sat, 23 Feb 2008, Yuan Jian wrote:> Hi, > is it possible to call R functions from visual studio .net such as c#?Yes. [If you want to know 'how', please study 'Writing R Extensions'.]> --------------------------------- > > [[alternative HTML version deleted]]Please study the posting guide which asked you not to send HTML. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
On Sat, Feb 23, 2008 at 3:18 AM, Yuan Jian <jayuan2008@yahoo.com> wrote:> Hi, > is it possible to call R functions from visual studio .net such as c#? > >There is at least one existing C# program accessing R: http://ncrr.pnl.gov/software/dante.stm They do it using the R(D)COM server, which is unfortunately not portable but maybe it will give you a head start. Michael> > > --------------------------------- > > [[alternative HTML version deleted]] > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >[[alternative HTML version deleted]]