fslaborg / RProvider

Access R packages from F#
http://fslab.org/RProvider/
Other
235 stars 69 forks source link

RProvider and C# #126

Closed njss closed 10 years ago

njss commented 10 years ago

Hello,

any chance to have RProvider working in C#?

thank you in advance...

tpetricek commented 10 years ago

C# does not support type providers, so there is no easy way of using R type provider directly from C#. I think the best option is to write your calculations using F# and R type provider in F#, compile them as a simple .NET library (that exposes the functionality you need) and then call the library from C#.

That said, there is a couple of things that could be done to support C#: