fslaborg / RProvider

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

Make R provider work on Mac #137

Closed tpetricek closed 9 years ago

tpetricek commented 9 years ago

Make R provider work on Mac

Currently, Xamarin studio runs as 32 bit process and R runs only as 64 bit process, so to make this work, you have to compile 64 bit version of mono. However, once that's done, this should work. There are two tricks:

The main changes are:

Screenshot