On Jan 7, 2008, at 11:32AM , Barry Rowlingson wrote: > Gregory Warnes wrote: >>> Thanks for the help, not sure where to go now except maybe if >>> rpy had an option to pass --no-Rconsole to R on startup... >> Rpy can pass anything we want to R, but as far as I can tell R >> itself doesn't have an --no-Rconsole option. >> > > Not sure what version of R you are on, but help("Startup") > disagrees with you (2.5.1 at least): > > #ifdef windows > In Windows, it also implies \option{--no-Rconsole}, which > prevents loading the \code{\link{Rconsole}} file. > #endif > > Maybe you're reading the docs for the Unix version. I never > realised .Rd files in the distribution were preprocessed for > platform-specifics! >
What fun. It looks like R --help on R is not up to date, since it doesn't mention this option. As it turns out, I just barely made a change to pass the same command line arguments ( "-q", "--vanilla" ) to R on Win32 that are passed on Unix systems. According to help("Startup") "--vanilla" implies "-- no-Rconsole" on Win32 so this may solve your problem. I'll forward you a test version of RPy with these changes applied in a separate email. -G > I've now got Duncan Murdoch and Brian Ripley in on the action... > > Barry ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list