Re: [Bioc-devel] Short URLs for packages?

2015-07-08 Thread Dan Tenenbaum
- Original Message - > From: "Vincent Carey" > To: "Dan Tenenbaum" > Cc: "Tim Triche, Jr." , bioc-devel@r-project.org, "Gabe > Becker" , "Martin > Morgan" > Sent: Tuesday, July 7, 2015 1:12:26 PM > Subject: Re: [Bioc-devel] Short URLs for packages? > > > OK, thanks. Should we add a

Re: [Bioc-devel] Bug in frmaTools

2015-07-08 Thread Matthew McCall
Ryan, I've made these changes to the frmaTools package (should show up in version 1.21.1): Old: if(!identical(as.character(pmi),rownames(pms))) stop("Mismatch between pmindex and rownames of pms") Nes: if(!identical(sprintf("%i",pmi),rownames(pms))) stop("Mismatch between pmindex and rownames