Re: [Rd] About integrating R inside a C++ software

2013-10-21 Thread Jeroen Ooms
Rcpp is great, and I second that suggestion. But you could also explore another route and use something like OpenCPU. OpenCPU is a framework for embedding R in systems and applications. It exposes a simple HTTP(s) RPC API to call R functions and scripts, and makes it easy to retrieve the resultin

Re: [Rd] About integrating R inside a C++ software

2013-10-21 Thread Dirk Eddelbuettel
Tambellini William galaxysemi.com> writes: > 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 write t

[Rd] 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