git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/bsseq@83368 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,9 +1,9 @@ |
1 | 1 |
Package: bsseq |
2 |
-Version: 0.11.0 |
|
2 |
+Version: 0.11.1 |
|
3 | 3 |
Title: Analyze, manage and store bisulfite sequencing data |
4 | 4 |
Description: Tools for analyzing and visualizing bisulfite sequencing data |
5 |
-Author: Kasper Daniel Hansen |
|
6 |
-Maintainer: Kasper Daniel Hansen <khansen@jhsph.edu> |
|
5 |
+Authors@R: c(person(c("Kasper", "Daniel"), "Hansen", role = c("aut", "cre"), |
|
6 |
+ email = "khansen@jhsph.edu")) |
|
7 | 7 |
Depends: R (>= 2.15), methods, BiocGenerics, IRanges, GenomicRanges, |
8 | 8 |
parallel, matrixStats |
9 | 9 |
Imports: scales, stats, graphics, Biobase, locfit |
... | ... |
@@ -14,4 +14,3 @@ Collate: hasGRanges.R BSseq_class.R BSseqTstat_class.R BSseq_utils.R combine.R |
14 | 14 |
License: Artistic-2.0 |
15 | 15 |
LazyData: yes |
16 | 16 |
biocViews: DNAMethylation |
17 |
-Packaged: 2012-07-10 04:15:29 UTC; khansen |
... | ... |
@@ -2,6 +2,12 @@ |
2 | 2 |
\title{bsseq news} |
3 | 3 |
\encoding{UTF-8} |
4 | 4 |
|
5 |
+\section{Version 0.11.x}{ |
|
6 |
+ \itemize{ |
|
7 |
+ \item Converted to using Authors@R in the DESCRIPTIOn file. |
|
8 |
+ } |
|
9 |
+} |
|
10 |
+ |
|
5 | 11 |
\section{Version 0.9.x}{ |
6 | 12 |
\itemize{ |
7 | 13 |
\item Fixed a problem with "width" in the title of bsseq plots. |