[Mono-list] MONO & R

jmalcolm malcolm.justin at gmail.com
Thu Jul 8 10:16:14 EDT 2010


Are you trying to call R from C# or are you hoping to call into C# from R?

Mono calls out to C style libraries just as .NET does on Windows:
PInvoke/DLLImport.

Calling a C style library from C# is very straight forward although of
course you lose the cross-platform nature of Mono unless the same library is
available natively on every platform.

Calling out to Mono assemblies from R is not something I am familiar with.
-- 
View this message in context: http://mono.1490590.n4.nabble.com/MONO-R-tp2280504p2282373.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list