If you are calling libR.so, it is an option set when you initialize R. See Rf_initEmbeddedR in 'Writing R Extensions' and the examples in the tests/Embedded directory in the sources.
BTW, discussion of embedded R is definitely off topic for R-help: use the R-devel list. On Thu, 6 Mar 2008, Scott Zentz wrote: > Hello Everyone, > > Recently I was given a Java servlet based web calculator that will > call R (libR.so to be exact) but I am having trouble trying to disable R > from requiring --save, --no-save or --vanilla... Is there any way to > build R on linux and disable R from asking --save, --no-save or --vanilla?? > > Thanks! > > -scz > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.