From eb75cfce642efbcb212783f758e9e2c9ffc3c702 Mon Sep 17 00:00:00 2001 From: Chia-Chi Chang Date: Sun, 24 Aug 2014 22:50:40 +0800 Subject: [PATCH] add espeak installation url into README / close #63 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d068c69..04d45c4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ ## Windows +請先安裝 [espeak 套件](http://espeak.sourceforge.net/download.html) ,並將放置 espeak.exe 檔案的資料夾,加入PATH之中。 + ```r install.packages('DSC2014Tutorial', repo = c('http://taiwanrusergroup.github.io/R', "http://cran.csie.ntu.edu.tw"), type = 'win.binary') ```