README.md

bioutils

Useful functions for computational biology.

Build Status

Quick Start

Install the R package:

# install the package in R
install.packages("devtools")
options(unzip = "internal") # sometimes this is needed, depending on the R install
devtools::install_github("letaylor/bioutils")

Usage

See the vignettes for more usage examples.

Other

This package uses bumpversion for automatic semantic versioning.

# bump the appropriate increment
bumpversion patch --verbose --dry-run
bumpversion minor --verbose --dry-run
bumpversion major --verbose --dry-run

# commit with tags
git push --tags


letaylor/bioutils documentation built on May 5, 2019, 7:09 a.m.