Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Oct 14, 2016
1 parent 5ac175d commit 01060c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@ Installation

Please install `Rcpp` package first. From the `R`-console, type
```R
install.packages("Rcpp")
> install.packages("Rcpp")
```

On specific operating systems, please carry out the following:

### Unix-like system

```R
install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
> install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
```

### Windows

Please first install [https://cran.r-project.org/bin/windows/Rtools/](`Rtools`), then
```R
install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
> install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
```

Usage
-----

Please refer to the help page and examples for each function. For example,
```R
library(DEploid)
?dEploid
?plotProportions
> library(DEploid)
> ?dEploid
> ?plotProportions
```

Licence
Expand Down

0 comments on commit 01060c8

Please sign in to comment.