Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-29 Thread peter dalgaard
On May 28, 2013, at 19:26 , Mark Breman wrote: Thanks everyone for the suggestions. If the problem is caused by a restriction in one of the (software) components i'm using (OS, terminal etc), should the remaining of the pasted code simply be missing after the point where the error occurs?

[R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Mark Breman
Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied. === Example: I copied the following block of code

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Pascal Oettli
Hello, Yes, I do. I just copy and paste smallest blocks, easiest to debug. Regards, Pascal On 28/05/2013 15:54, Mark Breman wrote: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Barry Rowlingson
On Tue, May 28, 2013 at 7:54 AM, Mark Breman breman.m...@gmail.com wrote: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied. This reminds me of the Tommy

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Enrico Schumann
On Tue, 28 May 2013, Mark Breman breman.m...@gmail.com writes: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied.

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Enrico Schumann
On Tue, 28 May 2013, Enrico Schumann e...@enricoschumann.net writes: On Tue, 28 May 2013, Mark Breman breman.m...@gmail.com writes: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Jim Lemon
On 05/28/2013 04:54 PM, Mark Breman wrote: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied. ... Hi Mark, I have encountered this problem, and it may be due

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Spencer Graves
On 5/28/2013 2:44 AM, Jim Lemon wrote: On 05/28/2013 04:54 PM, Mark Breman wrote: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied. ... Hi Mark, I

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Prof Brian Ripley
On 28/05/2013 10:44, Jim Lemon wrote: On 05/28/2013 04:54 PM, Mark Breman wrote: Hello List, When i paste a large block of R code from an editor to the R command line the execution of the code will often fail at some point because it is not pasted as it was copied. ... Hi Mark, I have

Re: [R] Execution of larger blocks of pasted code often fails?

2013-05-28 Thread Mark Breman
Thanks everyone for the suggestions. If the problem is caused by a restriction in one of the (software) components i'm using (OS, terminal etc), should the remaining of the pasted code simply be missing after the point where the error occurs? As can be seen from my example above the entire block