The R Project SVN R

Rev

Rev 29297 | Rev 38671 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29297 Rev 34062
Line 12... Line 12...
12
   plot(1:10, pch="+")
12
   plot(1:10, pch="+")
13
 */
13
 */
14
int
14
int
15
main(int argc, char *argv[])
15
main(int argc, char *argv[])
16
{
16
{
17
  char *localArgs[] = {"R", "--gui=none", "--silent"};
17
  char *localArgs[] = {"R", "--silent"};
18
  init_R(sizeof(localArgs)/sizeof(localArgs[0]), localArgs);
18
  init_R(sizeof(localArgs)/sizeof(localArgs[0]), localArgs);
19
  source("foo.R");
19
  source("foo.R");
20
  bar1();
20
  bar1();
21
 
21
 
22
  return(0);
22
  return(0);