Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-07 Thread Robert J Goedman
And the nightly build version also works! I tested R.app rev 6438 for R 3.0.x 64 bit on ML. Rob J. Goedman goed...@icloud.com On Feb 6, 2013, at 12:35 PM, Robert J Goedman goed...@icloud.com wrote: Did a quick check and seems to work fine!!! Thanks a lot! Rob J. Goedman

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Prof Brian Ripley
On 06/02/2013 01:22, Bryan Hanson wrote: Using the GUI indent/un-indent with more than one line of code selected crashes R for the version below. Modifying only one line does not. There is no '3.0 RC' (and never will be: the version will be 3.0.0. See the posting guide). Why do you think

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Hi Brian, On my system ( similar to yours, see below sessionInfo() ), indent/un-indent in the internal editor ( using Cmd/Apple-] and Cmd/Apple-[ ) work fine. Rob J. Goedman goed...@icloud.com sessionInfo() R Under development (unstable) (2013-02-05 r61843) Platform:

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Serrano, Pablo
: February 6, 2013 10:54 AM To: Robert J Goedman; Bryan Hanson; r-sig-mac@r-project.org Subject: Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC I experience the problem intermittently. I can't reproduce it. OSX: 10.7.5 sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-apple

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Bryan Hanson
Must be a clue. I was carrying out that action via the menu items, not the key equivalents. Bryan On Feb 6, 2013, at 10:45 AM, Robert J Goedman goed...@icloud.com wrote: Hi Brian, On my system ( similar to yours, see below sessionInfo() ), indent/un-indent in the internal editor ( using

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Beale, Holly (NIH/NHGRI) [F]
The keyboard commands cause the errors for me. On Feb 6, 2013, at 11:37 AM, Bryan Hanson wrote: Must be a clue. I was carrying out that action via the menu items, not the key equivalents. Bryan On Feb 6, 2013, at 10:45 AM, Robert J Goedman goed...@icloud.com wrote: Hi Brian, On

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Thanks Holly Brian, I've been able to reconstruct the problem and I think it happens (only?) inside a more complex setup, e.g.: If a new doc is opened and 2 lines are entered: a - 1:3 print(a) no problems. But: for (i in 1:3) { a - 1:3 print(a) } will crash R.app if both lines are

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Hans-Jörg Bibiko
... I've forgotten to mention selecting lines AND if these lines are inside of a {...} pair ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Hi Hans, Thanks for taking a look. Bryan has convinced me it not just inside a pair of {} by sending me below file he produced. That crashes R.app indeed as well. I continue to believe it happens when the file is parsed, at least that seems to be what happens in XCode. Rob J. Goedman

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Simon Urbanek
Patch committed. I'm away with limited possibilities, so please check tonight's build if it works ... Thanks, Simon On Feb 6, 2013, at 2:47 PM, Hans-Jörg Bibiko wrote: Hi, Bryan has right, selecting lines causes the crash. Just fixing it. I'll send a patch to Simon ASAP. Thanks for

Re: [R-SIG-Mac] Block indent/un-indent crashes R 3.0 RC

2013-02-06 Thread Robert J Goedman
Did a quick check and seems to work fine!!! Thanks a lot! Rob J. Goedman goed...@icloud.com On Feb 6, 2013, at 12:29 PM, Simon Urbanek simon.urba...@r-project.org wrote: Patch committed. I'm away with limited possibilities, so please check tonight's build if it works ... Thanks,