The R Project SVN R

Rev

Rev 24905 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#include <stdlib.h>

int main(int argc, char* argv[])
{
  system("sh /Applications/StartR.app/RAqua.app/Contents/MacOS/R --gui-aqua &");
  exit(0);
}