Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.43 KB

betabinom: The BetaBinomial Test

R-CMD-check Codecov test coverage

About

This is a maintained fork of countdata. It was originally published by Thang Pham ([email protected]) under a BSD 3-Clause license.

Installation

1. Github Source

First, download the source from Github and start an R session:

git clone https://github.com/fulcrumgenomics/betabinom
cd betabinom
R

Then, download the dependencies and install betabinom:

install.packages(c('devtools', 'knitr', 'rmarkdown', 'roxygen2', 'testthat'))
devtools::install()

2. CRAN

We eventually plan to add this project to CRAN.

3. conda-forge

We eventually plan to add this project to conda-forge.

Docs

Development

For information on developing, please see here.