Skip to content

Commit 31d4bb1

Browse files
authored
readme: Add maintainer @jeremydouglass (#253)
Signed-off-by: Ce Gao <[email protected]>
1 parent 020e4e2 commit 31d4bb1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
<h4 align="center">Processing.R enables users to write Processing sketches in R.</h4>
77

8+
<p align="center">Current Maintainer: <a href="https://github.com/jeremydouglass">@jeremydouglass</a> from
9+
U. California Santa Barbara</p>
10+
811
<p align="center">
912
<a href="https://travis-ci.org/gaocegege/Processing.R"><img src="https://travis-ci.org/gaocegege/Processing.R.svg?branch=master" alt="Travis CI"></a>
1013
<a href="https://ci.appveyor.com/project/gaocegege/processing-r/branch/master"><img src="https://ci.appveyor.com/api/projects/status/9lq6psaw9c18ins8/branch/master?svg=true" alt="appveyor"></a>
@@ -26,7 +29,7 @@ Processing.R supports:
2629
1. native R programming and syntax
2730
1. most Processing built-in functions (`draw()`, `rect()`, `box()`, etc.)
2831
1. importing select Processing(Java) libraries (e.g. "peasycam")
29-
1. importing select R Packages (e.g. "foreach")
32+
1. importing select R Packages (e.g. "foreach")
3033

3134
<div align="center">
3235
<img src="./raw-docs/img/editor.png" alt="Editor" width="500">
@@ -63,7 +66,7 @@ To build the mode from source, see [compilation.md](./raw-docs/devel/compilation
6366

6467
Processing.R supports most of the Processing functions as described in the [Processing reference](processing.org/reference/). Processing.R functions are described on the documentation website:
6568

66-
- [https://processing-r.github.io/reference](https://processing-r.github.io/reference).
69+
- [https://processing-r.github.io/reference](https://processing-r.github.io/reference).
6770

6871
However, the Processing.R documentation is currently incomplete. Many functions have not been tested or are not accompanied by example sketches. Some reference pages contain materials from Processing.py or Processing(Java) that have not been edited to reflect differences from other Processing modes.
6972

0 commit comments

Comments
 (0)