Useful functions for computational biology.
- GitHub repo: https://github.com/letaylor/bioutils
- Free software: MIT license
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")
See the vignettes for more usage examples.
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