Skip to content

Commit

Permalink
Adding Installation and Documentation sections to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Feb 17, 2021
1 parent f843bb0 commit 454bf9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ the Artistic license 2.0. You are free to use and redistribute this software.
For more information on Artistic 2.0 License see
[http://opensource.org/licenses/Artistic-2.0](http://opensource.org/licenses/Artistic-2.0)

## Documentation ##

[CNVMetrics Website](https://adeschen.github.io/CNVMetrics/)

## Installation ##

To install the latest version accessible, the [devtools](https://cran.r-project.org/web/packages/devtools/index.html) package
is required.

## Load required package
library(devtools)

## Install the latest version of CNVMetrics
devtools::install_github('adeschen/CNVMetrics')

## Bugs/Feature requests ##

If you have any bugs or feature requests,
Expand Down

0 comments on commit 454bf9f

Please sign in to comment.