[R] About integrating R inside a C++ software

2013-10-21 Thread Tambellini William
Hi, We are a company developing a software mainly in C++. We want to integrate R inside our software in order to use mainly the engine (usual stats as mean, sigma, Pearson, outlier detection, CPA, multivariate, ...) and probably later the chart solution. Of course we don't want to temporary

Re: [R] trying to compile R in win 7 (with Rtools)

2013-10-04 Thread Tambellini William
Hi Cleber It cant find /tmp which does not exist on standard win32 mount system. Are you sure you dont have to call the "make all..." from the cygwin bash ("cygwin terminal") and not the "msdos" pseudo terminal ? W. Le 04/10/2013 17:03, Cleber N.Borges a écrit : hello all, I am trying to co