Re: [Rd] Creating a package which contains stand-alone C code

2012-04-30 Thread Rajen Shah
Thank you very much, this is very helpful indeed. Best wishes, Rajen On Apr 28, 2012 2:35 PM, "Simon Urbanek" wrote: > On Apr 27, 2012, at 9:54 AM, Rajen Shah wrote: > > > I would like to create an R package which uses some C code, which in > > turn uses MPI. At the moment I'm only interested i

Re: [Rd] Creating a package which contains stand-alone C code

2012-04-28 Thread Simon Urbanek
On Apr 27, 2012, at 9:54 AM, Rajen Shah wrote: > I would like to create an R package which uses some C code, which in > turn uses MPI. At the moment I'm only interested in creating this > package for UNIX-like systems. The way I envisage this working is for > the R package to contain an R function

[Rd] Creating a package which contains stand-alone C code

2012-04-28 Thread Rajen Shah
I would like to create an R package which uses some C code, which in turn uses MPI. At the moment I'm only interested in creating this package for UNIX-like systems. The way I envisage this working is for the R package to contain an R function which uses the system call to run the C code as a separ