[Rd] as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)

2016-01-13 Thread William Dunlap via R-devel
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

[Rd] subscripting a table changed behavior in R devel

2016-01-13 Thread Hervé Pagès
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

Re: [Rd] xps installation error on Mac OS X 10.11

2016-01-13 Thread cstrato
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