I’ve published a package on CRAN called ‘rDotNet’.  rDotNet allows R to access 
.NET libraries. From R one can:

* create .NET objects
* call member functions
* call class functions (i.e. static members)
* access and set properties
* access indexing members

The package will run with either mono on OS X / Linux or the Microsoft .NET VM 
on windows.   Find the source and description of the package on:

https://github.com/tr8dr/.Net-Bridge/blob/master/src/R/rDotNet/ 
<https://github.com/tr8dr/.Net-Bridge/blob/master/src/R/rDotNet/>

And the CRAN link as:

https://cran.r-project.org/web/packages/rDotNet/index.html 
<https://cran.r-project.org/web/packages/rDotNet/index.html>

The package is stable, as has been in use for some years, but only now packaged 
up for public use on CRAN.  Feel free to contact with questions or suggestions 
on GitHub or by email.  

Regards
--
Jonathan Shore




        [[alternative HTML version deleted]]

_______________________________________________
R-packages mailing list
r-packa...@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to