File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,32 +13,32 @@ Installation
1313
1414Please install ` Rcpp ` package first. From the ` R ` -console, type
1515``` R
16- install.packages(" Rcpp" )
16+ > install.packages(" Rcpp" )
1717```
1818
1919On 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
2929Please 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
3434Usage
3535-----
3636
3737Please 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
4444Licence
You can’t perform that action at this time.
0 commit comments