I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded
the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an
error message:
--
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
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
Do not cross-post. This was answered on R-help.
On 28/04/2012 02:47, Indrajit Sengupta wrote:
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded
the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and