Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

I want to build a mathematical software tool in VB.NET. I want to use some R calculations and integrate R libraries into my program. I hope to use Visual Studio 2010, R and R's library tools like statconnDCOM. I have one question. Is it possible to use my software in another computer without R installed?

Please anyone has experience, help me!
Thanks
Posted

Take a look at this article The R Statistical Language[^] which shows you how to integrate R with .Net using an R COM interface.
 
Share this answer
 
I came to know that my computer has some problems calling "R". So I decided not to use "R". Then I use C# libraries for Matrix to do my calculations. For more information my problem see here matrix algebra in VB.NET application[^]
Thanks for the reply.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900