Displaying 1 result from an estimated 1 matches for "prog_main".
Did you mean:
prodmain
2012 Apr 27
1
Creating a package which contains stand-alone C code
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 separate process (passing to the C code the
location of a file of data). The C code can then do what