Skip to content
Prev 9670 / 15075 Next

Block indent/un-indent crashes R 3.0 RC

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 indented/un-indented.

I believe the crash happens when the parsing for functions is initiated.

Rob J. Goedman
goedman at icloud.com
On Feb 6, 2013, at 8:41 AM, "Beale, Holly (NIH/NHGRI) [F]" <holly.beale at nih.gov> wrote: