git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/crlmm@72298 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: crlmm |
2 | 2 |
Type: Package |
3 | 3 |
Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
4 |
-Version: 1.17.11 |
|
4 |
+Version: 1.17.12 |
|
5 | 5 |
Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo Ruczinski, Rafael A Irizarry |
6 | 6 |
Maintainer: Benilton S Carvalho <Benilton.Carvalho@cancer.org.uk>, Robert Scharpf <rscharpf@jhsph.edu>, Matt Ritchie <mritchie@wehi.EDU.AU> |
7 | 7 |
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 |
... | ... |
@@ -44,7 +44,7 @@ importFrom(genefilter, rowSds) |
44 | 44 |
importFrom(lattice, lpolygon, panel.grid, panel.number, panel.xyplot, |
45 | 45 |
xyplot) |
46 | 46 |
|
47 |
-importFrom(methods, "@<-", as, callNextMethod, is, new, validObject) |
|
47 |
+importFrom(methods, as, callNextMethod, is, new, validObject) |
|
48 | 48 |
|
49 | 49 |
importFrom(mvtnorm, rmvnorm) |
50 | 50 |
|