Skip to content

Commit 01060c8

Browse files
authored
Update README.md
1 parent 5ac175d commit 01060c8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ Installation
1313

1414
Please install `Rcpp` package first. From the `R`-console, type
1515
```R
16-
install.packages("Rcpp")
16+
> install.packages("Rcpp")
1717
```
1818

1919
On specific operating systems, please carry out the following:
2020

2121
### Unix-like system
2222

2323
```R
24-
install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
24+
> install.packages("DEploid_0.3.1.tar.gz", repos=NULL)
2525
```
2626

2727
### Windows
2828

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

3434
Usage
3535
-----
3636

3737
Please refer to the help page and examples for each function. For example,
3838
```R
39-
library(DEploid)
40-
?dEploid
41-
?plotProportions
39+
> library(DEploid)
40+
> ?dEploid
41+
> ?plotProportions
4242
```
4343

4444
Licence

0 commit comments

Comments
 (0)