Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 613 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 613 Bytes

bioshmods

The goal of bioshmods is to …

Installation

You can install the released version of bioshmods from CRAN with:

install.packages("bioshmods")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("bihealth/bioshmods")

Example

This is a basic example which shows you how to solve a common problem:

library(bioshmods)
## basic example code