[Rd] incorrect report (was write.table in R 2.0.0) (PR#7312)

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Oct 25 10:55:59 CEST 2004


Note this is nothing to do with write.table, as

> data.frame(x=c(1,2), x=c(1,2))
  x x.1
1 1   1
2 2   2

which write.table faithfully reports.

This change *is* in the NEWS file

    o	data.frame(check.names = TRUE) (the default) enforces unique
	names, as S does.

However, there are several bugs I wish to report in a.buness at dkfz.de, who
has wasted our time with this report by

0) Not reading the help pages for write.table and data.frame
1) Not reading the section BUGS in the FAQ
2) Not reading the posting guide
3) Not reading the NEWS file
4) Using an incorrect subject line
5) Not actually saying what the bug is supposed to be.

On Mon, 25 Oct 2004 a.buness at dkfz.de wrote:

> Full_Name: Andreas

6) Not giving his full name.

> Version: R 2.0.0
> OS: Linux
> Submission from: (NULL) (193.174.58.148)
> 
> 
> R 2.0.0
> 
> > x <- data.frame(x=c(1,2), x=c(1,2))
> > write.table(x, col.names=NA, sep="\t")
> ""      "x"     "x.1"
> "1"     1       1
> "2"     2       2
> 
> 
> R 1.9.1
> 
> > write.table(x, col.names=NA, sep="\t")
> ""      "x"     "x"
> "1"     1       1
> "2"     2       2
> 
> ______________________________________________
> R-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
> 
> 

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-devel mailing list