Skip to content

using R in .NET apps

2 messages · Siddique, Amer, Brian Ripley

#
I am writing a windows XP app which utilizes the .NET framework. my language
is VB.NET. the Visual basic (VB) compiler will translate VB source code into
microsoft intermediate language (MSIL), thus producing native code on XP.

if I have a multi-tier app with a lower layer datastore (IBM Informix using
ODBC) and a middle tier (for logic and computation), I would like to
incorporate R functionality at this stage and send output to the front end
(display charts, etc.).  

Currently, the .NET IDE incorporates the "Crystal Report" engine for such
needs.  I would like to use R in a similar manner. Perhaps I could expose it
as a windows service (using DCOM?), thus allowing me to programmaticaly
access its abilities within the .NET framework.

HTH. Amer
#
On Tue, 2 Nov 2004, Siddique, Amer wrote:

            
Yes, and that is in the appropriate FAQ, Q2.16.  (The R posting guide does
ask you to consult the FAQs.)