You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you just want to have a try, then there is no need to read this documentation, you could get the distribution from [gaocegege.com/Processing.R](http://gaocegege.com/Processing.R)
3
+
## Installation
4
4
5
-
## Play with Docker
5
+
Processing.R is available for the Processing Development Environment (PDE) or stand-alone. It is available in these forms:
6
6
7
-
### DEPRECATED
7
+
1. a PDE mode, which can be
8
+
- added to PDE
9
+
- built with its own PDE
10
+
2. a command-line runner -- does not require the PDE
11
+
3. a pre-built image -- OLD
12
+
4. a docker container image -- DEPRECATED
8
13
9
-
*`docker pull quay.io/gaocegege/processing.r`
10
-
*`docker run quay.io/gaocegege/processing.r`
11
-
* Open the link of NoVNC in a web browser and the default password is `process`. Input it in the URL and play with Processing.R in a desktop environment:)
14
+
Processing.R is *not* currently available via PDE > Add Tool > Modes, however the mode will appear there once installed.
12
15
13
-
See [the demo in vimeo :)](https://vimeo.com/207571123)
16
+
### 1. PDE Mode
14
17
15
-
## In Your Native Environment
16
-
17
-
### Editor Support
18
+
**Warning:** Many parts of PDE integration are still incomplete: files cannot be double-clicked or dragged to open so code must be cut-pasted into the window, saved files cannot be reopened except through the recent files dialog list, the run button launches multiple window rather than re-running, stop button does not work, etc.
18
19
19
20
1. checkout Processing.R from github
20
21
2. configure `./scripts/generate-ant-file.sh`
21
-
3. build mode and install into PDE using `ant build` (must have ant)
22
-
4. restart PDE
23
-
5. select R Language from mode drop-down
22
+
3. build and install mode into PDE using `ant build` (must have ant)
23
+
4. start PDE and select `R Language` from mode drop-down menu
24
+
25
+
#### Configure script
26
+
27
+
Configure `./scripts/generate-ant-file.sh`:
24
28
25
-
**Note:** Many parts of PDE integration are still incomplete: files cannot be double-clicked or dragged to open so code must be cut-pasted into the window, saved files cannot be reopened except through the recent files dialog list, the run button launches multiple window rather than re-running, stop button does not work, etc.
29
+
-`modes`: the destination for installing the mode once it is built.
30
+
- MacOSX: `~/Documents/Processing/modes/`
31
+
- Windows: `%homepath%\Documents\modes\`
32
+
- Linux: `~/sketchbook/modes/`
33
+
-`core` and `pde`: directories contain pde.jar and core.jar. They are be used to build RLangMode.
* Open the link of NoVNC in a web browser and the default password is `process`. Input it in the URL and play with Processing.R in a desktop environment:)
121
+
122
+
See [the demo in vimeo :)](https://vimeo.com/207571123)
0 commit comments