From 01060c85711b19771c1dc160b16ea3530257c392 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Fri, 14 Oct 2016 17:16:19 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89a3ca6..592aaad 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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: @@ -21,14 +21,14 @@ 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 @@ -36,9 +36,9 @@ Usage Please refer to the help page and examples for each function. For example, ```R -library(DEploid) -?dEploid -?plotProportions +> library(DEploid) +> ?dEploid +> ?plotProportions ``` Licence