Re: [Rd] undesirable rounding off due to 'read.table' (PR#8974)

2006-06-13 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: > Full_Name: Aart Overeem > Version: 2.2.0 > OS: Linux > Submission from: (NULL) (145.23.254.155) > > > Construct a dataframe consisting of several variables by using 'data.frame' > and > 'cbind' and write it to a file with 'write.table'. The file consists of > headers >

Re: [Rd] undesirable rounding off due to 'read.table' (PR#8974)

2006-06-13 Thread ripley
I believe this to be a false report. It is *printing* that rounds off the numbers, not the reading. You provide no evidence of your assertions: here is a simple counter-example: > A <- data.frame(a=12.4283675334551) > write.table(A, "foo") > AA <- read.table("foo") > A a 1 12.42837 >

Re: [Rd] undesirable rounding off due to 'read.table' (PR#8974)

2006-06-13 Thread Gavin Simpson
On Tue, 2006-06-13 at 16:01 +0200, [EMAIL PROTECTED] wrote: > Full_Name: Aart Overeem > Version: 2.2.0 You are asked not to report bugs on out-dated versions of R... > OS: Linux > Submission from: (NULL) (145.23.254.155) > > > Construct a dataframe consisting of several variables by using 'data

Re: [Rd] undesirable rounding off due to 'read.table' (PR#8974)

2006-06-13 Thread Hin-Tak Leung
[EMAIL PROTECTED] wrote: > Full_Name: Aart Overeem > Version: 2.2.0 > OS: Linux > Submission from: (NULL) (145.23.254.155) > > > Construct a dataframe consisting of several variables by using 'data.frame' > and > 'cbind' and write it to a file with 'write.table'. The file consists of > headers

[Rd] undesirable rounding off due to 'read.table' (PR#8974)

2006-06-13 Thread overeem
Full_Name: Aart Overeem Version: 2.2.0 OS: Linux Submission from: (NULL) (145.23.254.155) Construct a dataframe consisting of several variables by using 'data.frame' and 'cbind' and write it to a file with 'write.table'. The file consists of headers and values, such as 12.4283675334551 (so 13 num