Skip to content

Commit

Permalink
Merge pull request #19 from kkleinoros/master
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
kkleinoros authored Dec 12, 2016
2 parents 0859dc4 + f641e24 commit 5164433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: funtooNorm
Type: Package
Title: Normalization Procedure for Infinium HumanMethylation450 BeadChip Kit
Version: 0.99.4
Version: 0.99.5
Date: 2016-11-22
Author: Celia Greenwood <[email protected]>,Stepan Grinek
<[email protected]>, Kathleen Klein <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}
}

\section{Version 0.100.1}{
\section{Version 0.99.5}{
\itemize{
\item Release to Bioconductor.
}
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ when there are samples from multiple tissues or cell types.
## Installation options
Download the current build <a href="https://github.com/GreenwoodLab/funtooNorm/releases" ><b>here</b></a> and install it with
``` shell
$ R CMD INSTALL funtooNorm_0.99.4.tar.gz
$ R CMD INSTALL funtooNorm_0.99.5.tar.gz
```

Or, if you want to build from source, you can also install from GitHub using the [devtools](https://cran.r-project.org/package=devtools)
Expand All @@ -25,7 +25,7 @@ and install from source using the commands ```R CMD build``` and ```install```:
``` shell
$ git clone https://github.com/GreenwoodLab/funtooNorm.git
$ R CMD build ./funtooNorm
$ R CMD INSTALL funtooNorm_0.99.4.tar.gz
$ R CMD INSTALL funtooNorm_0.99.5.tar.gz
=======
install_github('greenwoodLab/funtooNorm')
```
Expand Down

0 comments on commit 5164433

Please sign in to comment.