git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@44545 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -382,3 +382,6 @@ is stored in the assayData slot. |
382 | 382 |
2010-02-05 M. Ritchie - committed version 1.5.24 |
383 | 383 |
* preprocessed allele A and B intensities from copy number and regular SNPs are now saved separately by crlmmIllumina(). The 'intensityFile' argument has been replaced by 'snpFile' and 'cnFile'. |
384 | 384 |
* updated the following man pages to reflect the above changes and added in current references: crlmmIllumina.Rd, crlmm.Rd and readIdatFiles.Rd |
385 |
+ |
|
386 |
+2010-02-07 B. Carvalho - committed version 1.5.25 |
|
387 |
+ * Updated requirement of affyio to support Win64 |
... | ... |
@@ -8,7 +8,7 @@ Maintainer: Benilton S Carvalho <bcarvalh@jhsph.edu>, Robert Scharpf <rscharpf@j |
8 | 8 |
Description: Faster implementation of CRLMM specific to SNP 5.0 and 6.0 arrays, as well as a copy number tool specific to 5.0, 6.0, and Illumina platforms |
9 | 9 |
License: Artistic-2.0 |
10 | 10 |
Depends: methods, Biobase (>= 2.7.2), R (>= 2.11.0), oligoClasses (>= 1.9.21) |
11 |
-Imports: affyio, preprocessCore, utils, stats, genefilter, splines, mvtnorm, ellipse, SNPchip |
|
11 |
+Imports: affyio (>= 1.15.2), preprocessCore, utils, stats, genefilter, splines, mvtnorm, ellipse, SNPchip |
|
12 | 12 |
Suggests: hapmapsnp5, hapmapsnp6, genomewidesnp5Crlmm (>= 1.0.2),genomewidesnp6Crlmm (>= 1.0.2), snpMatrix |
13 | 13 |
Collate: AllGenerics.R |
14 | 14 |
methods-AlleleSet.R |