git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/preprocessCore@46456 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -4,9 +4,10 @@ Title: A collection of pre-processing functions |
4 | 4 |
Author: Benjamin Milo Bolstad <bmb@bmbolstad.com> |
5 | 5 |
Maintainer: Benjamin Milo Bolstad <bmb@bmbolstad.com> |
6 | 6 |
Depends: methods |
7 |
+Imports: stats |
|
7 | 8 |
Description: A library of core preprocessing routines |
8 | 9 |
License: LGPL (>= 2) |
9 |
-Collate: normalize.quantiles.R quantile_extensions.R rma.background.correct.R rcModel.R colSummarize.R subColSummarize.R plmr.R plmd.R init.R |
|
10 |
+Collate: normalize.quantiles.R quantile_extensions.R rma.background.correct.R rcModel.R colSummarize.R subColSummarize.R plmr.R plmd.R |
|
10 | 11 |
LazyLoad: yes |
11 | 12 |
biocViews: Infrastructure |
12 | 13 |
|