Browse Source

添加readme

liuyuqi-dellpc 6 years ago
parent
commit
7bada6acc1
2 changed files with 15 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 14 0
      README.md

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+/bin/

+ 14 - 0
README.md

@@ -0,0 +1,14 @@
+# Usage
+## 安装依赖
+### R端:
+'''
+library(Rserve)
+Rserve()
+'''
+### java端:
+'''
+Eclipse配置R用户库:
+D:\Program Files\R\R-3.3.2\library\Rserve\java
+'''
+## 运行
+运行Main.java即可