Browse code

Re-saved data files that were not sufficiently compressed, causing warnings in R CMD check. Data files were re-saved with "xz" compression, which was introduced in R 2.10, so the Depends field of DESCRIPTION was updated accordingly if necessary. Package version was bumped to trigger a new build.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/multtest@62450 bc3139a8-67e5-0310-9ffc-ced21a209358

Dan Tenenbaum authored on 01/02/2012 18:40:39
Showing 2 changed files

... ...
@@ -1,6 +1,6 @@
1 1
 Package: multtest
2 2
 Title: Resampling-based multiple hypothesis testing
3
-Version: 2.11.1
3
+Version: 2.11.2
4 4
 Author: Katherine S. Pollard, Houston N. Gilbert, Yongchao Ge, Sandra Taylor, Sandrine Dudoit
5 5
 Description: Non-parametric bootstrap and permutation resampling-based
6 6
         multiple testing procedures (including empirical Bayes methods) for
... ...
@@ -20,7 +20,7 @@ Description: Non-parametric bootstrap and permutation resampling-based
20 20
         are directly applicable to identifying differentially expressed genes in
21 21
         DNA microarray experiments.
22 22
 Maintainer: Katherine S. Pollard <[email protected]>
23
-Depends: R (>= 2.9.0), methods, Biobase
23
+Depends: R (>= 2.10), methods, Biobase
24 24
 Imports: survival, MASS
25 25
 Suggests: snow
26 26
 License: LGPL
27 27
Binary files a/data/golub.RData and b/data/golub.RData differ