Re: [R] Executable for Production Use

2010-03-10 Thread Erich Neuwirth
On Windows, you also could consider installing a statconnDCOM server on one Windows machine and have the users access this server (e.g. from within Excel). You would need to set up the correct (D)COM configuration, which is not trivial. On 3/9/2010 8:24 PM, Uwe Ligges wrote: > > > On 08.03.201

Re: [R] Executable for Production Use

2010-03-09 Thread Uwe Ligges
On 08.03.2010 22:13, Stefan wrote: Ma Ismail - NewYork-MEAG-NY meag-ny.com> writes: Hi, A few of the developers on our Quant team are using R for data calculation andto generate a resulting CSV file. They have R installed on their workstations. We are interested in having this deployed t

Re: [R] Executable for Production Use

2010-03-08 Thread Stefan
Ma Ismail - NewYork-MEAG-NY meag-ny.com> writes: > > Hi, > > A few of the developers on our Quant team are using R for data calculation andto generate a resulting CSV file. They have R installed on their workstations. We are interested in having this deployed to user workstations where the u

Re: [R] Executable for Production Use

2010-03-08 Thread Barry Rowlingson
On Mon, Mar 8, 2010 at 6:44 PM, Ma Ismail - NewYork-MEAG-NY wrote: > Hi, > > A few of the developers on our Quant team are using R for data calculation > and to generate a resulting CSV file.  They have R installed on their > workstations.  We are interested in having this deployed to user works

[R] Executable for Production Use

2010-03-08 Thread Ma Ismail - NewYork-MEAG-NY
Hi, A few of the developers on our Quant team are using R for data calculation and to generate a resulting CSV file. They have R installed on their workstations. We are interested in having this deployed to user workstations where the users will not have R installed on their workstations. Is