[Rd] write.csv(..., col.names = FALSE) (PR#13202)

2008-10-25 Thread stefan . albrecht
Full_Name: Stefan Albrecht Version: 2.7.2 (and 2.8.0) OS: Windows NT Submission from: (NULL) (194.127.8.17) Dear R Debug-Team, in write.csv() it is not possible to set both row.names = FALSE, col.names = FALSE since the col.names = FALSE gets overwritten: > write.csv function (...) { C

[Rd] Inconsistency with matrix indexing (PR#8214)

2005-10-18 Thread stefan . albrecht
Full_Name: Stefan Albrecht Version: 2.2.0 OS: Windows XP Submission from: (NULL) (194.127.2.74) Dear all, in the new R 2.2.0, the matrix indexing has been changed. In my opinion, this leads to an inconsistency when indexing one-row matrices. Take > (mat <- matrix(1:9, nrow = 3, dimnames

[Rd] Antwort: Re: Inconsistency with matrix indexing (PR#8214)

2005-10-18 Thread stefan . albrecht
ix indexing (PR#8214) [EMAIL PROTECTED] wrote: > Full_Name: Stefan Albrecht > Version: 2.2.0 > OS: Windows XP > Submission from: (NULL) (194.127.2.74) > > > Dear all, > > in the new R 2.2.0, the matrix indexing has been changed. I just tried your code in R 2.0.1

[Rd] Argument names for rgb() only applied for alpha given (PR#9118)

2006-08-03 Thread stefan . albrecht
Full_Name: Stefan Albrecht Version: 2.3.1 OS: Windows XP Submission from: (NULL) (194.127.2.74) Dear Bug-Team, in the function rgb() the argument names is only applied, when alpha is not missing. This is due to the substr() applied at the end, which deletes the names of result. I guess that