[R] bug Rcmdr

2008-01-04 Thread jeremy . mazet
Hello, If I run the script : a-2 ; a-a+5 ; a whith the submit buton in Rcmdr the result is 12 !!! But if I run the script a-2 ; b-a+5 ; b there is no problem and the result is 7. I think there is a bug in the function onSubmit. Thanks, [[alternative HTML version deleted]]

Re: [R] bug Rcmdr

2008-01-04 Thread John Fox
-project.org Subject: [R] bug Rcmdr Hello, If I run the script : a-2 ; a-a+5 ; a whith the submit buton in Rcmdr the result is 12 !!! But if I run the script a-2 ; b-a+5 ; b there is no problem and the result is 7. I think there is a bug in the function onSubmit. Thanks

Re: [R] bug Rcmdr

2008-01-04 Thread John Fox
://socserv.mcmaster.ca/jfox -Original Message- From: Richard M. Heiberger [mailto:[EMAIL PROTECTED] Sent: January-04-08 11:58 AM To: 'John Fox'; [EMAIL PROTECTED] Cc: r-help@r-project.org Subject: RE: [R] bug Rcmdr John, It's worse than a semi-colon problem. It is an error

Re: [R] bug Rcmdr

2008-01-04 Thread Richard M. Heiberger
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Fox Sent: Friday, January 04, 2008 08:47 AM To: [EMAIL PROTECTED] Cc: r-help@r-project.org Subject: Re: [R] bug Rcmdr Dear Jeremy, As it says in ?Commander, the script window in the R Commander doesn't provide a true console to R. One

Re: [R] bug Rcmdr

2008-01-04 Thread Duncan Murdoch
] Cc: r-help@r-project.org Subject: RE: [R] bug Rcmdr John, It's worse than a semi-colon problem. It is an error in a self- referential statement 'a - a+5'. Type those lines as three separate lines in the Rcmdr Script Window and you still get the wrong answer. This is from 1.3-9. a-2

Re: [R] bug Rcmdr

2008-01-04 Thread John Fox
, Ontario, Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] project.org] On Behalf Of Duncan Murdoch Sent: January-04-08 1:16 PM To: John Fox Cc: r-help@r-project.org Subject: Re: [R] bug Rcmdr On 1/4

Re: [R] bug Rcmdr

2008-01-04 Thread John Fox
-04-08 1:16 PM To: John Fox Cc: 'Richard M. Heiberger'; [EMAIL PROTECTED]; [EMAIL PROTECTED] project.org Subject: Re: [R] bug Rcmdr On 1/4/2008 12:25 PM, John Fox wrote: Dear Richard and Jeremy, I suspect this is coming from how assignments are handled, and may be hard to fix. I'll