Skip to content

Commit 92d1fdc

Browse files
committed
add demo about editor
1 parent 9c9e1ff commit 92d1fdc

File tree

6 files changed

+548
-28
lines changed

6 files changed

+548
-28
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ dist/
1818
build/
1919
try/
2020
*.log
21+
22+
# Demo
23+
*.mov

docs/img/demo.gif

19.1 KB
Loading

docs/img/editor.png

46.6 KB
Loading

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ WIP now.
66

77
## Demo
88

9-
Run `ant try`, you will get a runner demo in `try/`, and run `java -jar ./try/processing.r.jar <your R script>`.
9+
### Editor
10+
11+
<img src="./docs/img/editor.png" width="600">
12+
13+
<img src="./docs/img/demo.gif" width="600">
14+
15+
### Runner.jar
16+
17+
Run `ant try`, you will get a runner demo in `try/`, and run `java -jar ./try/RLangMode.jar <your R script>`.
1018

1119
```
1220
posAX <- 11

0 commit comments

Comments
 (0)