From 01f38dbdf2c123e568747f15ff592eb72b73699a Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Mon, 12 Mar 2018 11:03:45 +0800 Subject: [PATCH] readme: Add maintainer @jeremydouglass Signed-off-by: Ce Gao --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 94b43c8..53f3825 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,9 @@

Processing.R enables users to write Processing sketches in R.

+

Current Maintainer: @jeremydouglass from +U. California Santa Barbara

+

Travis CI appveyor @@ -26,7 +29,7 @@ Processing.R supports: 1. native R programming and syntax 1. most Processing built-in functions (`draw()`, `rect()`, `box()`, etc.) 1. importing select Processing(Java) libraries (e.g. "peasycam") -1. importing select R Packages (e.g. "foreach") +1. importing select R Packages (e.g. "foreach")

Editor @@ -63,7 +66,7 @@ To build the mode from source, see [compilation.md](./raw-docs/devel/compilation 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: -- [https://processing-r.github.io/reference](https://processing-r.github.io/reference). +- [https://processing-r.github.io/reference](https://processing-r.github.io/reference). 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.