[R] Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2008-03-03 Thread Andreas Maunz
Hi, I get the above error when starting my program with rake (ruby make) instead of manual startup (which works as expected). It happens on R initialization with REmbeddedPostgres --gui=none --silent as arguments (this is part of my way of embedding R in a C application using libR.so). Any help

Re: [R] Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2008-03-03 Thread Uwe Ligges
Andreas Maunz wrote: Hi, I get the above error when starting my program with rake (ruby make) instead of manual startup (which works as expected). It happens on R initialization with REmbeddedPostgres --gui=none --silent as arguments (this is part of my way of embedding R in a C

Re: [R] Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2008-03-03 Thread Andreas Maunz
Uwe Ligges wrote: Andreas Maunz wrote: Hi, I get the above error when starting my program with rake (ruby make) instead of manual startup (which works as expected). It happens on R initialization with REmbeddedPostgres --gui=none --silent as arguments (this is part of my way of embedding R

Re: [R] Fatal error: you must specify '--save', '--no-save' or '--vanilla'

2008-03-03 Thread Duncan Murdoch
Andreas Maunz wrote: Hi, I get the above error when starting my program with rake (ruby make) instead of manual startup (which works as expected). It happens on R initialization with REmbeddedPostgres --gui=none --silent as arguments (this is part of my way of embedding R in a C