Re: [Rd] strange behaviour read.table and clipboard

2017-09-07 Thread Tomas Kalibera
: Robert Baer [mailto:rb...@atsu.edu] Sent: Wednesday, August 16, 2017 3:04 PM To: PIKAL Petr ; Duncan Murdoch Cc: r-devel@r-project.org Subject: Re: [Rd] strange behaviour read.table and clipboard You said, "put a name in the cell". Does that mean you forgot a header = TRUE? No for

Re: [Rd] strange behaviour read.table and clipboard

2017-08-17 Thread Tomas Kalibera
Murdoch Cc: r-devel@r-project.org Subject: Re: [Rd] strange behaviour read.table and clipboard You said, "put a name in the cell". Does that mean you forgot a header = TRUE? No for read.delim header=TRUE is default option. The mentioned issue starts between R-devel r71964 and r73003

Re: [Rd] strange behaviour read.table and clipboard

2017-08-17 Thread PIKAL Petr
Hi > -Original Message- > From: Robert Baer [mailto:rb...@atsu.edu] > Sent: Wednesday, August 16, 2017 3:04 PM > To: PIKAL Petr ; Duncan Murdoch > > Cc: r-devel@r-project.org > Subject: Re: [Rd] strange behaviour read.table and clipboard > > You said, "put

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread Robert Baer
a believe around May or June this year, when I installed new R version. I hope it could help to trace the problem. If I can help any further, let me know. Best regards Petr -Original Message- From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] Sent: Wednesday, August 16, 2017

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread PIKAL Petr
Hi > -Original Message- > From: Martin Maechler [mailto:maech...@stat.math.ethz.ch] > Sent: Wednesday, August 16, 2017 12:01 PM > To: PIKAL Petr > Cc: Martin Maechler ; Duncan Murdoch > > Subject: RE: [Rd] strange behaviour read.table and clipboard > >

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread PIKAL Petr
"str(ll <- readLines(\"clipboard\"))" > str(ll <- readLines("clipboard")) chr [1:2846] "a1" "1" "1" "1" "1" "1" "1" "1" "1" "1" "1" "1"

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread Martin Maechler
t; I hope it could help to trace the problem. If I can help > any further, let me know. > Best regards Petr >> -Original Message- From: Duncan Murdoch >> [mailto:murdoch.dun...@gmail.com] Sent: Wednesday, August >> 16, 2017 12:35 AM To: PIKAL Petr

Re: [Rd] strange behaviour read.table and clipboard

2017-08-15 Thread PIKAL Petr
lem. If I can help any further, let me know. Best regards Petr > -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] > Sent: Wednesday, August 16, 2017 12:35 AM > To: PIKAL Petr ; r-devel@r-project.org > Subject: Re: [Rd] strange behaviour read.tabl

Re: [Rd] strange behaviour read.table and clipboard

2017-08-15 Thread Duncan Murdoch
On 15/08/2017 10:03 AM, PIKAL Petr wrote: Dear all I used to transfer data from excel to R by simple ctrl-c and read.delim("clipboard") construction. I know it is a bad practice but it is easy and for quick exploratory work it is OK. However after changing to new R devel few days ago I encoun

[Rd] strange behaviour read.table and clipboard

2017-08-15 Thread PIKAL Petr
Dear all I used to transfer data from excel to R by simple ctrl-c and read.delim("clipboard") construction. I know it is a bad practice but it is easy and for quick exploratory work it is OK. However after changing to new R devel few days ago I encountered weird behaviour. I tried one or two co