Skip to content

build options for R

2 messages · Scott Zentz, Brian Ripley

#
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
#
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: