Skip to content
Prev 138251 / 398503 Next

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

Uwe Ligges wrote:
I did, actually! ;-)
Increasing the options to "REmbeddedPostgres --no-save --gui=none 
--silent" results in the following:

Error: syntax error in:
"ironment <- function () .Internal(environment(NULL))
     mkenv <- function() .Internal(new.env(TRUE, baseenv(), 29L"

The code is taken from http://developer.r-project.org/embedded.html 
(Initializing R from within an Application).

Again, I want to stress that the program works as expected when calling 
it directly, or via a shell skript.

It is a C application that listens as a daemon on some port, using 
fork() and output redirection to a socket (at first I suspected this 
could be a problem).

Best regards,
Andreas Maunz