Bugs item #2776713, was opened at 2009-04-20 16:24
Message generated for change (Tracker Item Submitted) made by xiaoniao
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2776713&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: rpy2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Yuan (xiaoniao)
Assigned to: Nobody/Anonymous (nobody)
Summary: ungraceful quit from R

Initial Comment:
I was surprised by the following behavior on quitting an R session in rpy2 
(v2.0.3)

xn...@work:~> python
Python 2.5.2 (r252:60911, Nov 26 2008, 00:44:29) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import rpy2.robjects as robjects
>>> r = robjects.r
>>> print r('a <- 1')
[1] 1                                         ## : fine
>>> print r('q(save="no")')        ## : problem:
xn...@work:~>                    ## : dumped out of both R and python

Is there a way to quit R and return to the python interpreter?

Thanks.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=2776713&group_id=48422

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to