[R] Small Rcmdr issue
John Fox
jfox at mcmaster.ca
Mon Dec 11 14:21:16 CET 2006
Dear Alan,
I've noticed that problem too, and have no idea why it happens. The function
that's executed when you select "Exit -> From Commander and R" is pretty
simple:
closeCommanderAndR <- function(){
response <- closeCommander()
if (response == "cancel") return()
cat("\n")
quit(save="no")
}
If anyone knows how I can fix the problem, I'd be happy to so do.
Regards,
John
--------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox
--------------------------------
> -----Original Message-----
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Alan Jackson
> Sent: Sunday, December 10, 2006 11:21 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] Small Rcmdr issue
>
> Just installed Rcmdr on a Linux box.
>
> When I exit from both Rcmdr and R together from the regular
> Rcmdr exit menu, it leaves my xterm with "stty -echo", so
> that nothing that is typed appears.
> If I exit only Rcmdr, and then exit R normally, everything is
> okay (stty echo).
>
> Other than that minor irritant, everything seems to work just fine.
>
> Linux 2.6.16-gentoo-r3
> Athlon 64 X2 3800+
> R version 2.4.0 (2006-10-03)
> Rcmdr Version 1.2-5
>
> --
> --------------------------------------------------------------
> ---------
> | Alan K. Jackson | To see a World in a Grain of
> Sand |
> | alan at ajackson.org | And a Heaven in a Wild Flower,
> |
> | www.ajackson.org | Hold Infinity in the palm of
> your hand |
> | Houston, Texas | And Eternity in an hour. -
> Blake |
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
More information about the R-help
mailing list