as.data.frame methods behave inconsistently when they are given a row.name
argument of the wrong length. The matrix method silently ignores row.names
if it has the wrong length and the numeric, integer, and character methods
do not bother to check and thus make an illegal data.frame.
> as.data.fr
Hi,
With R 3.2.3:
> t <- table(sample(6, 50, replace=TRUE), sample(4, 50, replace=TRUE))
> class(t[1:3, ])
[1] "matrix"
With R devel:
> t <- table(sample(6, 50, replace=TRUE), sample(4, 50, replace=TRUE))
> class(t[1:3, ])
[1] "table"
This breaks some Bioconductor packages that ar
Dear Jack,
First, please do not use r-help or r-devel to ask Bioconductor-related
questions, Bioconductor has its own support site for BioC packages:
https://support.bioconductor.org/
Second, please note that ROOT_6.x cannot be used for xps.
In the README file I mention for Yosemite:
ftp://ro