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
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
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
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