Re: [Rd] R in standalone application

2009-04-01 Thread Simon Urbanek
Eric, On Mar 31, 2009, at 10:50 PM, Eric wrote: I am trying to build a C application where I need to compute some statistics to take decisions about the direction to give to a user, knowing his/her habits. Because I used R back at school, I thought I can use some of his functions in my app

[Rd] R in standalone application

2009-03-31 Thread Eric
I am trying to build a C application where I need to compute some statistics to take decisions about the direction to give to a user, knowing his/her habits. Because I used R back at school, I thought I can use some of his functions in my application, as a shared library. I reviewed the "Rinte