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

2017-08-15 Thread PIKAL Petr
Hi Duncan The simples spreadsheet is: Put a name in the cell, let say "a1" Put number e.g. 1 below "a1" Copy the number to enough rows Select this column and press ctrl-c result is > temp<- read.delim("clipboard") > str(temp) 'data.frame': 1513 obs. of 1 variable: $ a1: Factor w/ 2 levels "

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

Re: [Rd] Issues of R_pretty in src/appl/pretty.c

2017-08-15 Thread Martin Maechler
> Martin Maechler > on Mon, 14 Aug 2017 11:46:07 +0200 writes: > Suharto Anggono Suharto Anggono via R-devel > on Fri, 11 Aug 2017 17:11:06 + writes: > Suharto Anggono Suharto Anggono via R-devel > on Fri, 11 Aug 2017 17:11:06 + writes: >> See ht