Skip to content

(no subject)

2 messages · Iasonas Lamprianou, Tobias Verbeke

#
Hi friends, 

does anyone know how we can 'control' R from Visual Studio .NET? e.g. start R, send a set of commands, save the results and open the results using Visual Studio.

Thanks

Jason

Dr. Iasonas Lamprianou
Department of Education
The University of Manchester
Oxford Road, Manchester M13 9PL, UK
Tel. 0044 161 275 3485
iasonas.lamprianou at manchester.ac.uk
#
Hi,
Iasonas Lamprianou wrote:

            
I'm not too familiar with Visual Studio .NET, but on Windows one can use
R as a (D)COM Server Application, the use of which could pretty much
correspond to the description you gave.

See

    http://sunsite.univie.ac.at/rcom/

for one implementation. The binary you will need is at

    http://sunsite.univie.ac.at/rcom/download/current/RSrv250_pl1.exe

There is a dedicated mailing list searchable from the given website.

HTH,
Tobias