https://github.com/cran/PCRedux
Tip revision: 56cac9dbdd056aac10392324a9d93a144983f6e1 authored by Stefan Roediger on 20 November 2017, 17:14:46 UTC
version 0.2.5-1
version 0.2.5-1
Tip revision: 56cac9d
README.md
[![Travis-CI Build Status](https://travis-ci.org/devSJR/PCRedux.svg?branch=master)](https://travis-ci.org/devSJR/PCRedux)
[![codecov.io](https://codecov.io/github/devSJR/PCRedux/coverage.svg?branch=master)](https://codecov.io/github/devSJR/PCRedux?branch=master)
[![Licence](https://github.com/devSJR/PCRedux/blob/master/vignettes/MIT.svg)](https://opensource.org/licenses/MIT)
![PCRedux](https://github.com/devSJR/PCRedux/blob/master/vignettes/Logo.png)
# PCRedux
Quantitative PCR Machine Learning Helper Tool
## Installation
*PCRedux* is presently not available [on CRAN](https://cran.r-project.org/). However, you
can install the latest development version of the code using the [devtools](https://cran.r-project.org/package=devtools) R package.
```R
# Install devtools, if you haven't already.
install.packages("devtools")
library(devtools)
install_github("devSJR/PCRedux")
```