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
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
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