[Rd] call r function in c++ application

2014-12-30 Thread blesson thomas
hi,
 Am a software developer having 4 yr experience in c++.I want to
integrate R environment  in my c++ application,please help me to do so.

thanks®ards
blesson

[[alternative HTML version deleted]]

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] call r function in c++ application

2014-12-30 Thread Duncan Murdoch
On 30/12/2014 6:08 AM, blesson thomas wrote:
> hi,
>  Am a software developer having 4 yr experience in c++.I want to
> integrate R environment  in my c++ application,please help me to do so.
> 

See the Writing R Extensions manual, Chap 8:  Linking GUIs and other
front-ends to R.

Duncan Murdoch

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] call r function in c++ application

2014-12-30 Thread Dirk Eddelbuettel

On 30 December 2014 at 16:38, blesson thomas wrote:
| hi,
|  Am a software developer having 4 yr experience in c++.I want to
| integrate R environment  in my c++ application,please help me to do so.

It's been done, and there is an entire framework for you including examples
for

 - standard use via command-line apps
 - a full example of embedding in GUIs via Qt
 - a full example of embedding in a "Web-based GUI" via Wt
 - parallel computing examples via MPI
 - parallel computing examples via threads
 - linear algebra via Armadillo
 - linear algebra via Eigen
 - and an entire sandboxed server

See 
 http://dirk.eddelbuettel.com/code/rinside.html

and pull requests, patches, contributions are welcome.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel