Browse code

Update version numbering from 0.1.0 to 0.99.1, remove three help files of data not available in the package anymore.

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

Anne Biton authored on 16/03/2013 19:22:39
Showing 2 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: MineICA
2 2
 Type: Package
3 3
 Title: Analysis of an ICA decomposition obtained on genomics data
4
-Version: 0.1.0
5
-Date: 2012-01-21
4
+Version: 0.99.1
5
+Date: 2012-03-16
6 6
 Author: Anne Biton
7 7
 Maintainer: <anne.biton@gmail.com>
8 8
 Description: The goal of MineICA is to make easier the interpretation of the
... ...
@@ -14,17 +14,58 @@ Description: The goal of MineICA is to make easier the interpretation of the
14 14
 License: GPL-2
15 15
 LazyLoad: yes
16 16
 BiocViews: Bioinformatics, Visualizations, MultipleComparisons
17
-Imports: AnnotationDbi, lumi, fpc, lumiHumanAll.db
18
-Depends: R (>= 2.10), Biobase, plyr, ggplot2, scales, foreach, xtable,
19
-        biomaRt, gtools, GOstats, cluster, marray, mclust,
20
-        RColorBrewer, colorspace, igraph, Rgraphviz, graph, annotate,
21
-        Hmisc, fastICA, JADE, methods
22
-Suggests: biomaRt, GOstats, cluster, hgu133a.db, mclust, igraph,
23
-        breastCancerMAINZ, breastCancerTRANSBIG, breastCancerUPP,
24
-        breastCancerVDX
17
+Imports:
18
+    AnnotationDbi,
19
+    lumi,
20
+    fpc,
21
+    lumiHumanAll.db
22
+Depends:
23
+    R (>= 2.10),
24
+    Biobase,
25
+    plyr,
26
+    ggplot2,
27
+    scales,
28
+    foreach,
29
+    xtable,
30
+    biomaRt,
31
+    gtools,
32
+    GOstats,
33
+    cluster,
34
+    marray,
35
+    mclust,
36
+    RColorBrewer,
37
+    colorspace,
38
+    igraph,
39
+    Rgraphviz,
40
+    graph,
41
+    annotate,
42
+    Hmisc,
43
+    fastICA,
44
+    JADE,
45
+    methods
46
+Suggests:
47
+    biomaRt,
48
+    GOstats,
49
+    cluster,
50
+    hgu133a.db,
51
+    mclust,
52
+    igraph,
53
+    breastCancerMAINZ,
54
+    breastCancerTRANSBIG,
55
+    breastCancerUPP,
56
+    breastCancerVDX
25 57
 Enhances: doMC
26
-Collate: 'AllClasses.R' 'AllGeneric.R' 'methods-IcaSet.R'
27
-        'methods-MineICAParams.R' 'compareAnalysis.R'
28
-        'functions_comp2annot.R' 'functions_comp2annottests.R'
29
-        'functions_enrich.R' 'functions.R' 'heatmap.plus.R'
30
-        'heatmapsOnSel.R' 'runAn.R' 'compareGenes.R'
58
+Collate:
59
+    'AllClasses.R'
60
+    'AllGeneric.R'
61
+    'methods-IcaSet.R'
62
+    'methods-MineICAParams.R'
63
+    'compareAnalysis.R'
64
+    'functions_comp2annot.R'
65
+    'functions_comp2annottests.R'
66
+    'functions_enrich.R'
67
+    'functions.R'
68
+    'heatmap.plus.R'
69
+    'heatmapsOnSel.R'
70
+    'runAn.R'
71
+    'compareGenes.R'
... ...
@@ -399,7 +399,7 @@ plotAllMix <- function (mc, A, nbMix = NULL, pdf,  nbBreaks = 20, xlim=NULL) {
399 399
 
400 400
         
401 401
         if (!missing(pdf))
402
-            pdf(file, width = 9, height = 9, title=file)
402
+            pdf(pdf, width = 9, height = 9, title=file)
403 403
         
404 404
 	par(mfrow = c(3,3))
405 405