Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dengyishuo committed Dec 25, 2013
1 parent 5e4cc80 commit fd25099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions RFinance/quantmod_chart.md
Expand Up @@ -212,8 +212,6 @@ addZLEMA()

### 3.5 图形缩放

#### 图形缩放

```
zooom(n=1, eps=2)
zoomChart(subset, yrange=NULL)
Expand Down
4 changes: 2 additions & 2 deletions scratch/2013-09-28-recipe-of-installing-RMySQL.md
Expand Up @@ -30,11 +30,11 @@ Be sure that the following paths are included in your Windows PATH variable: \Rt

### CREATE FOLDER AND COPY FILES

* a. OPT: 在C:\Program Files\MySQL\MySQL Server 5.5\lib 下创建OPT文件夹,复制 MYSQLLIB.LIB 到该文件夹。复制libmysql.dll 到 \\R\R-2.14.0\bin\ (64 bit) 和 \\R\R-2.14.0\bin\i386\ (32 bit) 和 C:\Windows\System32。
* a. OPT: 在C:\Program Files\MySQL\MySQL Server 5.5\lib 下创建OPT文件夹,复制 MYSQLLIB.LIB 到该文件夹。

* b. Renviron.site: 打开\\R\R-2.14.0\etc\Renviron.site ,向文件添加一行: MYSQL_HOME =”C:/Program Files/MySQL/MySQL Server 5.5/”

* c. libMySQL.dll: 复制libMySQL.dll到 C:\Program Files\R\R-2.13.2\bin\i386 和 C:\Program Files\R\R-2.13.2\bin
* c. 复制libmysql.dll\\R\R-2.14.0\bin\ (64 bit) 和 \\R\R-2.14.0\bin\i386\ (32 bit) 和 C:\Windows\System32。

### RUN COMMANDS

Expand Down

0 comments on commit fd25099

Please sign in to comment.